Skip to content

Instantly share code, notes, and snippets.

<persistence>
</persistence>
<depMgmt>
<dep>
<groupId>org.jboss.ejb3.bom</groupId>
<artifactId>bom-as6</artifactId>
<version>0.1.2</version>
<type>pom</type>
<scope>import</scope>
</dep>
</depMgmt>
<switchboard>
<component>
<component-name>MyBean</component-name>
<ejb-ref>
<ejb-ref-name>a</ejb-ref-name>
<ejb-link>OtherBean</ejb-link>
<injection-target>
<injection-target-class>A</injection-target-class>
<injection-target-name>someBean</injection-target-name>
</injection-target>