[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-10-04 Thread fredash
I have exactly the same problem as apovodyrev (installing jbossws 2.0.1 on JbossAS 4.0.5.) : after resolving the jboss-service-no-ejb3.xml not found issue, there is another issue with a jboss-beans-no-ejb3.xml not found ... Where can we found this file ? Thanks for any help, fred. View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to connect to remote server

2007-07-18 Thread fredash
Hi, I am developping on Mac OS X 10.4.10 with JBoss AS 4.0.5 GA and JBoss WS 1.2.0 installed. All is working flawlessly. I successfully start my server with this simple command line : ./run.sh -b 127.0.0.1 If you continue with problems, you should look in the jboss.log file to see where the

[jboss-user] [JBossWS] - Re: Getting

2007-07-18 Thread fredash
Hi, Same error for me... Could you tell me if this error has been corrected in newer versions of JBOSS AS and/or JBOSS WS ? Thanks, fred. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065508#4065508 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to connect to remote server

2007-07-18 Thread fredash
Hello Chary, Are you sure that the port 8080 is available in your Mac ? Perhaps you will have another apps that is locking it ... Just my 2 cents... Fred. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065574#4065574 Reply to the post :

[jboss-user] [JBossWS] - Re: JBOSS-WS Client not sending COOKIE after 2 calls

2007-07-10 Thread fredash
Thank you for your support. I am developping on Mac OS X 10.4.10 with Jboss AS 4.0.5, the AS 5.0 installer is not yet available for my platform. How can i install that new version on Mac OS X ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062510#4062510

[jboss-user] [JBossWS] - Re: charset encoding problem with the jsr181pojo sample : ec

2007-07-09 Thread fredash
Yes i have had this exact same problem, as described in first post of this thread (see the post of smalbequi). I develop on Mac OS X 10.4.10, Jboss 4.0.5 + JbossWS 1.2.1 GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061856#4061856 Reply to the post :

[jboss-user] [JBossWS] - Re: JBOSS-WS Client not sending COOKIE after 2 calls

2007-07-09 Thread fredash
Hi, I just installed JBoss-ws 2.0 GA and the problem is just the same : the client doesn't send the JSESSIONID COOKIE after the second call, so a new HTTP session is created by the server. Can someone confirm this problem please ? Thanks, Fred. View the original post :

[jboss-user] [JBossWS] - JBOSS-WS Client not sending COOKIE after 2 calls

2007-07-04 Thread fredash
Hi, I just tested under JBoss AS 4.0.5 JBossWS 1.2.1 a session mecanism based on the HTTP Session Cookie (with a code sample from Rama Pulavarthi's blog). Here is the Web Service code: | @WebService | public class Hello { | @Resource | private WebServiceContext wsContext; |