Skip to content

Instantly share code, notes, and snippets.

View garcimouche's full-sized avatar

Franck Garcia garcimouche

View GitHub Profile
@garcimouche
garcimouche / jboss-deployment-structure.xml
Created September 28, 2012 10:31
jboss-as-5-client module.xml
<?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>