RE: AW: [Axis2] - Migrating axis to axis2 and lost servletContext

2011-06-09 Thread April Easton
le did not come up when I clicked on it, instead I got the website's main page, just thought I'd let you know. April -Original Message- From: April Easton [mailto:aeas...@shawneecourt.org] Sent: Thursday, June 09, 2011 11:02 AM To: java-user@axis.apache.org Subject: RE: AW: [Axi

RE: AW: [Axis2] - Migrating axis to axis2 and lost servletContext

2011-06-09 Thread April Easton
mind is the number of services instances, in Axis2 for each new session it creates a new service impl class. And also use the following reference: http://www.developer.com/db/article.php/3735771/Exposing-a-Database-as-a-Web-Service.htm http://blogs.deepal.org/2009/06/axis2-tutorials-and-arti

[Axis2] - Migrating axis to axis2 and lost servletContext

2011-06-07 Thread April Easton
Good day, I have almost successfully converted our axis service to an axis2 service. It all works, except stopping the threads that are created by this service. With axis, we used the ServletContextListener destroy method to access the ServletContext.getAttribute("AxisServiceInstance") th

RE: Deploying Axis2 on IBM p720

2011-01-27 Thread April Easton
lp. April -Original Message----- From: April Easton [mailto:aeas...@shawneecourt.org] Sent: Wednesday, January 26, 2011 12:23 PM To: java-user@axis.apache.org Subject: RE: Deploying Axis2 on IBM p720 Andreas, I have corrected the deployment on the production machine and deployed the 1.5.5-S

RE: Deploying Axis2 on IBM p720

2011-01-26 Thread April Easton
which belongs to a different version. In addition, that file is not part of the distribution. What I'm saying is that you are not using a clean deployment of axis2.war. Andreas On Wed, Jan 26, 2011 at 15:25, April Easton wrote: > Andreas, > You asked me to download and use the axis2-S

RE: Deploying Axis2 on IBM p720

2011-01-26 Thread April Easton
: Re: Deploying Axis2 on IBM p720 On Mon, Jan 24, 2011 at 16:44, April Easton wrote: > I did not add anything to the axis2.war explosion except my service. That is not true. The following error message shows that you have added axis2-SNAPSHOT.jar somewhere: [ERROR] The axis2-SNAPSHOT.jar mod

RE: Deploying Axis2 on IBM p720

2011-01-24 Thread April Easton
: Deepal Jayasinghe [mailto:dee...@opensource.lk] Sent: Monday, January 24, 2011 9:27 AM To: java-user@axis.apache.org Subject: Re: Deploying Axis2 on IBM p720 Do you have correct addressing module in modules directory? Deepal On 1/24/2011 10:22 AM, April Easton wrote: > Below is the full stack tr

RE: Deploying Axis2 on IBM p720

2011-01-24 Thread April Easton
mplete stacktrace of the "The system is attempting to engage a module that is not available: addressing" error? Andreas On Wed, Jan 12, 2011 at 00:03, April Easton wrote: > Yes, I am running Tomcat 6.0.18 on both the IBM and a X86_64 machine. The > X86_64 machine runs great. >

RE: Deploying Axis2 on IBM p720

2011-01-11 Thread April Easton
? As pointed out by Amila, you can disable the clustering feature by editing your axis2.xml file. Andreas On Fri, Jan 7, 2011 at 15:06, April Easton wrote: > I downloaded the snapshot axis2-SNAPSHOT.jar and renamed all the axis2 1.5.3 > jars to .old.  The log4j error is gone and the axis2 Hap

RE: Deploying Axis2 on IBM p720

2011-01-11 Thread April Easton
iting your axis2.xml file. Andreas On Fri, Jan 7, 2011 at 15:06, April Easton wrote: > I downloaded the snapshot axis2-SNAPSHOT.jar and renamed all the axis2 1.5.3 > jars to .old.  The log4j error is gone and the axis2 Happiness Page comes up > valid, but now I get the following

RE: Deploying Axis2 on IBM p720

2011-01-07 Thread April Easton
o the 1.5 branch to include it into Axis2 1.5.5. Andreas [1] http://axis.apache.org/axis2/java/core/faq.html#a1 On Tue, Jan 4, 2011 at 18:33, April Easton wrote: > Good day, > > I have successfully deployed axis2 v. 1.5.3 on an X86_64 machine.  Now, > I need to deploy axis2 on

Deploying axis2 on IBM

2011-01-04 Thread April Easton
Good day, I have successfully deployed axis2 v. 1.5.3 on an X86_64 machine.  Now, I need to deploy axis2 on an IBM p720 ppc64 machine which currently has a working axis application on it.   I have copied the axis2 files to this machine and am unable to get this deployed properly.  I am rece

Deploying Axis2 on IBM p720

2011-01-04 Thread April Easton
n the same Tomcat installation? I have double checked the jar files and they look ok. What should I be looking for? Thanks, April Easton