Re: [jira] Created: (AXIS2-3258) Extend Spring support to accept proxies

2007-11-15 Thread BJuma
>From where I can get those axis2-rmi-*.jar?I didn't find them in the latest nightly build iksrazal wrote: > > rmi is new, comming in after the 1.3 release. Try looking for > axis2-rmi-*.jar and adding it to WEB-INF/lib . > > HTH, > Robert > > On Nov 12, 2007 8:25 AM, BJuma <[EMAIL PROTECTED]

Re: [jira] Created: (AXIS2-3258) Extend Spring support to accept proxies

2007-11-12 Thread robert lazarski
rmi is new, comming in after the 1.3 release. Try looking for axis2-rmi-*.jar and adding it to WEB-INF/lib . HTH, Robert On Nov 12, 2007 8:25 AM, BJuma <[EMAIL PROTECTED]> wrote: > > I downloaded the latest nightly build along with what I posted below and it > works fine. However I am having an e

Re: [jira] Created: (AXIS2-3258) Extend Spring support to accept proxies

2007-11-12 Thread BJuma
I downloaded the latest nightly build along with what I posted below and it works fine. However I am having an exception when the server is starting up which is: [exec] 17:25:51,287 ERROR org.apache.axis2.deployment.AxisConfigBuilder:319 - org.apache.axis2.rmi.deploy.RMIServiceDeployer [exe

Re: [jira] Created: (AXIS2-3258) Extend Spring support to accept proxies

2007-11-12 Thread robert lazarski
Hmm, the Service needs to be a concrete class, ie, have an implementation and not be just an interface. Any bean dependencies, such as for beans that have methods you invoke, have been known to work in some cases as interfaces by avoiding them be spring proxies. This particular problem is that ther

Re: [jira] Created: (AXIS2-3258) Extend Spring support to accept proxies

2007-11-12 Thread BJuma
Hi, I am facing this problem now. My understanding to fix it is by having an interface for the current webservice and defining it in the services.xml as a ServiceClass, like this: simple spring example spring.SpringAwareServiceInterface org.apache.axis2.extensions

[jira] Created: (AXIS2-3258) Extend Spring support to accept proxies

2007-10-09 Thread Oleg Efimov (JIRA)
Extend Spring support to accept proxies --- Key: AXIS2-3258 URL: https://issues.apache.org/jira/browse/AXIS2-3258 Project: Axis 2.0 (Axis2) Issue Type: New Feature Components: deployment, wsdl