Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
JBoss AS 4.0.3SP1
Description
When using tomahawk lib in a war file there is a class cast exception which occurs because it contains a class in myfaces.
As this class is loaded at the application server level and the war file level a CCE occurs.
The name of the class is : org.apache.myfaces.config.MyFacesConfig
Simply removing this class from tomahawk.jar will solve the issue.