Discussion:
[jboss-user] [JBoss Web Services] - JBossWS - AS 7 FAQ
Alexander Holbreich
2013-04-15 15:08:55 UTC
Permalink
Alexander Holbreich [https://community.jboss.org/people/shuron] commented on the document

"JBossWS - AS 7 FAQ"

To view all comments on this document, visit: https://community.jboss.org/docs/DOC-16722#comment-11893

--------------------------------------------------
How should jboss-deployment-structure.xml look like to be able to use @InInterceptor annotation on own services.

I'm getting "transitiv dependencies" exception,
"org.apache.cxf.interceptor.Fault: Could not create annotation object: x.y.z.TestInterceptor",
Caused by: java.lang.InstantiationException: x.y.z.TestInterceptor

We use JBoss EAP 6. and i've tried all variants of
|
|
| <module name="org.jboss.ws.cxf.jbossws-cxf-server"  export="true" /> |
|
|
|
| <module name="org.jboss.ws.cxf.jbossws-cxf-client"  export="true" /> |
|
|
| <module name="org.apache.cxf" services="export" export="true" /> |
|
--------------------------------------------------
Alessio Soldano
2013-04-15 15:16:49 UTC
Permalink
Alessio Soldano [https://community.jboss.org/people/asoldano] commented on the document

"JBossWS - AS 7 FAQ"

To view all comments on this document, visit: https://community.jboss.org/docs/DOC-16722#comment-11894

--------------------------------------------------
Please open a forum thread with more details, including the full stacktrace and some info on how your app is packaged.
--------------------------------------------------
Alexander H
2013-04-16 06:34:52 UTC
Permalink
Alexander H [https://community.jboss.org/people/shuron] commented on the document

"JBossWS - AS 7 FAQ"

To view all comments on this document, visit: https://community.jboss.org/docs/DOC-16722#comment-11897

--------------------------------------------------
https://community.jboss.org/message/808263#808263 https://community.jboss.org/message/808263#808263
--------------------------------------------------

Loading...