my application.xml .... in the EAR

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/javaee"; 
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
             xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
                                 
http://java.sun.com/xml/ns/javaee/application_5.xsd";
             version="5">
             
    <display-name>Seam Registration</display-name>

    
        
            <web-uri>registrationExample.war</web-uri>
            <context-root>/registrationExample</context-root>
        
    
    
        registrationExample.jar
    
    
        jboss-seam.jar
    
    
        jboss-el.jar
    



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128789
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to