[jboss-jira] [JBoss JIRA] Updated: (JBAS-8713) Deploying two singletons with a dependency causes a failed deployment
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Mon Dec 6 21:10:00 EST 2010
[ https://jira.jboss.org/browse/JBAS-8713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shelly McGowan updated JBAS-8713:
---------------------------------
Attachment: server.log
HelloWorld.png
John, this app deploys successfully using the latest SNAPSHOT of JBoss AS 6. The work related to our injection framework was integrated after CR1 was branched. You can obtain the latest jboss-6.0.x.zip from our public Hudson instance if you want to try it:
http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-6.0.x/
Note, that I adjusted the jta-data-source element in the persistence.xml to use the default datasource:
<jta-data-source>java:/DefaultDS</jta-data-source>
> Deploying two singletons with a dependency causes a failed deployment
> ---------------------------------------------------------------------
>
> Key: JBAS-8713
> URL: https://jira.jboss.org/browse/JBAS-8713
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.0.0.CR1
> Reporter: John Ament
> Priority: Blocker
> Attachments: HelloWorld.png, mavenproj1.tar, server.log
>
>
> Deploying an application with two singletons, where one depends on the other, causes the application to fail to deploy. Attaching a sample application. Same deployment works correctly in glassfish. Not sure if it's an issue with @DependsOn, but doesn't work with @DependsOn either.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list