-
1. Re: JSR77 : Inter-EJB Relationships
mclaugs Apr 19, 2003 6:27 PM (in response to jeremypitten)I just changed the code for the 4.0 development branch (HEAD) to make the name of the EJB ManagedObjects the same as the ejb-name from the ejb-jar.xml descriptor.
I will also be part of the 3.2.1 release.
To determine which element relates to which EJB ManagedObject use the ejb-name element and then find the EJB object where :
1) J2EEType=EntityBean
2) name= ejb-name value from descriptor. -
2. Re: JSR77 : Inter-EJB Relationships
jeremypitten Apr 23, 2003 5:17 PM (in response to jeremypitten)Thanks for the response.
Having consulted the jsr77 spec again I see that specification of the ObjectName name keyProperty is left to the platform vendor so this represents a jboss specific solution.
I understand that there are other 'vendor-specifc' ways of determining which deployment descriptor element relates to which ejb managed object I was just hoping there would be a generic workround.
Are there other reasons for changing the ejb ObjectName naming from jndi-name to entity-name?
Thanks again.