-
Dec 19th, 2007, 04:41 AM
#1
@Configurable and Weblogic 10
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules