<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    JBoss 7 dependencies
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/Generic1">Hannes Weninger</a> in <i>Beginner's Corner</i> - <a href="https://community.jboss.org/message/723537#723537">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>I have the following example- application </span><a class="jive-link-external-small" href="http://www.file-upload.net/download-4184515/ProjektsWithException.rar.html" target="_blank">http://www.file-upload.net/download-4184515/ProjektsWithException.rar.html</a><span> which demonstrates my dependency problems,</span></p><p>I get the following stack trace at the bottom. </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I have 2 Projects, at Project 1 I have the following MAIFEST.MF: </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p> Manifest-Version: 1.0</p><p> Dependencies: org.apache.<acronym title="ist ein Framework zum Loggen von Anwendungsmeldungen in Java">log4j</acronym>.chainsaw</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>and at Project 2 I have this Manifes.mf: </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p> Manifest-Version: 1.0</p><p> Dependencies: org.apache.<acronym title="ist ein Framework zum Loggen von Anwendungsmeldungen in Java">log4j</acronym>.chainsaw export</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Project 1 includes Project 2 (in Eclipse at Deployment Assembly)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Does anybody know what I have to do in order to avoid the exception at the bottom?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks a lot and all the best,</p><p>Generic (Germany, Berlin)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre class="jive-pre"><code class="jive-code jive-java">15:53:21,352 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.module.service.<font color="red">"deployment.JBoss7Test.war"</font>.main: org.jboss.msc.service.StartException in service jboss.module.service.<font color="red">"deployment.JBoss7Test.war"</font>.main: Failed to load module: deployment.JBoss7Test.war:main
 at org.jboss.as.server.moduleservice.ModuleLoadService.start(ModuleLoadService.java:67) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final]
 at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
 at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_20]
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_20]
 at java.lang.Thread.run(Thread.java:619) [:1.6.0_20]
Caused by: org.jboss.modules.ModuleNotFoundException: Module org.apache.log4j.chainsaw:main is not found
 at org.jboss.modules.LocalModuleLoader.findModule(LocalModuleLoader.java:121) [jboss-modules.jar:1.0.2.GA]
 at org.jboss.modules.ModuleLoader.loadModuleLocal(ModuleLoader.java:245) [jboss-modules.jar:1.0.2.GA]
 at org.jboss.modules.ModuleLoader.preloadModule(ModuleLoader.java:194) [jboss-modules.jar:1.0.2.GA]
 at org.jboss.modules.LocalModuleLoader.preloadModule(LocalModuleLoader.java:97) [jboss-modules.jar:1.0.2.GA]
 at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:176) [jboss-modules.jar:1.0.2.GA]
 at org.jboss.modules.Module.linkExports(Module.java:923) [jboss-modules.jar:1.0.2.GA]
 at org.jboss.modules.Module.linkExports(Module.java:846) [jboss-modules.jar:1.0.2.GA]
 at org.jboss.modules.Module.linkExportsIfNeeded(Module.java:1148) [jboss-modules.jar:1.0.2.GA]
 at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:180) [jboss-modules.jar:1.0.2.GA]
 at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:172) [jboss-modules.jar:1.0.2.GA]
 at org.jboss.as.server.moduleservice.ModuleLoadService.start(ModuleLoadService.java:63) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final]
 ... 5 more
</code></pre></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/723537#723537">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in Beginner's Corner at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>