JBoss Community

Deployment Module Dependencies

created by David Lloyd in JBoss AS7 Development - View the full document

Adding dependency information to a deployment is done via manifest entries.  The syntax is as follows:

 

Dependencies: <dependency-name> [optional] [export][, <dependency-name> [optional] [export][, ...]]

 

The <dependency-name> is simply the name of the module to add to the class path of the deployment.  To specify that the dependency is optional, add the "optional" flag; to specify that the dependency is to be re-exported, add the "export" flag.

Comment by going to Community

Create a new document in JBoss AS7 Development at Community