View jboss-deployment-structure.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.1" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<ear-subdeployments-isolated>false</ear-subdeployments-isolated> | |
<!-- | |
I have a ear deployment, I'm specifying only the module which is client of the EJB Remote module running in AS5. | |
My client class is itself an EJB 3.1 running in JBoss AS7. It is client of an EJB 2.0 running in JBoss AS5. | |
--> | |
<sub-deployment name="my-ejb-module-on-as7-${project.version}.jar"> | |
<dependencies> |