Hi,

I am running a JEE 6 project on JBoss 7.1.1 with JDK-7_09 and 
deltapsike-incubator-0.2.
On startup of the server I am facing the following error:

Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct 
component instance
        at 
org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:163)
        at 
org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85)
        at 
org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:116)
        at 
org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:130)
        at 
org.jboss.as.ee.component.ComponentStartService.start(ComponentStartService.java:44)
        at 
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
 [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
        at 
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
 [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
        ... 3 more
Caused by: javax.ejb.EJBException: java.lang.ClassCastException: 
sun.reflect.generics.reflectiveObjects.TypeVariableImpl cannot be cast to 
java.lang.Class
        at 
org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:166)
        at 
org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230)
        at 
org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:333)
        at 
org.jboss.as.ejb3.tx.SingletonLifecycleCMTTxInterceptor.processInvocation(SingletonLifecycleCMTTxInterceptor.java:56)
        at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
        at 
org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
        at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
        at 
org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)
        at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
        at 
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
        at 
org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
        ... 9 more
Caused by: java.lang.ClassCastException: 
sun.reflect.generics.reflectiveObjects.TypeVariableImpl cannot be cast to 
java.lang.Class
        at 
javax.enterprise.util.AnnotationLiteral.getTypeParameter(AnnotationLiteral.java:101)
        at 
javax.enterprise.util.AnnotationLiteral.annotationType(AnnotationLiteral.java:117)
        at 
org.jboss.weld.resolution.ResolvableBuilder.addQualifier(ResolvableBuilder.java:127)
        at 
org.jboss.weld.resolution.ResolvableBuilder.addQualifiers(ResolvableBuilder.java:160)
        at 
org.jboss.weld.manager.BeanManagerImpl.getBeans(BeanManagerImpl.java:447)
        at 
org.apache.deltaspike.core.api.provider.BeanProvider.getContextualReference(BeanProvider.java:98)

Thanks in advance.
Regards,
Markus




Geschäftsführer: Wolf Kunisch
Aufsichtsratsvorsitzender: Christophe Duquenne
Sitz der Gesellschaft: Frankfurt/Main
Handelsregister: Frankfurt/Main HRB 40 417

* * * * * * * * L E G A L    D I S C L A I M E R * * * * * * * *
This e-mail and the documents attached are confidential and intended solely for 
the addressee; it may also be privileged. If you receive this e-mail by error, 
please notify the sender immediately and destroy it. As its integrity cannot be 
secured on the internet, the Atos group liability cannot be triggered for the 
message content. Although the sender endeavors to maintain a computer 
virus-free network, the sender does not warrant that this transmission is 
virus-free and shall not be liable for any damages resulting from any virus 
transmitted.
* * * * * * * * L E G A L    D I S C L A I M E R * * * * * * * *

Reply via email to