[Resin-interest] Soap calls not handling exceptions properly

2007-10-10 Thread Sashidhar Guduri
This bug still remains in the new 3.1.3 version. http://bugs.caucho.com/view.php?id=1941 An UndeclaredThrowableException is thrown when there is a problem. Am I doing something wrong or has anyone else seen this? Thanks Sashi ___ resin-interest

[Resin-interest] J2EE Listeners order

2008-01-10 Thread Sashidhar Guduri
Servlet 2.4 spec guarantees the order of the listener creation is the order in which they are specified in the web.xml. In Resin, if I specify a listener in the web-app-default part of resin.conf, how do I make sure that one is created before the ones specified in the web.xml. Is that even

Re: [Resin-interest] J2EE Listeners order

2008-01-14 Thread Sashidhar Guduri
, Sashidhar Guduri wrote: Servlet 2.4 spec guarantees the order of the listener creation is the order in which they are specified in the web.xml. In Resin, if I specify a listener in the web-app-default part of resin.conf, how do I make sure that one is created before the ones specified

Re: [Resin-interest] Error on web application startup with aweb-service-client tag

2008-07-10 Thread Sashidhar Guduri
] -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Sashidhar Guduri *Sent:* Thursday, July 10, 2008 8:27 AM *To:* General Discussion for the Resin application server *Subject:* [Resin-interest] Error on web application startup with aweb-service-client

[Resin-interest] Forcing hessian version in resin configuration

2008-09-05 Thread Sashidhar Guduri
Is there any way of forcing version 1.0 in resin 3.1.7. I am trying get a client in 3.1.7 to properly talk to a hessian service deployed in Resin 3.0.25. Currently I am getting An exception occured with message com.caucho.hessian.io.HessianProtocolException: expected integer at 0x65. I am

Re: [Resin-interest] Trying to use cxf scheme for remote-client fails

2008-10-02 Thread Sashidhar Guduri
I got no replies on this question I sent a few days ago. http://wiki.caucho.com/CXF claims one can configure a remote client with cxf. This does NOT work in resin 3.1.7. Anybody got this to work? Thanks Sashi On Fri, Sep 26, 2008 at 2:16 PM, Sashidhar Guduri [EMAIL PROTECTED] wrote: I am trying

[Resin-interest] Hessian in Resin 3.1.x

2009-04-16 Thread Sashidhar Guduri
I want to configure a remote-client with a hessian uri. I got this working but am having problems as to how a username/password can be specified for HTTP basic authentication. I tried the resin documentation with no luck. Could someone send me a sample as to how this can be done. Thanks Sashi