Re: Axis2 Spring integration Issues

2011-08-22 Thread seba.wag...@gmail.com
okay full stop: *operations :* If the service impl class is Java, then all the public methods in that service will be exposed. If the user wants to override it, he has to add the "operation" tag and override it. In a non-Java scenario or if you do not have a service class, then all the operations

Re: Axis2 Spring integration Issues

2011-08-22 Thread seba.wag...@gmail.com
Well but out of curiosity: Is the "operation" TAG needed to make a method available via Axis2: YES or NO? There must be one definitive answer to that isn't it? I am quite sure there is NO information regarding that on the documentation in the wiki. I am using Axis2 sind it was called Axis. I do

Re: Axis2 Spring integration Issues

2011-08-22 Thread robert lazarski
On Mon, Aug 22, 2011 at 4:09 PM, seba.wag...@gmail.com wrote: > Hi Robert, > > no the "useOriginalwsdl" doesn't work for me. What should it do actually? I > mean I don't want to specify a WSDL on my own manually I want Axis2 to > create one based on the Methods that are declared public the the Ser

Re: Axis2 Spring integration Issues

2011-08-22 Thread seba.wag...@gmail.com
Hi Robert, no the "useOriginalwsdl" doesn't work for me. What should it do actually? I mean I don't want to specify a WSDL on my own manually I want Axis2 to create one based on the Methods that are declared public the the Service Class. In Version 1.3 of Axis2 there was no need to write any addit

Re: Axis2 Spring integration Issues

2011-08-22 Thread robert lazarski
On Mon, Aug 22, 2011 at 3:23 PM, seba.wag...@gmail.com wrote: > Hi Robert, > > the initial exception on startup is gone now, > however the generated WSDL initially contained no method definitions. > > I had to manually add a "operation" tag in the service XML. > This is my new Service.xml definiti

Re: Axis2 Spring integration Issues

2011-08-22 Thread seba.wag...@gmail.com
Hi Robert, the initial exception on startup is gone now, however the generated WSDL initially contained no method definitions. I had to manually add a "operation" tag in the service XML. This is my new Service.xml definition (I only test with the UserService modified only): http://code.google.com

Re: Axis2 Spring integration Issues

2011-08-22 Thread seba.wag...@gmail.com
Hi Robert, I will test and give feedback. Thanks a lot! Sebastian 2011/8/21 robert lazarski > On Sun, Aug 21, 2011 at 3:58 PM, seba.wag...@gmail.com > wrote: > > service.xml including that service: > > > http://code.google.com/p/openmeetings/source/browse/branches/dev/injection/src/META-INF/s

Re: Axis2 Spring integration Issues

2011-08-21 Thread robert lazarski
On Sun, Aug 21, 2011 at 3:58 PM, seba.wag...@gmail.com wrote: > service.xml including that service: > http://code.google.com/p/openmeetings/source/browse/branches/dev/injection/src/META-INF/services.xml The docs indicate that for servlet context loading you should use SpringServletContextObjectSu

Re: Axis2 Spring integration Issues

2011-08-21 Thread seba.wag...@gmail.com
but ZERO >>>> methods are in the Service. >>>> >>>> If you manually add one like this: >>>> >>>> >>>> (of course with a different method name that really exist in our case >>>> and with a SpringBean that does exist

Re: Axis2 Spring integration Issues

2011-08-21 Thread seba.wag...@gmail.com
gBean that does exist et cetera it results in: >>> Service Object cannot be found ... which means that much like it was >>> not able to find the Bean. >>> >>> >>> Sebastian >>> >> >> I'm not sure what exactly your problem is -

Re: Axis2 Spring integration Issues

2011-08-21 Thread robert lazarski
in our case >> and with a SpringBean that does exist et cetera it results in: >> Service Object cannot be found ... which means that much like it was >> not able to find the Bean. >> >> >> Sebastian >> > > I'm not sure what exactly your problem is - y

Re: Axis2 Spring integration Issues

2011-08-21 Thread robert lazarski
the Bean. > > > Sebastian > I'm not sure what exactly your problem is - you've mentioned at least loading order, wsdl issues and ungenerated methods, best I can tell. The axis2 spring integration guide requires you follow it exactly, and works when done so. You are pasting

Re: Axis2 Spring integration Issues

2011-08-21 Thread seba.wag...@gmail.com
Hi Robert, I have exactly read and applied this one first. You mean: simple spring example org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier springAwareService => It results in a situation where the WSDL file is generat

Re: Axis2 Spring integration Issues

2011-08-21 Thread robert lazarski
On Sun, Aug 21, 2011 at 7:10 AM, seba.wag...@gmail.com wrote: > Hi, > > we are trying to inject Spring Services into an Axis2 Service Class. > Unfortunately the Spring application Context is loaded AFTER Webapp > initializes the Axis2 Servlet. > > My first approach was to use a SpringInit-Java Cla

Re: Axis2 Spring integration Issues

2011-08-21 Thread seba.wag...@gmail.com
One obvious way would be of course to manually grab the ServletContext and get the Bean from it like: public ServletContext getServletContext()     {         MessageContext mc = MessageContext.getCurrentMessageContext();         return (ServletContext) mc.getProperty(HTTPConstants.MC_HTTP_SERVLETCO

Axis2 Spring integration Issues

2011-08-21 Thread seba.wag...@gmail.com
Hi, we are trying to inject Spring Services into an Axis2 Service Class. Unfortunately the Spring application Context is loaded AFTER Webapp initializes the Axis2 Servlet. My first approach was to use a SpringInit-Java Class that gets the application-Context: http://code.google.com/p/openmeetings

Re: Axis2 Spring integration

2011-01-13 Thread nch
d/11284 [2] http://wso2.org/files/test_1.zip [3] http://wso2.org/files/test2.zip De: Amila Suriarachchi Para: java-user@axis.apache.org Enviado: jue,13 enero, 2011 05:03 Asunto: Re: Axis2 Spring integration On Wed, Jan 12, 2011 at 9:18 PM, nch wrote: Hi, t

Re: Axis2 Spring integration

2011-01-12 Thread Amila Suriarachchi
On Wed, Jan 12, 2011 at 9:18 PM, nch wrote: > Hi, there. > > I have developed two Axis2 web services. Both integrate with Spring > following http://axis.apache.org/axis2/java/core/docs/spring.html#a26 > Both services work correctly when deployed alone but, if both are deployed, > only > the servi

Re: Axis2 Spring integration

2011-01-12 Thread Tharindu Mathew
gt; > Many thanks. > > - Mensaje original > De: robert lazarski > Para: java-user@axis.apache.org > Enviado: mié,12 enero, 2011 17:11 > Asunto: Re: Axis2 Spring integration > > On Wed, Jan 12, 2011 at 12:48 PM, nch wrote: > > Hi, there. > > >

Re: Axis2 Spring integration

2011-01-12 Thread nch
I'm following "Spring Inside an AAR". I checked configs many times already so I'll keep diving into logs and sources. Many thanks. - Mensaje original De: robert lazarski Para: java-user@axis.apache.org Enviado: mié,12 enero, 2011 17:11 Asunto: Re: Axis2 Spring

Re: Axis2 Spring integration

2011-01-12 Thread robert lazarski
On Wed, Jan 12, 2011 at 12:48 PM, nch wrote: > Hi, there. > > I have developed two Axis2 web services. Both integrate with Spring > following http://axis.apache.org/axis2/java/core/docs/spring.html#a26 > Both services work correctly when deployed alone but, if both are deployed, > only > the serv

Axis2 Spring integration

2011-01-12 Thread nch
Hi, there. I have developed two Axis2 web services. Both integrate with Spring following http://axis.apache.org/axis2/java/core/docs/spring.html#a26 Both services work correctly when deployed alone but, if both are deployed, only the service that was last deployed works. The previously deployed

Re: Axis2-Spring integration

2010-04-02 Thread Andreas Veithen
On Fri, Apr 2, 2010 at 06:29, indika kumara wrote: > Please forgive me if I am asking an idiot question.  I do not have > good knowledge about spring.. > > I just want to get to know. > > Does this spring integration support to obtain any qualities offered > by the Spring  (runtime system quality

Re: Axis2-Spring integration

2010-04-01 Thread Amila Suriarachchi
On Fri, Apr 2, 2010 at 1:47 AM, Andreas Veithen wrote: > One last message with java-user in copy: I've created a page on our > brand new Wiki: > > http://wiki.apache.org/axis/Axis2Spring > > Please feel free to edit and add your ideas. > Thanks Andreas for creating the wiki an initiating the this

Re: Axis2-Spring integration

2010-04-01 Thread indika kumara
Please forgive me if I am asking an idiot question.  I do not have good knowledge about spring.. I just want to get to know. Does this spring integration support to obtain any qualities offered by the Spring  (runtime system quality attributes , non runtime and architectural quality attributes) ?

Re: Axis2-Spring integration

2010-04-01 Thread Samisa Abeysinghe
So this thread mentions JAX-WS few times. I am wondering how complete out JAX-WS support is Samisa... On Fri, Apr 2, 2010 at 1:47 AM, Andreas Veithen wrote: > One last message with java-user in copy: I've created a page on our > brand new Wiki: > > http://wiki.apache.org/axis/Axis2Spring > > Pl

Re: Axis2-Spring integration

2010-04-01 Thread Andreas Veithen
One last message with java-user in copy: I've created a page on our brand new Wiki: http://wiki.apache.org/axis/Axis2Spring Please feel free to edit and add your ideas. Andreas On Thu, Apr 1, 2010 at 13:43, Glen Daniels wrote: > Quick comment, folks - do we really need to be cc'ing java-user f

Re: Axis2-Spring integration

2010-04-01 Thread Sagara Gunathunga
your blog). And also it supports ws security as well. >> > Therefore it would be easy to start from the wsf/spring and gradually >> > improve it to suite for new requirement would be an easy approach. >> > >> > So would like to propose to start with wsf/s

Re: Axis2-Spring integration

2010-04-01 Thread Sagara Gunathunga
2010 at 1:40 PM, Andreas Veithen < >>> andreas.veit...@gmail.com> >>> > wrote: >>> >> >>> >> All, >>> >> >>> >> Recently there have been some questions and discussions about Spring >>> >> support i

Re: Axis2-Spring integration

2010-04-01 Thread Tharindu Mathew
t;> >> >> >> Recently there have been some questions and discussions about Spring >> >> support in Axis2 [1] [2] [3] [4]. As mentioned in these references, >> >> WSO2 has developed a framework that provides Axis2-Spring integration >> >> [5]. Al

Re: Axis2-Spring integration

2010-03-31 Thread Afkham Azeez
at 1:40 PM, Andreas Veithen < > andreas.veit...@gmail.com> > > wrote: > >> > >> All, > >> > >> Recently there have been some questions and discussions about Spring > >> support in Axis2 [1] [2] [3] [4]. As mentioned in these references, &

Re: Axis2-Spring integration

2010-03-31 Thread Samisa Abeysinghe
te for new requirement would be an easy approach. >> > >> > So would like to propose to start with wsf/spring. Further Axis2M has >> forked >> > from wsf/spring and it has go bak to use axis2.xml as well. >> >> If everybody proposes his own code as a star

Re: Axis2-Spring integration

2010-03-31 Thread Amila Suriarachchi
ll, > >> > >> Recently there have been some questions and discussions about Spring > >> support in Axis2 [1] [2] [3] [4]. As mentioned in these references, > >> WSO2 has developed a framework that provides Axis2-Spring integration > >> [5]. Also, Sagara Gunat

Re: Axis2-Spring integration

2010-03-31 Thread robert lazarski
On Wed, Mar 31, 2010 at 4:01 PM, Andreas Veithen wrote: > > If everybody proposes his own code as a starting point, we will get > nowhere. I think we should start from scratch, and then as we progress > through the different areas we want to cover, take over those > components from the three codeb

Re: Axis2-Spring integration

2010-03-31 Thread Andreas Veithen
mentioned in these references, >> WSO2 has developed a framework that provides Axis2-Spring integration >> [5]. Also, Sagara Gunathunga has done some very interesting work [6], >> but this has not yet been released. In [1] I argue that neither of >> these two frameworks provide

Re: Axis2-Spring integration

2010-03-31 Thread Amila Suriarachchi
On Wed, Mar 31, 2010 at 1:40 PM, Andreas Veithen wrote: > All, > > Recently there have been some questions and discussions about Spring > support in Axis2 [1] [2] [3] [4]. As mentioned in these references, > WSO2 has developed a framework that provides Axis2-Spring integration >

Re: Axis2-Spring integration

2010-03-31 Thread Tharindu Mathew
mail.com> wrote: >> >>> What if WSO2 is willing to integrate their effort as well with this? >>> >>> Samisa... >>> >>> On Wed, Mar 31, 2010 at 1:40 PM, Andreas Veithen >>> wrote: >>> > All, >>> > >>> > Rece

Re: Axis2-Spring integration

2010-03-31 Thread Samisa Abeysinghe
estions and discussions about Spring >> > support in Axis2 [1] [2] [3] [4]. As mentioned in these references, >> > WSO2 has developed a framework that provides Axis2-Spring integration >> > [5]. Also, Sagara Gunathunga has done some very interesting work [6], >> > bu

Re: Axis2-Spring integration

2010-03-31 Thread Samisa Abeysinghe
, > WSO2 has developed a framework that provides Axis2-Spring integration > [5]. Also, Sagara Gunathunga has done some very interesting work [6], > but this has not yet been released. In [1] I argue that neither of > these two frameworks provide a definite solution and Sagara actually &

Re: Axis2-Spring integration

2010-03-31 Thread Chinmoy Chakraborty
been some questions and discussions about Spring > support in Axis2 [1] [2] [3] [4]. As mentioned in these references, > WSO2 has developed a framework that provides Axis2-Spring integration > [5]. Also, Sagara Gunathunga has done some very interesting work [6], > but this has not yet been rel

Axis2-Spring integration

2010-03-31 Thread Andreas Veithen
All, Recently there have been some questions and discussions about Spring support in Axis2 [1] [2] [3] [4]. As mentioned in these references, WSO2 has developed a framework that provides Axis2-Spring integration [5]. Also, Sagara Gunathunga has done some very interesting work [6], but this has