[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem deploing application on JB 5

jaikiran do-not-reply at jboss.com
Mon Jan 5 02:38:27 EST 2009


<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <jboss>
  |   <secure>false</secure>
  |   <container-configurations />
  |   <resource-managers />
  |   <enterprise-beans>
  |     <session>
  |       <ejb-name>UniTable</ejb-name>
  |     </session>
  |   </enterprise-beans>
  | </jboss>
  | 
Change this to

<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <jboss>
  |   <enterprise-beans>
  |     <session>
  |       <ejb-name>UniTable</ejb-name>
  |     </session>
  |   </enterprise-beans>
  | </jboss>
  | 

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

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



More information about the jboss-user mailing list