You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
It seems that there's a lack of AOP proxy support in jax-ws-commons. Proxied
webservice endpoints aren't correctly recognized as webservices (although
annotated). The problem lies in the fact, that jax-ws-commons doesn't unwrap the
proxied object to read the annotations from the target class instead from the
proxy. This makes AOP for webservices unusable for nice features like automatic
logging etc.
Hi.
It seems that there's a lack of AOP proxy support in jax-ws-commons. Proxied
webservice endpoints aren't correctly recognized as webservices (although
annotated). The problem lies in the fact, that jax-ws-commons doesn't unwrap the
proxied object to read the annotations from the target class instead from the
proxy. This makes AOP for webservices unusable for nice features like automatic
logging etc.
See also:
http://forums.java.net/jive/thread.jspa?threadID=27930
Would be cool if jax-ws-commons would support this.
Environment
Operating System: All
Platform: All
Affected Versions
[current]
The text was updated successfully, but these errors were encountered: