[
https://issues.jboss.org/browse/SEAMFACES-221?page=com.atlassian.jira.plu...
]
Lincoln Baxter III commented on SEAMFACES-221:
----------------------------------------------
In order to solve this in versions of weld where it occurs, we would need to create a
separate JAR file containing only the PrettyFaces integration classes, then have people
add that JAR when they want to use PrettyFaces. It's really a frustrating problem.
Weld logs misleading warning for NoClassDefFoundError:
com.ocpsoft.pretty.faces.spi.ConfigurationProvider
---------------------------------------------------------------------------------------------------------
Key: SEAMFACES-221
URL:
https://issues.jboss.org/browse/SEAMFACES-221
Project: Seam Faces
Issue Type: Bug
Components: URL Rewriting
Affects Versions: 3.1.0.Beta4
Reporter: Lincoln Baxter III
Assignee: Lincoln Baxter III
Fix For: 3.1.0.Final
Caused by: java.lang.NoClassDefFoundError:
com/ocpsoft/pretty/faces/spi/ConfigurationProvider
at java.lang.ClassLoader.defineClass1(Native Method) [:1.6.0_24]
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632) [:1.6.0_24]
at java.lang.ClassLoader.defineClass(ClassLoader.java:616) [:1.6.0_24]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) [:1.6.0_24]
at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:397)
... 19 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira