Hello

We have a JAX-WS web service deployed on Weblogic 10. Because an instance of the web service class is not managed by Spring I've to find a way to inject some properties.

One of the approaches I've tried is load time weaving using @Configurable. We are going to use Spring 2.5 so I followed the steps as described in the documentation (http://static.springframework.org/sp...atconfigurable)

I can get this working if I specify the -javaagent flag, but that's something I do not want. The documentation says that for Weblogic 10 there is no need use that flag. However without the flag my properties are not injected...

Do I need to configure something special on the Spring side (documentation says no...)? Or on the Weblogic side?

--
Regards
Dries