<!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;">
JBAS014775 : New missing/unsatisfied dependencies: service jboss.deployment.subunit
</h3>
<span style="margin-bottom: 10px;">
created by <a href="https://community.jboss.org/people/atiyou">atiyou</a> in <i>JBoss AS 7 Development</i> - <a href="https://community.jboss.org/message/766999#766999">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><table height="20" style="width: 7px;"><tbody><tr><td style=";"></td><td style=";"><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p></td></tr></tbody></table><p>I 'm tryin to deploy my EJB statless under an EAR with a jar and solder modules, on JBoss AS 7.1.1.Final on full-standalone mode,  so i got this : </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>JBAS014775 :      New missing/unsatisfied dependencies:</p><p> service jboss.deployment.subunit."foundation-ear.ear"."lib/foundation-core-api-1.0.1.jar".STRUCTURE (missing) dependents: [service jboss.deployment.unit."foundation-ear.ear".PARSE] </p><p>      service jboss.deployment.subunit."foundation-ear.ear"."lib/solder-api-3.1.1.Final.jar".STRUCTURE (missing) dependents: [service jboss.deployment.unit."foundation-ear.ear".PARSE] </p><p>      service jboss.deployment.subunit."foundation-ear.ear"."lib/solder-impl-3.1.1.Final.jar".STRUCTURE (missing) dependents: [service jboss.deployment.unit."foundation-ear.ear".PARSE] </p><p>      service jboss.deployment.subunit."foundation-ear.ear"."lib/solder-logging-3.1.1.Final.jar".STRUCTURE (missing) dependents: [service jboss.deployment.unit."foundation-ear.ear".PARSE] </p><p>      service jboss.deployment.subunit."foundation-ear.ear"."lib/solder-tooling-3.1.1.Final.jar".STRUCTURE (missing) dependents: [service jboss.deployment.unit."foundation-ear.ear".PARSE]</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>My maven-ear-plugin looks like : </p><p><plugin></p><p>                <groupId>org.apache.maven.plugins</groupId></p><p>                <artifactId>maven-ear-plugin</artifactId></p><p>                <version>2.6</version></p><p>                <configuration></p><p>                       <defaultLibBundleDir>lib</defaultLibBundleDir></p><p>                    <version>6</version></p><p>                    <modules>        </p><p>                        <jarModule></p><p>                            <groupId>org.jboss.solder</groupId></p><p>                            <artifactId>solder-api</artifactId></p><p>                            <includeInApplicationXml>true</includeInApplicationXml></p><p>                        </jarModule></p><p>                        <jarModule></p><p>                            <groupId>org.jboss.solder</groupId></p><p>                            <artifactId>solder-logging</artifactId></p><p>                            <includeInApplicationXml>true</includeInApplicationXml></p><p>                        </jarModule>      </p><p>                        <jarModule></p><p>                            <groupId>org.jboss.solder</groupId></p><p>                            <artifactId>solder-impl</artifactId></p><p>                            <includeInApplicationXml>true</includeInApplicationXml></p><p>                        </jarModule></p><p>                        <jarModule></p><p>                            <groupId>org.jboss.solder</groupId></p><p>                            <artifactId>solder-tooling</artifactId></p><p>                            <includeInApplicationXml>true</includeInApplicationXml></p><p>                        </jarModule></p><p>                        <jarModule></p><p>                            <groupId>fr.rsi.foundation.core</groupId></p><p>                            <artifactId>foundation-core-api</artifactId></p><p>                            <includeInApplicationXml>true</includeInApplicationXml></p><p>                        </jarModule></p><p>                        <ejbModule></p><p>                            <groupId>fr.rsi.foundation</groupId></p><p>                            <artifactId>foundation-ejb</artifactId></p><p>                        </ejbModule></p><p>                    </modules></p><p>                </configuration></p><p>            </plugin></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>foundation-core-api is an artifact required for my ejb "foundation-ejb"</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Any idea ?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Tks</p></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/766999#766999">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss AS 7 Development at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>