It works, if the instantiation of the org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean is done in the applicationcontext.xml file. The error occurs if I instantiate it by myself...
Type: Posts; User: olpf; Keyword(s):
It works, if the instantiation of the org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean is done in the applicationcontext.xml file. The error occurs if I instantiate it by myself...
After synchronization of the product file now this occurs:
java.lang.IllegalArgumentException: interface org.springframework.aop.SpringProxy is not visible from class loader
but I added spring...
Hi,
I want to access my remoting service from my eclipse rcp client (osgi). Unfortunately my service interface could not be loaded from the class loader:
java.lang.IllegalArgumentException:...