Kabir Khan [
http://community.jboss.org/people/kabir.khan%40jboss.com] created the
discussion
"Re: Binding annotated methods and session bean methods"
To view the discussion, visit:
http://community.jboss.org/message/578734#578734
--------------------------------------------------------------
I am not sure about which classloader ear/lib/common.jar belongs to. Try doing a
System.out.println(this.getClass().getClassLoader());
System.out.println(Thread.currentThread().getContextClassLoader());
in some classes from your common.jar and ejb.jar to make sure they are the same. If they
are not, try logging the parent classloaders.
My guess is that the problem is that the common.jar classes cannot see the annotations or
something like that.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/578734#578734]
Start a new discussion in JBoss AOP at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]