[jboss-user] [EJB 3.0] - Re: deployment question (dependent jar files)

andyd do-not-reply at jboss.com
Tue Oct 24 17:23:10 EDT 2006


Sorry - should have previewed before posting.  Added some spaces in the tags to get it all in the post.
Andy.

<?xml version="1.0" encoding="UTF-8"?>
< application xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" >

  < display-name >MyApp</ display-name >
  < module >
  	< java >PortletUtils.jar</ java >
  </ module > 
  < module >
  	< java >jboss-seam.jar</ java >
  </ module >  
  < module >
  	< java >jboss-seam-ui.jar</ java >
  </ module >
    < module >
    < ejb >MyAppEJB.jar</ ejb >
  </ module >
  < module >
    < web >
      < web-uri >MyAppWeb.war</ web-uri >
    </ web >
  </ module >
</ application >

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

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



More information about the jboss-user mailing list