Skip to content

Instantly share code, notes, and snippets.

@wolfc
Created March 23, 2010 08:29
Show Gist options
  • Save wolfc/340950 to your computer and use it in GitHub Desktop.
Save wolfc/340950 to your computer and use it in GitHub Desktop.
<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>
</ejb-ref>
</component>
<!-- java:module/a -->
<ejb-ref>
<ejb-ref-name>a</ejb-ref-name>
<ejb-link>OtherBean</ejb-link>
<injection-target>
<injection-target-class>B</injection-target-class>
<injection-target-name>someBean</injection-target-name>
</injection-target>
</ejb-ref>
</switchboard>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment