[Axis2] Lifecycle Service scope="transportsession" destroy() never called

2010-04-29 Thread Axis2Headaches
Axis2 version 1.5: I have a SOAP web service deployed in the "transportsession" scope. My service implements Lifecycle: public class TestLifecycleSkeleton implements TestLifecycleSkeletonInterface, Lifecycle { /** * Auto generated method signature * * @param hello0

Re: Issues using Axis 1.5.1

2010-04-29 Thread Andreas Veithen
The current JAX-WS code doesn't support services packaged with a services.xml file. See AXIS2-4611. Andreas On Wed, Apr 28, 2010 at 03:18, Ramakrishnan Srinivasan wrote: > Hello, > > I just started learning JAX-WS with Axis 1.5.1, and developing in Eclipse. > So please help me. Its a very simple

Re: Rampart-77 out of memory when sending large files

2010-04-29 Thread Amila Suriarachchi
2010/4/29 Håkon Sagehaug > Hi all, > > My issue is related to Rampart 77[1], I get "Out of memory" when uploading > a large file(650 mb), to a web service with mtom and rampart enabled. The > stack trace looks like this > > java.lang.OutOfMemoryError: Java heap space > at org.apache.axiom

Re: Axis2, SOAP, MultiRef, and an ADBException: Unexpected subelement

2010-04-29 Thread Amila Suriarachchi
On Thu, Apr 29, 2010 at 5:22 PM, Damian Carey wrote: > Hello all, > > The summary of this post is "Can Axis2 support MultiRef" > > I'm Java desktop guy who is a novice at SOAP / HTTP / multiref / etc. > I had never heard of multiref until today. > > Some months ago a large insurance company gave

New line is appended on result

2010-04-29 Thread Kim, Ducheol
Hi all. These days I am upgrading SOAP Engine from jBossWS ( actually made from axis1.1 ) to axis2(axis2-1.3). I follow the instruction written in eclipse wiki page. (http://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.html ) All of them work fine except one

RE: Rampart-77 out of memory when sending large files

2010-04-29 Thread Martin Gainty
EnableFromBAOS attempts to read Long.MAX_VALUE length from InputStream as seen here ((ReadFromSupport)os).readFrom(is, Long.MAX_VALUE); //you can try bypassing by setting ENABLE_BAOS_OPT false false takk Martin Gainty __ Note de déni et d

Axis2, SOAP, MultiRef, and an ADBException: Unexpected subelement

2010-04-29 Thread Damian Carey
Hello all, The summary of this post is "Can Axis2 support MultiRef" I'm Java desktop guy who is a novice at SOAP / HTTP / multiref / etc. I had never heard of multiref until today. Some months ago a large insurance company gave permission for our app to connect to their system via their SOAP int

Re: error deploying axis2

2010-04-29 Thread Andreas Veithen
See http://markmail.org/message/lngu5rjeudvhpgob On Thu, Apr 29, 2010 at 11:10, johniem wrote: > > I've just download the latest axis2.war and try to deploy it to Tomcat 5. And > this is the error i got: > > INFO: Deploying web application archive axis2.war > [ERROR] StandardWrapper.Throwable > j

error deploying axis2

2010-04-29 Thread johniem
I've just download the latest axis2.war and try to deploy it to Tomcat 5. And this is the error i got: INFO: Deploying web application archive axis2.war [ERROR] StandardWrapper.Throwable java.lang.NoClassDefFoundError: org.apache.axis2.engine.AxisConfiguration at java.lang.Class.initialize