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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to