Re: javassist problems with Java 1.6

2008-03-07 Thread Yunhua Sang
wrote: > > > From what I understand, JBoss 4 is not Java 6 compatible. For that > > you should ues JBoss 5. > > > > Kind regards, > > Joachim > > > > Geoff Callender wrote: > >> To Howard, and anyone else with experience of javassist pro

Re: javassist problems with Java 1.6

2008-03-07 Thread Geoff Callender
From what I understand, JBoss 4 is not Java 6 compatible. For that you should ues JBoss 5. Kind regards, Joachim Geoff Callender wrote: To Howard, and anyone else with experience of javassist problems with Java 1.6 (with the possibly that it's only related to Tomcat in JBoss 4.2.

Re: javassist problems with Java 1.6

2008-03-07 Thread Geoff Callender
wrote: To Howard, and anyone else with experience of javassist problems with Java 1.6 (with the possibly that it's only related to Tomcat in JBoss 4.2.2): It looks like this is a javassist classloading issue with Java 1.6. Everything works fine with Java 1.5. The root

Re: javassist problems with Java 1.6

2008-03-07 Thread Joachim Van der Auwera
From what I understand, JBoss 4 is not Java 6 compatible. For that you should ues JBoss 5. Kind regards, Joachim Geoff Callender wrote: To Howard, and anyone else with experience of javassist problems with Java 1.6 (with the possibly that it's only related to Tomcat in JBoss 4.2.2):

Re: javassist problems with Java 1.6

2008-03-07 Thread Andreas Andreou
-Dsun.lang.ClassLoader.allowArraySyntex=true a typo just in this email, or in the actual usage? On Fri, Mar 7, 2008 at 1:17 PM, Geoff Callender <[EMAIL PROTECTED]> wrote: > To Howard, and anyone else with experience of javassist problems with > Java 1.6 (with the possibly that it&#x

javassist problems with Java 1.6

2008-03-07 Thread Geoff Callender
To Howard, and anyone else with experience of javassist problems with Java 1.6 (with the possibly that it's only related to Tomcat in JBoss 4.2.2): It looks like this is a javassist classloading issue with Java 1.6. Everything works fine with Java 1.5. The root cause