aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes EJB LookUp Version  Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "EJB LookUp Version  Problem" Watch "EJB LookUp Version  Problem" New topic
Author

EJB LookUp Version Problem

Aryaraju Kumar
Greenhorn

Joined: Jan 31, 2008
Posts: 6
I have a remote EJB method and deployed it on the Websphere using java version 1.5 and am trying to look it up using a standard standalone client which runs on java version 1.4 which prints the following exception in the log:
The java class could not be loaded. java.lang.UnsupportedClassVersionError
Works fine when i look it up using java version 1.5
If some one can help me out on this problem.
Thanks in Advance
g Ven
Greenhorn

Joined: Apr 23, 2008
Posts: 11
This is a JVM incompatability issue. You might want to re-compile the remote service in java 1.4 and deploy it to the server and try using the client again to access the same.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: EJB LookUp Version Problem
 
Similar Threads
Program for Console
Eclipse crashes on start
Trying to keep an old Mac compatible with Java 6
compatibility issues of EJB 3.0 with jdks
Excel document created using HSSF POI API not opening in Windows7 but opening in Win XP