this is the error message :
Code:
Error 500: LinkageError while defining class: org.hibernate.HibernateException
Could not be defined due to: org/hibernate/HibernateException (Unsupported major.minor version 48.0)
This is often caused by having a class defined at multiple
locations within the classloader hierarchy. Other potential causes
include compiling against an older or newer version of the class
that has an incompatible method signature.
Dumping the current context classloader hierarchy:
==> indicates defining classloader
==>[0]
com.ibm.ws.classloader.CompoundClassLoader@bbea45a
Local ClassPath: C:\WebSphere\workspaces\HERRERAS\Kardex\WebContent\WEB-INF\classes;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\ant-antlr-1.6.5.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\antlr.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\asm-attrs.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\asm.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\cglib-2.1.3.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\commons-beanutils.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\commons-collections-2.1.1.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\commons-digester.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\commons-fileupload.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\commons-validator.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\ehcache-1.1.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\hibernate3.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\jakarta-oro.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\log4j-1.2.11.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\struts.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\xerces-2.6.2.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent\WEB-INF\lib\xml-apis.jar;C:\WebSphere\workspaces\CEFETSP\Kardex\WebContent;
Delegation Mode: PARENT_FIRST
[1] com.ibm.ws.classloader.JarClassLoader@173876314 Local Classpath: Delegation mode: PARENT_FIRST
[2] com.ibm.ws.classloader.ExtJarClassLoader@455386183 Local ClassPath: C:\WebSphere\RAD60\runtimes\base_v5\lib\app; Delegation Mode: PARENT_LAST
[3] com.ibm.ws.classloader.ProtectionClassLoader@4553e447
[4] com.ibm.ws.bootstrap.ExtClassLoader@4caaa44f
[5] sun.misc.Launcher$AppClassLoader@4f59244f
[6] sun.misc.Launcher$ExtClassLoader@4f5c644f
---Original exception---
java.lang.UnsupportedClassVersionError: org/hibernate/HibernateException (Unsupported major.minor version 48.0)
at java.lang.ClassLoader.defineClass0(Native Method)
What do you think about that ?
Pedro