[jboss-jira] [JBoss JIRA] (WFLY-4828) Server starts when new module contains wrong dependency
Hayk Hovsepyan (JIRA)
issues at jboss.org
Thu Jun 25 09:54:04 EDT 2015
[ https://issues.jboss.org/browse/WFLY-4828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hayk Hovsepyan updated WFLY-4828:
---------------------------------
Steps to Reproduce:
1. Add new module: Create new empty directory "org/jboss/remote-messaging".
2. Add "module.xml file" which contains wrong module dependency into that directory:
"<module xmlns="urn:jboss:module:1.3" name="org.jboss.remote-messaging">
<dependencies>
<module name="org.jboss.wrongmodule"/>
</dependencies>
</module>"
3. Start the server in "standalone" mode. Server starts without any problem, but it should FAIL with message that module "org.jboss.wrongmodule" was not found.
When adding the same wrong module dependency into existing module's configurations, server start fails.
> Server starts when new module contains wrong dependency
> -------------------------------------------------------
>
> Key: WFLY-4828
> URL: https://issues.jboss.org/browse/WFLY-4828
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Reporter: Hayk Hovsepyan
> Assignee: Jason Greene
>
> When there is dependency to non existing modules in a new added module configuration file, server starts without any problem. But should fail.
> The same non existent dependency added into existing modules configurations, causes server to not start and appropriate errors are shown.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list