File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Distributed Java and the fly likes JBoss 3 + Java 1.4 communicating with JBoss 5 + Java 6, is that possible? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "JBoss 3 + Java 1.4 communicating with JBoss 5 + Java 6, is that possible?" Watch "JBoss 3 + Java 1.4 communicating with JBoss 5 + Java 6, is that possible?" New topic
Author

JBoss 3 + Java 1.4 communicating with JBoss 5 + Java 6, is that possible?

Darlan Oliveira
Greenhorn

Joined: Oct 13, 2008
Posts: 1
I have an interesting challenge and I would count on help from you.

Must maintain a heterogeneous environment with different versions of Java and APPSERVER.

Java Settings:
1) Weblogic 8.1 + JRockit 1.4 (BEA)
2) JBoss 3.2.3 + JDK 1.4 (Sun)
3) Java 1.4 (Sun) - Application client (Swing)
4) JBoss 5.1.0 + JDK 1.6 (Sun)

Flow of communication:
1) Application client (Swing) <-> APPSERVER (Weblogic and / or JBoss 3 / 5) <-> Weblogic
2) Browser (Web) <-> APPSERVER (Weblogic and / or JBoss 3 / 5) <-> Weblogic

The idea is to gradually migrate all 32 servers JBoss 3 for the newer version (JBoss 5) keeping the communication above safe. In preliminary tests, I found some errors in serialVersionUID and I was forced to correct the sources of JBoss 3 to make it compatible with newer version.

However, the error below raised a question: Is it possible to have this structure? How?

Error: java.lang.UnsupportedClassVersionError: CLASS (Unsupported major.minor version 49.0)

Any suggestion / hint on this issue?

Darlan
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JBoss 3 + Java 1.4 communicating with JBoss 5 + Java 6, is that possible?
 
Similar Threads
Announcement: Super 4.00 - a suite of J2EE tools.
Announcement: Super 4.00 - a suite of J2EE tools.
JNDI lookup of a clustered EJB hosted on WAS from standalone/JBOSS client
JNDI lookup of a clustered EJB hosted on WAS from standalone/JBOSS client
weblogic questions