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
 Gesendet: 31.07.07 17:36:03
 An: axis-user@ws.apache.org
 Betreff: RE: How to use Axis2 services as part of an EAR with JBoss?


 
 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 there and just contains the META-INF directory with 
 the services.xml file. The code for the actual web service is with the code 
 for the rest of the web app, in WEB-INF/classes. All of the libraries that 
 axis needs (including the axis libs) are in WEB-INF/lib.
 
 The web application and the web service both share a common DAO class that 
 uses hibernate to talk to the db. However, I'm sure I could have used EJB if 
 I had wanted to.
 
 Hope that helps,
 Michael Davis
 Ottawa
  
 
  -Original Message-
  From: Guido Adolphi [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, July 31, 2007 3:52 AM
  To: axis-user@ws.apache.org
  Subject: How to use Axis2 services as part of an EAR with JBoss?
  
  
  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 
  architectural considerations available on how to setup such 
  an environment/implementation? Is it necessary to integrate 
  the axis2.war into the EAR? And if so, how will the services 
  be integrated (i.e. deployed) then?
   
  Thank you very much for any hints in advance!
   
  Best regards,
  Guido Adolphi
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

--
Guido Adolphi

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 Axis2 services as part of an EAR with JBoss?
 
 
 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
  Gesendet: 31.07.07 17:36:03
  An: axis-user@ws.apache.org
  Betreff: RE: How to use Axis2 services as part of an EAR with JBoss?
 
 
  
  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 
 there and just contains the META-INF directory with the 
 services.xml file. The code for the actual web service is 
 with the code for the rest of the web app, in 
 WEB-INF/classes. All of the libraries that axis needs 
 (including the axis libs) are in WEB-INF/lib.
  
  The web application and the web service both share a common 
 DAO class that uses hibernate to talk to the db. However, I'm 
 sure I could have used EJB if I had wanted to.
  
  Hope that helps,
  Michael Davis
  Ottawa
   
  
   -Original Message-
   From: Guido Adolphi [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, July 31, 2007 3:52 AM
   To: axis-user@ws.apache.org
   Subject: How to use Axis2 services as part of an EAR with JBoss?
   
   
   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 
   architectural considerations available on how to setup such 
   an environment/implementation? Is it necessary to integrate 
   the axis2.war into the EAR? And if so, how will the services 
   be integrated (i.e. deployed) then?

   Thank you very much for any hints in advance!

   Best regards,
   Guido Adolphi
   
   
   
 -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 --
 Guido Adolphi
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 architectural 
considerations available on how to setup such an environment/implementation? Is 
it necessary to integrate the axis2.war into the EAR? And if so, how will the 
services be integrated (i.e. deployed) then?
 
Thank you very much for any hints in advance!
 
Best regards,
Guido Adolphi


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 there and just contains the META-INF directory with the 
services.xml file. The code for the actual web service is with the code for the 
rest of the web app, in WEB-INF/classes. All of the libraries that axis needs 
(including the axis libs) are in WEB-INF/lib.

The web application and the web service both share a common DAO class that uses 
hibernate to talk to the db. However, I'm sure I could have used EJB if I had 
wanted to.

Hope that helps,
Michael Davis
Ottawa
 

 -Original Message-
 From: Guido Adolphi [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 31, 2007 3:52 AM
 To: axis-user@ws.apache.org
 Subject: How to use Axis2 services as part of an EAR with JBoss?
 
 
 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 
 architectural considerations available on how to setup such 
 an environment/implementation? Is it necessary to integrate 
 the axis2.war into the EAR? And if so, how will the services 
 be integrated (i.e. deployed) then?
  
 Thank you very much for any hints in advance!
  
 Best regards,
 Guido Adolphi
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]