Re: [Axis2] servletContext & service scope

2006-06-11 Thread Deepal Jayasinghe
I made the changes to current code base. Jian Zhen wrote: > Found this thread on the topic of servletContext: > > http://mail-archives.apache.org/mod_mbox/ws-axis-user/200510.mbox/% > [EMAIL PROTECTED] > > I looked through the code for AxisServlet.java and found that it's > only set for POST op

Re: [Axis2] servletContext & service scope

2006-06-11 Thread Jian Zhen
Found this thread on the topic of servletContext: http://mail-archives.apache.org/mod_mbox/ws-axis-user/200510.mbox/% [EMAIL PROTECTED] I looked through the code for AxisServlet.java and found that it's only set for POST operations (in the method doPost). This means that only SOAP operatio

Re: [Axis2] servletContext & service scope

2005-10-27 Thread Deepal Jayasinghe
AIL PROTECTED]> To: Sent: Thursday, October 27, 2005 6:19 PM Subject: Re: [Axis2] servletContext & service scope Thanks! Usually I load a instance of my system facade into servletContext, to split exclusive WS logic from my own business objects logic. But I don't know if it's

Re: [Axis2] servletContext & service scope

2005-10-27 Thread Wagner Narde
riginal Message - > From: "Davanum Srinivas" <[EMAIL PROTECTED]> > To: > Sent: Thursday, October 27, 2005 9:45 AM > Subject: Re: [Axis2] servletContext & service scope > > > +1 from me. > > On 10/26/05, Deepal Jayasinghe <[EMAIL PROTECTED]> wro

Re: [Axis2] servletContext & service scope

2005-10-26 Thread Deepal Jayasinghe
]> To: Sent: Thursday, October 27, 2005 9:45 AM Subject: Re: [Axis2] servletContext & service scope +1 from me. On 10/26/05, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: Hi dims; Then we can put the ServletContext in ConfigurationContext as a property , so if someone want to get

Re: [Axis2] servletContext & service scope

2005-10-26 Thread Davanum Srinivas
t need to rise a JIRA :) > > Thanks, > Deepal > > ~Future is Open~ > > - Original Message - > From: "Davanum Srinivas" <[EMAIL PROTECTED]> > To: > Sent: Thursday, October 27,

Re: [Axis2] servletContext & service scope

2005-10-26 Thread Deepal Jayasinghe
~Future is Open~ - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: Sent: Thursday, October 27, 2005 9:29 AM Subject: Re: [Axis2] servletContext & service scope Deepal, my 2 cents as I've seen many people use it. - Folks use it to

Re: [Axis2] servletContext & service scope

2005-10-26 Thread Davanum Srinivas
n't find any requirement of accessing > servletConetxt. > > Thanks, > Deepal > > ~Future is Open~ > > - Original Message - > From: "Wagner Narde" <[EMAIL PROTECTED]> > To: >

Re: [Axis2] servletContext & service scope

2005-10-26 Thread Deepal Jayasinghe
eepal ~Future is Open~ - Original Message - From: "Wagner Narde" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 26, 2005 6:10 PM Subject: [Axis2] servletContext & service scope Hello, Two questions about Axis2: 1- How can

[Axis2] servletContext & service scope

2005-10-26 Thread Wagner Narde
Hello, Two questions about Axis2: 1- How can I set service scope like Axis1 (application / request / session...) ? 2- How can I retrieve ServletContext? If documentation covers this topics, please tell me where, because I did not find. Thanks, -- Wagner