-
Bug
-
Resolution: Done
-
Major
-
EJB3_1 1.0.4
-
None
-
nointerface:1.0.0-alpha-5
As reported by the user here http://www.coderanch.com/t/482975/JBoss/JBoss-M-soon-EJB-JSF the nointerface view runs into CNFE while loading the class for the method params. Looking at the javassist code (javassist.runtime.Desc), it uses the incorrect classloader for processing the method signature ($sig). I am able to reproduce this bug in a testcase.