fmgasparino / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

Unable to run hosted mode due to byte code incompatibility with the JDK of WAS 6.1 #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use GWT with Gin integration under a Websphere Application Server 6.1 
environnement.

When I try to launch the hosted mode (GWT 2.2) I got this error at start time : 

WARNING: Use on a JRE prior to version 1.6 is deprecated
Loading modules
   com.jcdecaux.dynamo.presentation.Dynamo
      Loading inherited module 'com.google.gwt.inject.Inject'
         [ERROR] Unexpected error while processing XML
java.lang.UnsupportedClassVersionError: 
(com/google/gwt/inject/rebind/GinjectorGenerator) bad major version at offset=6

I think gin-1.5-post-gwt-2.2.jar has been compiled using a JDK 6, so my JDK 
(WAS 6.1) is not compatible with that compiled code.

Can you consider a recompilation of google-gin to keep compatibility with older 
 than 1.6 ?

I've attached the full stack trace in StackTrace.txt

Original issue reported on code.google.com by mat.boni...@gmail.com on 22 Feb 2011 at 4:03

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by aragos on 22 Feb 2011 at 4:53