Hi (me again)
Something else I've come across which is strange...(maybe?)
I have the following at the top of my Session Bean....
*
* @ejb:ejb-ref
* ejb-name="SequenceGenerator"
* view-type="local"
*
* @weblogic:ejb-local-reference-description
* ejb-ref-name="ejb/SequenceGenerator"
* jndi-name="SequenceGeneratorLocalHome"
*
* @jboss:ejb-ref-jndi
* ref-name="ejb/SequenceGenerator"
* jndi-name="SequenceGeneratorLocalHome"
which creates the following in ejb-jar.xml
<ejb-local-ref>
<ejb-ref-name>ejb/SequenceGeneratorLocal</ejb-ref-name>
<ejb-ref-type>Entity</ejb-ref-type>
<local-home>ecb.db.SequenceGeneratorLocalHome</local-home>
<local>ecb.db.SequenceGeneratorLocal</local>
<ejb-link>SequenceGenerator</ejb-link>
</ejb-local-ref>
The problem?
If I use an entity bean then there is no problem...e.g
ejb-ref-name="ejb/Person" --> <ejb-ref-name>ejb/Person</ejb-ref-name>
but when I use a session bean reference (and the fact that it is a session
bean I guess *could* just be co-incidence because it is only my SessionBeans
that refer to other beans....though it's consistent at least)
then I get the following:
ejb-ref-name="ejb/SequenceGenerator" -->
<ejb-ref-name>ejb/SequenceGeneratorLocal</ejb-ref-name>
ie 'Local' gets appended to the end
where does this 'Local' come from? (it's screwing up my deployment at the
moment...because 'Local' is is -not- appended to the ejb-ref-name in either
jboss.xml or to weblogic-ejb-jar.xml...only in ejb-jar.xml)
Thanks
Chris
-=-=-=
Any e-mail message from the European Central Bank (ECB) is sent in good faith but
shall neither be binding nor construed as constituting a commitment by the ECB except
where provided for in a written agreement.
This e-mail is intended only for the use of the recipient(s) named above. Any
unauthorised disclosure, use or dissemination, either in whole or in part, is
prohibited.
If you have received this e-mail in error, please notify the sender immediately via
e-mail and delete this e-mail from your system.
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user