Hi

the application.xml is

<?xml version="1.0" encoding="UTF-8"?>
<application
        version="5" 
        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";>
        
        <display-name>ats</display-name>
        
                
                        <web-uri>ats.war</web-uri>
                        <context-root>/ats</context-root>
                        /ats-EJB.jar
                
        


the packaging for app-EJB.jar is

app-EJB
->META-INF
    -> application.xml
    -> ejb-jar.xml
    -> jboss.xml
    -> jbosscmp-jdbc.xml
    -> manifest.mf
->org
   ->abc
       ->app
       ->action --- my action sub classes are here
       ->dto --- my DTOs are here
       ->utils --- just one class StringLiterals.class
       ->form --- form beans
       ->vertebrae --- EJB package
           ->ejb
           ->user
               ->Session & Entity classes & interfaces

Hope this helps you

Regards
Abhinav 

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

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

Reply via email to