[jboss-user] [Beginners Corner] - Re: problem in EJB example in JBoss 4.0.5 or JBoss 4.2.1

vkviswanadh do-not-reply at jboss.com
Mon Sep 24 17:31:32 EDT 2007


my application.xml is shown below


  | <?xml version="1.0" encoding="ISO-8859-1"?>
  | <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN' 'http://java.sun.com/j2ee/dtds/application_1_2.dtd'>
  | <application>
  | 	<display-name>Stateless Session Bean Example</display-name>
  | 	<module>
  | 	<web>
  | 	   <web-uri>firstVisjsp.war</web-uri>
  | 	   <context-root>/firstVisjsp</context-root>
  | 	</web>
  | 	</module>
  | 	<module>
  | 		<ejb>firstVisEJB.jar</ejb>
  | 	</module>
  | </application>
  | 

Thanks!
VVK

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

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



More information about the jboss-user mailing list