Bugs item #834814, was opened at 2003-11-03 01:24 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=834814&group_id=22866
Category: JBossCMP Group: v3.2 >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Firedragon (firedragon852) >Assigned to: Adrian Brock (ejort) Summary: unable to deploy CMP entity beans Initial Comment: OS: Linux JDK: IBM SDK 1.4.1 09:22:50,970 INFO [ServerInfo] Java version: 1.4.1,IBM Corporation 09:22:50,971 INFO [ServerInfo] Java VM: Classic VM 1.4.1,IBM Corporation 09:22:50,971 INFO [ServerInfo] OS-System: Linux 2.4.20-8,x86 ---------------------------------------------------------------------- >Comment By: Adrian Brock (ejort) Date: 2003-11-03 12:03 Message: Logged In: YES user_id=9459 There is an older copy of bcel in the endorsed section of your jdk. in jre/lib/xml.jar BCEL has changed in a non-binary compatible way. JBoss is compiled over a newer version. You have two options: 1) Remove or update bcel in your jdk. 2) Recompile JBoss over the BCEL in the ibm jdk. Regards, Adrian ---------------------------------------------------------------------- Comment By: Firedragon (firedragon852) Date: 2003-11-03 03:07 Message: Logged In: YES user_id=876523 My application works fine in 3.2.1. When trying 3.2.2, I get this error when jboss tries to deploy my entity beans: java.lang.NoSuchMethodError: org.apache.bcel.generic.InstructionFactory: method createNewArray(Lorg/apache/bcel/generic/Type;S)Lorg/apache/bcel/generic/Instruction; not found I was told to use bcel.jar version 5.0 RC1 (from 3.2.1 instead). I did and I got the same error. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=834814&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
