[jboss-jira] [JBoss JIRA] (WFLY-2737) Application that deploys in 8.0.0.BETA does not deploy in 8.0.0.CR1
Stuart Douglas (JIRA)
issues at jboss.org
Mon Jan 13 06:18:33 EST 2014
[ https://issues.jboss.org/browse/WFLY-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935258#comment-12935258 ]
Stuart Douglas commented on WFLY-2737:
--------------------------------------
This is an @Provider class, which we are treating as a bean defining annotation to allow CDI injection to work.
> Application that deploys in 8.0.0.BETA does not deploy in 8.0.0.CR1
> -------------------------------------------------------------------
>
> Key: WFLY-2737
> URL: https://issues.jboss.org/browse/WFLY-2737
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: REST
> Affects Versions: 8.0.0.CR1
> Reporter: Stan Zelivinski
> Assignee: Jozef Hartinger
>
> We are building RESTFul applications using RESTEasy framework. All our applications deploy fine in Wildfly Beta 8.0.0.Beta. When we are trying to deploy the exact same applications in 8.0.0.CR1 we are getting the following exception:
> 16:27:44,276 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.deployment.unit."TestControllerWebApp.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."TestControllerWebApp.war".WeldStartService: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.0.CR1.jar:1.2.0.CR1]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
> at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
> Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000075: Normal scoped managed bean implementation class has a public field: [EnhancedAnnotatedFieldImpl] public org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter.languageMappings
> at org.jboss.weld.bean.ManagedBean.checkBeanImplementation(ManagedBean.java:218)
> at org.jboss.weld.bean.AbstractClassBean.internalInitialize(AbstractClassBean.java:74)
> at org.jboss.weld.bean.ManagedBean.internalInitialize(ManagedBean.java:96)
> at org.jboss.weld.bean.RIBean.initialize(RIBean.java:65)
> at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$5.doWork(ConcurrentBeanDeployer.java:114)
> at org.jboss.weld.bootstrap.ConcurrentBeanDeployer$5.doWork(ConcurrentBeanDeployer.java:112)
> at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60)
> at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [rt.jar:1.7.0_25]
> at java.util.concurrent.FutureTask.run(FutureTask.java:166) [rt.jar:1.7.0_25]
> ... 3 more
> We are not able to identify the cause for this. Please help.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list