Well ok I've found the solution, I've had to call on more method to change the state of the factory bean : "afterPropertiesSet();";
So here is the code:
HttpInvokerProxyFactoryBean ht =...
Type: Posts; User: bodtx; Keyword(s):
Well ok I've found the solution, I've had to call on more method to change the state of the factory bean : "afterPropertiesSet();";
So here is the code:
HttpInvokerProxyFactoryBean ht =...
Hello all, I'm trying to run an application to bench a call to HttpInvoker.
I'd like to run spring without config file to minimize the startup time. It should as fast as an EJB call.
So here is...
Hello, I think it is not possible but does anyone succeed to record httpInvoker requests with Jmeter's proxy?
I've tried this with my Swing APP:...