[
https://issues.jboss.org/browse/SEAMCATCH-42?page=com.atlassian.jira.plug...
]
Jason Porter commented on SEAMCATCH-42:
---------------------------------------
Pretty sure this is related to (or the root cause is) SOLDER-62
Unable to deploy JAXRS example to JBossAS 6
-------------------------------------------
Key: SEAMCATCH-42
URL:
https://issues.jboss.org/browse/SEAMCATCH-42
Project: Seam Catch
Issue Type: Bug
Components: Example
Affects Versions: 3.0.0.Beta1
Environment: JBoss AS 6 Final
Reporter: Martin Gencur
Assignee: Jason Porter
Fix For: 3.0.0.Beta2
Attachments: jax_rs_exception.txt
I tried to package and deploy the example according to the readme.md file in the
example.
"mvn clean package jboss:hard-deploy -Pjbossas"
The JBossAS throws the following exception (the whole stacktrace in the attached file).
The root cause is the following:
Caused by: java.lang.annotation.AnnotationTypeMismatchException: Incorrectly typed data
found for annotation element public abstract org.jboss.logging.Logger$Level
org.jboss.logging.LogMessage.level() (Found data of type
Lorg/jboss/logging/Logger$Level;.TRACE)
at
sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.generateException(AnnotationTypeMismatchExceptionProxy.java:38)
[:1.6.0_21]
at
sun.reflect.annotation.AnnotationInvocationHandler.invoke(AnnotationInvocationHandler.java:56)
[:1.6.0_21]
at $Proxy175.level(Unknown Source) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_21]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[:1.6.0_21]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[:1.6.0_21]
at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_21]
at
org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60)
[jboss-reflect.jar:2.2.0.GA]
at
org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168)
[jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.SecurityActions.invokeMethod(SecurityActions.java:78)
[jboss-reflect.jar:2.2.0.GA]
at
org.jboss.reflect.plugins.AnnotationValueFactory.createAnnotationValue(AnnotationValueFactory.java:117)
[jboss-reflect.jar:2.2.0.GA]
... 64 more
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira