>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]
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
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
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
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
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