anonymous wrote : where does it find this code? Try what i suggested in my earlier post: anonymous wrote : | If the logs do not provide us some hints, we do have another option which prints out the jar file from which the class is being loaded. You can add -verbose:class to the JAVA_OPTS section in the server startup script. Then start the server (you might want to redirect the STDOUT output to a file because the logs will be too verbose) and then access your application to try and reproduce this issue. Look into the redirected log to see which jar is being used to load your class.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234125#4234125 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234125 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
