ejb deployment error

2007-03-25 Thread Jarek Gawor
In trunk I'm seeing the following error when deploying a jar file with annotated ejbs: 20:51:36,711 ERROR [Deployer] Deployment failed due to org.apache.geronimo.common.DeploymentException: Ejb jar configuration passed but expected module jaxws-ejb-2.0-SNAPSHOT.jar was not found in configured

Re: EJB deployment error

2007-01-22 Thread Prasad Kashyap
Jarek, I had the same error. Try something like the following in your openejb-jar.xml openejb-jar xmlns=http://www.openejb.org/openejb-jar/1.1; ejb-deployment ejb-name=Calculator deployment-id=samples/calculator/stateless/CalculatorLocal container-id=Default

Re: EJB deployment error

2007-01-22 Thread Jarek Gawor
Ok, that did it! Thanks a lot! The tests deployed now and ran ok but with small issues: 1) The module got deployed with a default moduleId instead of the one I specified in the openejb-jar.xml file. 2) It looks like the ejb client support is now in a separate module (used to be in openejb-core)

Re: EJB deployment error

2007-01-22 Thread David Blevins
On Jan 22, 2007, at 8:56 AM, Prasad Kashyap wrote: Jarek, I had the same error. Try something like the following in your openejb-jar.xml openejb-jar xmlns=http://www.openejb.org/openejb-jar/1.1; ejb-deployment ejb-name=Calculator deployment-id=samples/calculator/stateless/

Re: EJB deployment error

2007-01-22 Thread David Blevins
On Jan 22, 2007, at 3:21 PM, David Blevins wrote: On Jan 22, 2007, at 8:56 AM, Prasad Kashyap wrote: Jarek, I had the same error. Try something like the following in your openejb-jar.xml openejb-jar xmlns=http://www.openejb.org/openejb-jar/1.1; ejb-deployment ejb-name=Calculator

EJB deployment error

2007-01-19 Thread Jarek Gawor
I get the following error after the openejb update: Deployer operation failed: org.apache.openejb.OpenEJBException: Cannot Load jar C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\geronimo-deployer34093.tmpdir\jaxb-ejb-2.0-SN APSHOT.jar. The number of beans deployed (0) does not match the number of beans

Re: EJB deployment error

2007-01-19 Thread Dain Sundstrom
Please take a look at the M2 Status - branch on Wednesday thread. It contains a list of what works and what doesn't. The webservices integration doesn't work yet. -dain On Jan 19, 2007, at 9:34 AM, Jarek Gawor wrote: I get the following error after the openejb update: Deployer

Re: EJB deployment error

2007-01-19 Thread Jarek Gawor
Dain, This is just a simple EJB that tires to use JAXB or StAX API. It is not exposed (or deployed) as a web service. Jarek On 1/19/07, Dain Sundstrom [EMAIL PROTECTED] wrote: Please take a look at the M2 Status - branch on Wednesday thread. It contains a list of what works and what doesn't.

Re: EJB deployment error

2007-01-19 Thread David Blevins
Jarek, if you can send me the app I can take a look. -David On Jan 19, 2007, at 9:48 AM, Jarek Gawor wrote: Dain, This is just a simple EJB that tires to use JAXB or StAX API. It is not exposed (or deployed) as a web service. Jarek On 1/19/07, Dain Sundstrom [EMAIL PROTECTED] wrote:

Re: EJB deployment error

2007-01-19 Thread Jarek Gawor
David, It's a test case in Geronimo source code. See testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb directory. Jarek On 1/19/07, David Blevins [EMAIL PROTECTED] wrote: Jarek, if you can send me the app I can take a look. -David On Jan 19, 2007, at 9:48 AM, Jarek Gawor wrote: Dain,

Re: EJB deployment error

2007-01-19 Thread Prasad Kashyap
http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/ Cheers Prasad On 1/19/07, Jarek Gawor [EMAIL PROTECTED] wrote: David, It's a test case in Geronimo source code. See testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb directory. Jarek On