Change Notes item #491463, was opened at 2001-12-10 23:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=491463&group_id=22866

Category: JBossServer
Group: v2.4.4
Status: Open
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Scott M Stark (starksm)
Summary: Support for upackaged J2EE modules

Initial Comment:
I have added support for deployment of unpackaged J2EE
modules, EARs, EJB-JARs and WARs to the 2.4 branch for
inclusion in the 2.4.4 release. This goes from the
current extreme of copying everything to NO copies of
anything. The J2EE module must be completely 
unpackaged.

An EAR must have the modules referred to by the
META-INF/application.xml descriptor as unpackaged
EJB-JARs and WARs. The only jars allowed are
those referred to by module manifest Class-Path
attributes. Because these are not copied, you could
see problems on redeployment if you update the module
Class-Path jars and then redeploy the module by
touching/updating the deployment descriptor.

To enable deployment of an upackaged module add its
directory to the AutoDeployer URLs attribute. The
following G:/pkgs/eartest.ear entry:

<mbean code="org.jboss.ejb.AutoDeployer"
  name="EJB:service=AutoDeployer">
   <attribute name="Deployers">
     J2EE:service=J2eeDeployer;
     JCA:service=RARDeployer
   </attribute>
   <attribute
name="URLs">../deploy,../deploy/lib,G:/pkgs/eartest.ear
   </attribute>
</mbean>

Is an upackaged ear that contains an upackaged
eartest.jar EJB-JAR and an upackaged eartest.war WAR:

eartest.ear 921>ls
META-INF/  eartest.jar/  eartest.war/


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=491463&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to