spring classloader isolation problem on jboss

Posted by mkosm on Stack Overflow See other posts from Stack Overflow or by mkosm
Published on 2010-04-24T15:57:26Z Indexed on 2010/04/24 16:03 UTC
Read the original article Hit count: 351

Filed under:
|
|
|
|

Hi, i have two ears deployed on jboss with proper classloaders isolation settings. When seam bean call spring beans which make some queries on database everything works fine, but when spring quartz job bean is invoked and execute tries to execute database queries then there is a problem because spring tries too use hibernate jar from other ear and exception is thrown! It is clearily spring classloader isolation problem. Did anyone meet such a problem? How to ensure isolation?

© Stack Overflow or respective owner

Related posts about spring

Related posts about jboss