[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deployment using application.xml

praveen12brec do-not-reply at jboss.com
Wed Jun 11 13:00:12 EDT 2008


hi,

this is my application.xml.

apart from deploying the ejb's mentioned here... it also tries to a ejb in the classpath(defined in manifest.mf of one for the ejb's)

my second problem is jboss does not deploy my ucl_war. if i change it to ucl.war, it deploys without any problem.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC
   '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/j2ee/dtds/application_1_2.dtd'>

   <display-name>UCL</display-name>
   UCL description
	
      ucl_TranLogMgr.jar
   
   
      ucl_RouterMgr.jar
   
   
      ucl_UCLCommManager.jar
   
   
      ucl_WMQITXMLInboundMessageListenerBean.jar
   
   
      ucl_UCLMgr.jar
   
   
      
         <web-uri>ucl_war</web-uri>
         <context-root>/</context-root>
      
   
   <security-role id="SecurityRole_1">
      UCLUsers
      <role-name>UCLUsers</role-name>
   </security-role>


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

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



More information about the jboss-user mailing list