Felix Munoz wrote:

> Hi:
> 
> I have been trying to implement a simple JSP to EJB communication test from
> an EAR file deployed on JBoss/Tomcat but I have been unsuccessful.
> 
> This is the EAR file breakdown:
> 
> TestEAR.ear
> ----application.xml


application.xml is not in META-INF in the ear?


> ----TestWAR.war
> --------WEB-INF
> ------------lib
> ----------------ClientJAR.jar
> --------------------com
> ------------------------munoz
> ----------------------------ejb
> --------------------------------Person.class
> --------------------------------PersonBean.class
> --------------------------------PersonHome.class
> ------------web.xml
> --------ejbTest.jsp
> 
> ----TestJAR.jar
> --------META-INF
> ------------ejb-jar.xml
> --------com
> ------------munoz
> ----------------ejb
> --------------------Person.class
> --------------------PersonBean.class
> --------------------PersonHome.class
> 



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to