[ https://issues.apache.org/activemq/browse/SM-559?page=comments#action_36975 ] Olof Jönsson commented on SM-559: ---------------------------------
I got the same problem and it turned out to be caused by JBoss has its own set of JAX-WS annotations that doesn't correspond to the Java 5 ones. Specifically, they are instances of org.jboss.lang.Annotation instead of java.lang.Annotation. I remove the jboss14ws.sar folder from the deploy folder and made sure the proper JSR181 annotations were included in my deployed jars. That seems to have resolved my problem. > WSDL-First example in JBoss > --------------------------- > > Key: SM-559 > URL: https://issues.apache.org/activemq/browse/SM-559 > Project: ServiceMix > Issue Type: Bug > Environment: J2SE 1.5_07 > JBoss 4.0.4 > Reporter: Hesam Pourjam > Fix For: 3.0.1 > > > there is a problem at running wsdl-first example in jboss ! > the log is here : > http://pastebin.ca/150052 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
