Bugs item #682529, was opened at 2003-02-08 06:06 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682529&group_id=22866
Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Chris Bono (bonoc) Assigned to: Nobody/Anonymous (nobody) Summary: JDK1.4 and CMP hierarchy cause ClassFormatError Initial Comment: JDK1.4 and CMP hierarchy cause ClassFormatError ====================================== We have a somewhat complex inheritance chain of which our entites extend to be realized (see the attached class diagram). When compiled under jdk13 or jdk14 and run under jdk14 the deployment fails due to a ClassFormatError. The complete startup log is attached as well. <pre> org.jboss.deployment.DeploymentException: Could not create deployment: file:/C:/DEV/servers/jboss/jboss- 3.0.4/server/default/tmp/deploy/server/default/deploy/zpm _mgmt.ear/61.zpm_mgmt.ear-contents/zpm_mgmt.jar; - nested throwable: (java.lang.ClassFormatError: com/zilliant/zpm/management/model/collector/monitor/M onitorBean$Proxy (Repetitive method name/signature)) </pre> ---------------------------------------------------------------------- Comment By: Brian Bannister (beoch) Date: 2003-03-18 10:01 Message: Logged In: YES user_id=651952 We had a similar error when compiling with JDK 1.4.0 and running with JDK 1.4.1_01. Are you compiling with exactly the same version of Java that you are running JBoss with? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=682529&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
