Discussion:
[Middlegen-user] Can auto-generated JNDI names be customized?
Rod Macpherson
2002-12-16 16:16:05 UTC
Permalink
Can the JNDI naming pattern be specified in either middlegen or jboss
for my local JNDI names? For example, how would I eliminate the "Home"
suffix in this example?

<jboss>
<enterprise-beans>
<entity>
<ejb-name>FooBar</ejb-name>
<local-jndi-name>foo.bar.FooBarHome</local-jndi-name>
</entity>

...

</enterprise-beans>
</jbos>

Loading...