[jboss-user] [EJB 3.0] - Re: Help With EJB 3 & JBoss 4.0.5

abhinav19 do-not-reply at jboss.com
Tue Dec 19 15:20:59 EST 2006


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



More information about the jboss-user mailing list