I have a distributed JBoss-based application that exhibits erroneous behavior when compiling and starting using Java 1.6. It shows another error when compiling with Java 1.5 and starts with Java 1.6. But it works great when compiling and starting with Java 1.5. What is the best approach to debugging this application? Is there a volt for converting Java 1.5 to 1.6?
Of course, the behavior also depends on the third-party libraries that I use. I am using JBoss 4.0.3 (and several other libraries too!), Which I understand is a rather old version. Before moving on to upgrading the version of JBoss, I want to make sure that the problem is not related to my code.
source
share