The docs are here:

http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/latest/spring.html

There is one additional new feature I hope to document this weekend:
The ability to put spring into an aar .

Anyways, all current MR's extend AbstractMessageReceiver - where the
hook is - so any which one will work.

Robert

On 9/14/06, Punnoose, Roshan <[EMAIL PROTECTED]> wrote:
I saw that in the latest code base, there is a spring module. How do I
use those suppliers provided? Looking at the code, it seems like I have
to set the SpringBeanName in the services.xml, does that mean I have to
use a different receiver? And then, do I have to configure the Spring
servlet on the web.xml?

Roshan Punnoose
Phone: 301-497-6039

-----Original Message-----
From: Punnoose, Roshan [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 14, 2006 9:01 AM
To: [email protected]
Subject: RE: [Axis2] NonBlocking Client

Thanks, that makes sense.

On the server side, if I have the address that came over from the
wsa:ReplyTo, and I want to push a message out to it, do I have to create
an axis client on the server side with the target EPR being the
wsa:ReplyTo from before? Is that the easiest way to do it?

Roshan Punnoose
Phone: 301-497-6039

-----Original Message-----
From: Michele Mazzucco [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 14, 2006 4:21 AM
To: [email protected]
Subject: Re: [Axis2] NonBlocking Client

Hi Roshan,

you have to override the methods of the Callback class (isComplete() and
setComplete()).


Regards,
Michele

Punnoose, Roshan wrote:
> Hi,
>
> I have a non-blocking client with the callback on a separate listener.
> Is there anyway that I can keep that callback open even after the
> response, while the server will be able to send more responses back to
> the same callback? Then close it on the client side after I receive
what
> I want from the server?
>
> Roshan Punnoose
> Phone: 301-497-6039
>
> -----Original Message-----
> From: Neil Aggarwal [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 13, 2006 5:43 PM
> To: [email protected]
> Subject: Axis using more than 256MB for a 9MB file
>
> Hello:
>
> I have a web service deployed using Axis 1.4
>
> In that service, I have a method that accepts a
> String containing an XML document.
>
> When I try to upload a 9MB XML file into my service,
> Axis seems to be taking up a HUGE amount of memory.
>
> If I set the JVM to 256MB of heap, it runs out of
> memory and throws an OutOfMemoryException.
>
> If I set the JVM to 512MB of heap, I get the file
> just fine.
>
> The problem occurs *before* my web service method
> is even invoked.
>
> The service is running on Tomcat on Windows.
>
> Any ideas why Axis would consume so much memory?
>
> Thanks,
>       Neil
>
>
> --
> Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com
> FREE! Eliminate junk email and reclaim your inbox.
> Visit http://www.spammilter.com for details.
>
>
> ---------------------------------------------------------------------
> 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]

---------------------------------------------------------------------
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]




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

Reply via email to