can you load multiple jsf wars in one classloader?

Posted by Venu on Stack Overflow See other posts from Stack Overflow or by Venu
Published on 2010-04-09T00:44:55Z Indexed on 2010/04/09 2:03 UTC
Read the original article Hit count: 450

Filed under:
|
|

i have 3 war files with JSF installed, 3 faces config, when i make them all load into one class loader that is part of the EAR, it fails on initialization errors. like below. seems like JSF does not like to load multiple times in one classloader, has anyone tried this? to load a EAR with 3 JSF wars?

java.lang.NullPointerException
    at com.sun.faces.config.processor.ManagedBeanConfigProcessor.process(ManagedBeanConfigProcessor.java:241)
    at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108) 

© Stack Overflow or respective owner

Related posts about jsf

Related posts about classloader