Re: Concurrency issues

2004-09-30 Thread Stefan Champailler
:13 +0200, Stefan Champailler [EMAIL PROTECTED] wrote: Dear you all, (DISLAIMER -- I'm newbie) I've implemented a small webservices with Axis. It is coded as stateless EJB and I use the proper WSDD to tell Axis to wrap a web service around it (which it doesn well so far

Re: Axis 1.2beta + JBoss 4.0.0 troubles (newbie)

2004-09-28 Thread Stefan Champailler
It works a little better. Unfortunately, the EchoHeader.jws file fails to compile. I'll try some more later... thx for the answer anyway ! Stefan Stefan Champailler wrote: Thank you for the answer, I'll look at that. Hi, did you try to use the standard configuration? jboss -c standard

Re: Axis 1.2beta + JBoss 4.0.0 troubles (newbie)

2004-09-28 Thread Stefan Champailler
I fixed it ! Here's the start.sh script I use to launch JBoss + Axis #!/bin/sh JAVA_HOME=/opt/java export JAVA_HOME JBOSS=/home/stef/Projects/server/jboss-4.0.0 # This is like the fix described in # http://nagoya.apache.org/jira/browse/AXIS-1530

No provider type matches QName

2004-09-28 Thread Stefan Champailler
Dear you all, I continue to try to integrate Axis 1.2beta in JBoss 4.0.0. I had some troubles, but they are fixed (check http://marc.theaimsgroup.com/?l=axis-userm=109635859926921w=2). Now, I've got something else. I tried to tie a web serice to an EJB. I followed the sample given in the

Concurrency issues

2004-09-28 Thread Stefan Champailler
Dear you all, (DISLAIMER -- I'm newbie) I've implemented a small webservices with Axis. It is coded as stateless EJB and I use the proper WSDD to tell Axis to wrap a web service around it (which it doesn well so far). The stateless bean (SSB) is connected to an entity bean. When acting as a