Did you download the JDK6 variant of JBoss AS 5.0.1.GA? It already has the necessary jar files in the endorsed directory to avoid this issue:
lib/endorsed/activation.jar lib/endorsed/jaxb-api.jar lib/endorsed/jbossws-native-jaxrpc.jar lib/endorsed/jbossws-native-jaxws-ext.jar lib/endorsed/jbossws-native-jaxws.jar lib/endorsed/jbossws-native-saaj.jar lib/endorsed/resolver.jar lib/endorsed/serializer.jar lib/endorsed/stax-api.jar lib/endorsed/xalan.jar lib/endorsed/xercesImpl.jar A search of "setProperty must be overridden" should yield several posts discussing this. (It it should, if search was not broke - at this time only your post shows up.) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242934#4242934 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242934 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
