AbstractMethodError
-------------------
Key: JBAS-5024
URL:
http://jira.jboss.com/jira/browse/JBAS-5024
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ClassLoading
Affects Versions: JBossAS-4.2.2.GA
Environment: Linux, Sun JVM 1.5.0_14
Reporter: Frank Cornelis
Assigned To: Scott M Stark
We're using the JBoss Seam Scanner class to iterate over all my beans in search for a
certain annotation.
To do so we had to create a class within the org.jboss.seam.deployment Java package since
the handleItem method is package visible.
This class is packaged in my EJB 3.0 JAR as part of an EAR application.
When deploying the application I get the following exception:
Caused by: java.lang.AbstractMethodError
at org.jboss.seam.deployment.Scanner.handleArchive(Scanner.java:139)
at org.jboss.seam.deployment.Scanner.scan(Scanner.java:118)
The jboss-seam.jar lives in $JBOSS_HOME/server/default/lib. So AFAIK the org.jboss.seam
package has two classloaders, one pointing to jboss-seam.jar and the other to my EAR
classloader. Could this be the cause of that exception?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira