[jboss-dev-forums] [JBoss AS 7 Development] - JBAS014775 : New missing/unsatisfied dependencies: service jboss.deployment.subunit

atiyou do-not-reply at jboss.com
Fri Oct 19 05:30:27 EDT 2012


atiyou [https://community.jboss.org/people/atiyou] created the discussion

"JBAS014775 :      New missing/unsatisfied dependencies:   service jboss.deployment.subunit"

To view the discussion, visit: https://community.jboss.org/message/766999#766999

--------------------------------------------------------------
|  |  |
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 : 

JBAS014775 :      New missing/unsatisfied dependencies:
 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] 
      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] 
      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] 
      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] 
      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]

My maven-ear-plugin looks like : 
<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-ear-plugin</artifactId>
                <version>2.6</version>
                <configuration>
                       <defaultLibBundleDir>lib</defaultLibBundleDir>
                    <version>6</version>
                    <modules>        
                        <jarModule>
                            <groupId>org.jboss.solder</groupId>
                            <artifactId>solder-api</artifactId>
                            <includeInApplicationXml>true</includeInApplicationXml>
                        </jarModule>
                        <jarModule>
                            <groupId>org.jboss.solder</groupId>
                            <artifactId>solder-logging</artifactId>
                            <includeInApplicationXml>true</includeInApplicationXml>
                        </jarModule>      
                        <jarModule>
                            <groupId>org.jboss.solder</groupId>
                            <artifactId>solder-impl</artifactId>
                            <includeInApplicationXml>true</includeInApplicationXml>
                        </jarModule>
                        <jarModule>
                            <groupId>org.jboss.solder</groupId>
                            <artifactId>solder-tooling</artifactId>
                            <includeInApplicationXml>true</includeInApplicationXml>
                        </jarModule>
                        <jarModule>
                            <groupId>fr.rsi.foundation.core</groupId>
                            <artifactId>foundation-core-api</artifactId>
                            <includeInApplicationXml>true</includeInApplicationXml>
                        </jarModule>
                        <ejbModule>
                            <groupId>fr.rsi.foundation</groupId>
                            <artifactId>foundation-ejb</artifactId>
                        </ejbModule>
                    </modules>
                </configuration>
            </plugin>

foundation-core-api is an artifact required for my ejb "foundation-ejb"

Any idea ?

Tks
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/766999#766999]

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20121019/e806940b/attachment.html 


More information about the jboss-dev-forums mailing list