Re: Axis2 - HttpServletContext via MessageContext

2006-07-29 Thread Ajith Ranabahu
Hi, Have a look at this http://www.wso2.net/kb/106 Ajith On 7/28/06, Amit Patel <[EMAIL PROTECTED]> wrote: I'm not familiar with the Handler concept. Can you please provide me with a link or an example on how to implement this? Also if there is a way of accessing the MessageContext in the S

[jira] Updated: (AXIS2-930) JAXWS: NPE in XMLSpineImpl when no header block exists

2006-07-29 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-930?page=all ] Rich Scheuerle updated AXIS2-930: - Component/s: jaxws Assignee: Rich Scheuerle > JAXWS: NPE in XMLSpineImpl when no header block exists > -

[jira] Resolved: (AXIS2-930) JAXWS: NPE in XMLSpineImpl when no header block exists

2006-07-29 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-930?page=all ] Rich Scheuerle resolved AXIS2-930. -- Resolution: Fixed Fixed in latest SVN > JAXWS: NPE in XMLSpineImpl when no header block exists > -- > >

[jira] Resolved: (AXIS2-924) Error duing oneWay request using JAXWS Dispatch.

2006-07-29 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-924?page=all ] Rich Scheuerle resolved AXIS2-924. -- Resolution: Fixed Fixed in latest SVN > Error duing oneWay request using JAXWS Dispatch. > > >

Re: [AXIS2] [Sandesha2] Saving the message context

2006-07-29 Thread Bill Nagy
On Fri, 2006-07-28 at 23:46 -0400, Rajith Attapattu wrote: > Anne, > > Again I will advice again serializing the contexts using any form of > serialization. This will not scale at all in a production environment. Hi Rajith, Could you please explain this last comment? > Again this approach will

[jira] Commented: (AXIS2-938) Plugpoint to allow for migration between context and TLS

2006-07-29 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-938?page=comments#action_12424290 ] Rich Scheuerle commented on AXIS2-938: -- I read the code and Dim's comments. My main concern is that the plugpoint is useful for any programming model that i

Re: [AXIS2] [Sandesha2] Saving the message context

2006-07-29 Thread Sanjiva Weerawarana
Hi Bill, > Having the objects persist their own state is far less error prone than > having a third-party piece of code do the persistence. For one, anytime > someone changes or adds a piece of information that needs to be saved in > order to correctly restore the state, they have to remember to

[jira] Commented: (AXIS2-938) Plugpoint to allow for migration between context and TLS

2006-07-29 Thread Nick Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-938?page=comments#action_12424293 ] Nick Gallardo commented on AXIS2-938: - Rich, Is your concern mostly just in which module the code lives? Or is it more where the code is called from? Because

[jira] Commented: (AXIS2-938) Plugpoint to allow for migration between context and TLS

2006-07-29 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-938?page=comments#action_12424299 ] Davanum Srinivas commented on AXIS2-938: Rich, It would be useful if the hooks were called from core module, right now it isn't. All the calls to the inter

Re: [AXIS2] [Sandesha2] Saving the message context

2006-07-29 Thread Rajith Attapattu
Hi Bill,comments inline.Regards,RajithOn 7/29/06, Bill Nagy <[EMAIL PROTECTED]> wrote: On Fri, 2006-07-28 at 23:46 -0400, Rajith Attapattu wrote:> Anne,>> Again I will advice again serializing the contexts using any form of > serialization. This will not scale at all in a production environment.Hi

[jira] Created: (AXIS2-941) MMS transport support for Apache Axis2

2006-07-29 Thread Anjana Fernando (JIRA)
MMS transport support for Apache Axis2 -- Key: AXIS2-941 URL: http://issues.apache.org/jira/browse/AXIS2-941 Project: Apache Axis 2.0 (Axis2) Issue Type: New Feature Components: transports

[jira] Updated: (AXIS2-941) MMS transport support for Apache Axis2

2006-07-29 Thread Anjana Fernando (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-941?page=all ] Anjana Fernando updated AXIS2-941: -- Attachment: axis2mms.patch Please find the description of this patch here , http://wiki.apache.org/general/AnjanaFernando/GSoC2006Work#axis2mms. > MMS tran

Re: [Axis2] Phases concept is confusing - bug or feature? Please discuss!

2006-07-29 Thread Ruchith Fernando
Hi Deepal, Thilo, > - Why is there a "Security" phase in th In Flow, but not in the Out Flow? > Rampart puts its SecurityOutHandler into the "MessageOut" phase... > Wouldn't it be easier to understand if there was a Security phase in > the > Out Flow as well? Ruchith what do you think ?

[jira] Commented: (AXIS2-936) Maven build fail for org.apache.axis2.jibx.Test

2006-07-29 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-936?page=comments#action_12424342 ] Dennis Sosnoski commented on AXIS2-936: --- How long has this been failing for you, dims? I hadn't realized anyone was having problems with the test. I can proba

[jira] Commented: (AXIS2-936) Maven build fail for org.apache.axis2.jibx.Test

2006-07-29 Thread Nick Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-936?page=comments#action_12424347 ] Nick Gallardo commented on AXIS2-936: - Dennis, Take a look at the maven.xml under the jaxws module. We changed our code to do exactly the same thing. You'll

Re: Axis2 - HttpServletContext via MessageContext

2006-07-29 Thread Sanjiva Weerawarana
On Sat, 2006-07-29 at 14:52 +0530, Ajith Ranabahu wrote: > Hi, > Have a look at this > > http://www.wso2.net/kb/106 There's a bug in that code (not the description above but the code that its describing). The lifetime of an operation context is equal to the invocation of the operation. As such, i