viswam konkepudi

Ranch Hand
+ Follow
since Feb 20, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by viswam konkepudi

Hi,

Can someone provide insight on why JSF is replacing the name of the component with id.

thanks in advance
12 years ago
JSF
Hi,

Thanks and here is my weblogic.xml
<?xml version="1.0" encoding="UTF-8"?>

<weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90">
<jsp-descriptor>
<page-check-seconds>1</page-check-seconds>
<verbose>true</verbose>
<precompile>true</precompile>
</jsp-descriptor>

And im using WLS10.3.5, please let me know what other configuration is required to precompile


thanks
13 years ago
Hi,

Im using the precompile option in weblogic and when i tried to start the weblogic server with this option as true im experiancing the below error (Myface im using)

No property editor found for the bean "javax.el.ValueExpression".

please let em know anyone one has the resolution for this

thanks
13 years ago
Did got resolution for this issue, im also facing the same problem
13 years ago
Hi,

We are planning to move from J2EE1.4 to JEE5,So here we found that all our tech stack are JEE5 compatible,Now we want check how our code is working with JEE5.
How to check the impact on the code

thanks
Right,but we want to avoid the thirdparty libraries (we are already usinf FLUX)
HI,

We are planning to develop a framework for our job scheduling using the J2ee timers,
It will be good if you can share any ideas

thanks
Even im facing the same problem.
my application is working fine in weblogic 10.3.0
and when deploy the same it is logging into the application and immediatly it is logging out.

can any one help me
15 years ago
The createCall(String portName) API from the Service interface when created with a full WSDL information will no longer return a fully initialize Call object that could be used directly after setting the operation name with the setOperationName(String operationName) API. Call instances returned from the createCall(String portName) will be uninitialized and all the parameter types, return type, encoding style and endpoint address will need to be set before the invoke() API is used.
17 years ago
one could use that createCall(PortName) on a Service with a full wsdl and invoke a setOperationName() on it and have a fully funtional Call object. Now users will need to set all the information in that Call instance including parameter types, endpoint address, encoding type and so on...
17 years ago
Hi,

Could you please help in getting the PortletEntity in websphere portal 6
and im using JSR 168
17 years ago
hi,

how can i get the portlet from the givem uniquename,

thanks
17 years ago
How can i get the Object id from the renderrequest

thanks
17 years ago
Hi,

Could you please let eme know how to get the PortletWindow from the renderrequest.


thanks
17 years ago
Hi,

How can i get the previous mode of the portlet in JSR 168

thanks in advance
17 years ago