richard Che So
Apr 26th, 2006, 10:43 AM
[27/04/06 10:58:00:406 EDT] 3e50e853 ContextLoader E org.springframework.web.context.ContextLoader Context initialization failed
[27/04/06 10:58:00:406 EDT] 3e50e853 ContextLoader E org.springframework.web.context.ContextLoader TRAS0014I: The following exception was logged org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name '/dealerinfoForm' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'DealerAccessFacade' while setting bean property 'dealerAccessService'; nested exception is org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'DealerAccessFacade' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.LinkageError: LinkageError while defining class: com.honda.session.DealerAccessFacade$__attributeRe pository
Could not be defined due to: com/honda/session/DealerAccessFacade$__attributeRepository (Unsupported major.minor version 49.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] --- end Original exception----
Notes: running in wsad using websphere app server 5.1 test environment with jdk 1.4 runtime and with programs compiled with jdk 1.4
Anyone know how to fix this problem ? - I know it's a mismatch of java versions but I thought you could use any JDK1.3 and above runtime to run Spring ?
Thanks
Richard
[27/04/06 10:58:00:406 EDT] 3e50e853 ContextLoader E org.springframework.web.context.ContextLoader TRAS0014I: The following exception was logged org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name '/dealerinfoForm' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'DealerAccessFacade' while setting bean property 'dealerAccessService'; nested exception is org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'DealerAccessFacade' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.LinkageError: LinkageError while defining class: com.honda.session.DealerAccessFacade$__attributeRe pository
Could not be defined due to: com/honda/session/DealerAccessFacade$__attributeRepository (Unsupported major.minor version 49.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] --- end Original exception----
Notes: running in wsad using websphere app server 5.1 test environment with jdk 1.4 runtime and with programs compiled with jdk 1.4
Anyone know how to fix this problem ? - I know it's a mismatch of java versions but I thought you could use any JDK1.3 and above runtime to run Spring ?
Thanks
Richard