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
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
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
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
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
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
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
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
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
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 -
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
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
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
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
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
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
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
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
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.
> >
>
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
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
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
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
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
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) ?
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
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
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
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
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
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,
&
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
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
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
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
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
>
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
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
,
> 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
&
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
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
41 matches
Mail list logo