Are you sure you have not accidentally compiled your bean using Java 5? The part of the error that says (Unsupported major.minor version 49.0) suggests to me that you have.
Either compile with the same JDK version you are running JBoss with or change the JAVA_HOME so that JBoss runs with Java 5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892106#3892106 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892106 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
