[
https://issues.jboss.org/browse/SEAMFACES-216?page=com.atlassian.jira.plu...
]
christoph langer resolved SEAMFACES-216.
----------------------------------------
Resolution: Done
I figured out why.
i placed the api in the maven pom.xml file, the dependency was pointing to the beta3.
java.lang.NoClassDefFoundError:
org/jboss/seam/faces/projectstage/ProjectStageDetector
--------------------------------------------------------------------------------------
Key: SEAMFACES-216
URL:
https://issues.jboss.org/browse/SEAMFACES-216
Project: Seam Faces
Issue Type: Bug
Affects Versions: 3.1.0.CR1
Environment: jboss 7.0.2
Reporter: christoph langer
The latest snapshot (woring yesturday without a problem) has an exception on deployment.
Caused by: java.lang.NoClassDefFoundError:
org/jboss/seam/faces/projectstage/ProjectStageDetector
at
org.jboss.seam.faces.projectstage.ProjectStageExtension.detectProjectStage(ProjectStageExtension.java:123)
at
org.jboss.seam.faces.projectstage.ProjectStageExtension.processAnnotatedType(ProjectStageExtension.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
at
org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
at
org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
at
org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)
at
org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)
at
org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)
... 32 more
is there a fix availabe since my project just broke (no auth in beta3, no start with
snapshot)
thank you
--
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