Re: [axis2] use spring configured bean inside axis2 as implementation class

2006-08-04 Thread Rajith Attapattu
  I would really like to not have to mess with the axis2.war so I am eager to try it out.   Thanks for the quick response on the issue though.   Dave From: Rajith Attapattu [mailto: [EMAIL PROTECTED]] Sent: Tuesday, August 01, 2006 7:50 PM To: axis-user@ws.apache.org; [EMAIL PROTECTED]Subjec

RE: [axis2] use spring configured bean inside axis2 as implementation class

2006-08-03 Thread Dave Andreasen
spring configured bean inside axis2 as implementation class   Anderson, >I didn't use the extensions because they didn't apply to the approach we used for creating our Spring beans.  I did create an Axis module that loads my Spring >beans on Axis startup. Anderson if you do

Re: [axis2] use spring configured bean inside axis2 as implementation class

2006-08-01 Thread Rajith Attapattu
Anderson,>I didn't use the extensions because they didn't apply to the approach we used for creating our Spring beans.  I did create an Axis module that loads my Spring >beans on Axis startup. Anderson if you don't mind I would like to hear about your use case about the spring bean creation. Perhap

Re: [axis2] use spring configured bean inside axis2 as implementation class

2006-08-01 Thread Davanum Srinivas
avanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 11:34 AM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: Re: [axis2] use spring configured bean inside axis2 as implementation class Dave,Shaowei, If you pick up tonight's nightly, i've fixed this issue class lo

RE: [axis2] use spring configured bean inside axis2 as implementation class

2006-08-01 Thread Shaowei Mao
How did you fix it? -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 11:34 AM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: Re: [axis2] use spring configured bean inside axis2 as implementation class Dave,Shaowei, If you pick

Re: [axis2] use spring configured bean inside axis2 as implementation class

2006-08-01 Thread Davanum Srinivas
Subject: RE: [axis2] use spring configured bean inside axis2 as implementation class I had the same issue. The problem is related to the Service using it's own classloader and Spring wanting to use the thread context classloader. See http://issues.apache.org/jira/browse/AXIS2-40

RE: [axis2] use spring configured bean inside axis2 as implementation class

2006-07-31 Thread Shaowei Mao
, July 31, 2006 1:11 PM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: RE: [axis2] use spring configured bean inside axis2 as implementation class   I had the same issue.  The problem is related to the Service using it’s own classloader and Spring wanting to use the thread context

RE: [axis2] use spring configured bean inside axis2 as implementation class

2006-07-31 Thread Dave Andreasen
I had the same issue.  The problem is related to the Service using it’s own classloader and Spring wanting to use the thread context classloader.  See http://issues.apache.org/jira/browse/AXIS2-400.     There have been some extensions made to support Spring in Axis2 in the nightly builds.