When I deploy my ear file using the application.xml below two instances of the 
Oracle2JBoss.jar and two instances of Oracle2JBossStartup.war are reported in 
the Administration Console of JBoss.  If I deploy the jar and war separately 
only single instances are reported.  I'd like this behavior when deploying the 
ear.  What am I missing?


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, 
Inc.//DTD J2EE Application 1.2//EN" 
"http://java.sun.com/j2ee/dtds/application_1_2.dtd";>

    <display-name>
        JMS Relayer
    </display-name>
   
    
        
            Oracle2JBoss.jar
        
    &#60;/module>
    &#60;module>
        &#60;web>
            &#60;web-uri>Oracle2JBossStartup.war</web-uri>
            &#60;context-root>Oracle2JBossStartup</context-root>
        &#60;/web>
    &#60;/module>
&#60;/application>


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898040#3898040

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898040


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to