We interpreted the WSRP specification as: Consumers are supposed to return ANY cookies that the producer sends REGARDLESS of whether the producer requires a call to initCookie.
It turns out that BEA's consumer version 9.1 and earlier behaves similarly as you not SAP's consumer does.
Since our producer relies on cookies to handle sessions, we are now requesting initCookie to be called to work around consumers that don't send the cookies we send them back. The fix is already in subversion and will be available in the upcoming version 2.4.2 and 2.6.BETA1.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024897#4024897
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024897
Hi all!
Thanks Jaikirain! Your explains are very helpfull for me and everyone that want discovery about JBoss. Two day ago, I have two problems and I posted they on Forum but not received reply. I hope that you can explain and help me about they again.
1. My operating system is XP2, I use jboss-4.0.5.GA. I assume that have three person with usernames are "A", "B" and "C". And now, I want "A" and "B" are allow restart JBoss server, "C" is not allow! How I can do ?
2. I have two bean called "Bean1" and "Bean2". If copy both of them into deploy folder (on server), the deploy is ok! But now, how the server check to server can deploy "Bean1" not "Bean2". How I can do this ?
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024891#4024891
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024891
I've been struggling for several hours trying to get my Seam app to run on Tomcat. I've hit a brick wall. I get the following error in the catalina.log file:
SEVERE: Error Rendering View[/home.xhtml]
javax.faces.el.EvaluationException: Cannot get value for expression '#{testList.firstResult}'
...
...
Caused by: java.lang.IllegalArgumentException: EntityManagerFactory not found in JNDI
...
...
Caused by: javax.naming.NameNotFoundException: myappEntityManagerFactory not bound
Any ideas on what is causing this?
Many thanks,
-Michael
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024889#4024889
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024889
Hi,
I think that it is a bug in org.jboss.seam.ui.UIFileUpload. In the decode(FacesContext context) method of UIFileUpload, if I run seamspace example, the request in Object *request* = context.getExternalContext().getRequest(); got MultipartRequest Object. But in Seam+ICEfaces application, I found that the request got ServletEnvironmentRequest Object (from icefaces) in both <ice:form enctype="multipart/form-data"> and <h:form enctype="multipart/form-data"> cases. Since the decode method does not have if (request instanceof ServletEnvironmentRequest)... the uploaded byte data is always null. Hope it is correct. Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024888#4024888
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024888