|
![]() |
Originally posted by senthil baskaran:
Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element.
(Unsupported major.minor version 49.0)
Jaikiran Pai wrote:
(Unsupported major.minor version 49.0)
Looks like you are compiling your classes using Java 5 version and deploying on JBoss, using an earlier version of Java (maybe Java 1.4). Make sure you compile using Java 1.4 or configure the JAVA_HOME for JBoss to use Java 5, so that the correct Java version is used for deploying your beans.
You had your fun. Now it's time to go to jail. Thanks for your help tiny ad.
Free, earth friendly heat - from the CodeRanch trailboss
https://www.kickstarter.com/projects/paulwheaton/free-heat
|