[jboss-jira] [JBoss JIRA] Commented: (JBAS-8707) VDF/MC doesn't report unresolved dependency for a hot deployed application
Ales Justin (JIRA)
jira-events at lists.jboss.org
Fri Dec 3 07:19:47 EST 2010
[ https://jira.jboss.org/browse/JBAS-8707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567404#comment-12567404 ]
Ales Justin commented on JBAS-8707:
-----------------------------------
Simple test is to hot-deploy this bogus MC deployment:
<deployment xmlns="urn:jboss:bean-deployer:2.0">
<bean name="Foobar" class="java.lang.Object">
<depends>BarFoo</depends>
</bean>
</deployment>
> VDF/MC doesn't report unresolved dependency for a hot deployed application
> --------------------------------------------------------------------------
>
> Key: JBAS-8707
> URL: https://jira.jboss.org/browse/JBAS-8707
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Deployers
> Affects Versions: 6.0.0.CR1
> Environment: JBoss AS trunk (and even JBoss AS 6.0.0.CR1)
> Reporter: jaikiran pai
> Assignee: Emanuel Muckenhuber
> Attachments: jbas600CR1.war
>
>
> An unresolved dependency on a PersistenceUnit in JBoss AS6 doesn't throw up any deployment error when an application is hot deployed.
> This project https://github.com/jaikiran/jbas6-missing-deployment-failure-notification provides a sample application which reproduces this issue. The binary war is attached to this JIRA. The steps to reproduce this issue are mentioned here https://github.com/jaikiran/jbas6-missing-deployment-failure-notification/blob/master/README.txt
--
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