The error message: dataadmin/definition/campaignDefBean (Unsupported major.minor version 49.0) says that you class was compiled with Java 5 and probably your instalation of JBoss is running on older Java VM (1.4.X probably) which doesnt understands newer format. You should use the same version of JDK for JBoss and developing.
Regards Janusz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860642#3860642 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860642 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
