RE: How to use Axis2 services as part of an EAR with JBoss?

2007-08-01 Thread Guido Adolphi
Hello, thank you very much for your support! Now I got a war-file up and running in JBoss with my service-implementation deployed in it as axis2-service. Next I will include that war-file into my EAR. Regards, Guido Adolphi -Ursprüngliche Nachricht- Von: axis-user@ws.apache.org

RE: How to use Axis2 services as part of an EAR with JBoss?

2007-08-01 Thread Michael.Davis
Glad to be of help. It took me a while to get it all sorted out. Perhaps this could be documented somewhere? cheers, md -Original Message- From: Guido Adolphi [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 9:32 AM To: axis-user@ws.apache.org Subject: RE: How to use

How to use Axis2 services as part of an EAR with JBoss?

2007-07-31 Thread Guido Adolphi
Hello, I have the requirement to integrate the implementations of services created from a WSDL into an existing EAR running under JBoss 4.0.2. Thereby, the service implementations must have access to EJBs and other components within the respective EAR. Are there any recommendations or

RE: How to use Axis2 services as part of an EAR with JBoss?

2007-07-31 Thread Michael.Davis
I've done a similar thing with an application that is hosted on WebSphere. My ear file consists of just one war file. The war file is set up like a regular web application, but in the WEB-INF directory, I have a couple of extra directories: modules and services. My service .aar file is in