[jboss-jira] [JBoss JIRA] (WFLY-830) env-entry-type should not be mandatory
David Lloyd (JIRA)
jira-events at lists.jboss.org
Fri Sep 20 15:10:03 EDT 2013
[ https://issues.jboss.org/browse/WFLY-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd reassigned WFLY-830:
--------------------------------
Assignee: Stuart Douglas (was: David Lloyd)
Stuart, when you're back please revisit this issue. It's clear what the problem is (conceptually at least) but I either need you to talk me through the code or just outright fix it (it's probably not too tough to fix).
Thanks.
> env-entry-type should not be mandatory
> --------------------------------------
>
> Key: WFLY-830
> URL: https://issues.jboss.org/browse/WFLY-830
> Project: WildFly
> Issue Type: Bug
> Components: EE
> Reporter: Cheng Fang
> Assignee: Stuart Douglas
>
> similar to issue AS7-1876, but I couldn't reopen it.
> My app declares <env-entry> without <env-entry-type>, but also injects the same resource into java class with the correct field type. It failed to deploy:
> {noformat}
> 21:57:58,318 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-10) MSC00001: Failed to start service jboss.deployment.unit."ENVTestAS7.jar".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."ENVTestAS7.jar".POST_MODULE: JBAS018733: Failed to process phase POST_MODULE of deployment "ENVTestAS7.jar"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:123) [jboss-as-server-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
> 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]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [classes.jar:1.6.0_33]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [classes.jar:1.6.0_33]
> at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_33]
> Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011032: Could not determine type for <env-entry> java:comp/env/myEntry please specify the <env-entry-type>.
> at org.jboss.as.ee.component.deployers.ResourceReferenceProcessor.getEnvironmentEntries(ResourceReferenceProcessor.java:267)
> at org.jboss.as.ee.component.deployers.ResourceReferenceProcessor.processDescriptorEntries(ResourceReferenceProcessor.java:71)
> at org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor.deploy(AbstractDeploymentDescriptorBindingsProcessor.java:100)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:116) [jboss-as-server-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
> ... 5 more
> {noformat}
--
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