AFAIK, yes, and it's kinda of uncomplete job...
don't rely on it

HTH

Juan

-----Original Message-----
From: Juan Gargiulo [mailto:[EMAIL PROTECTED]]
Sent: Jueves, 07 de Diciembre de 2000 16:10
To: Orion-Interest
Subject: RE: Entity bean reference mapping


So the ejb-jar.xml and orion-ejb-jar.xml have to be EJB2.0 compliant for an
entity bean reference mapping to work???

juan

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi
(Chile)
Sent: Thursday, December 07, 2000 6:38 AM
To: Orion-Interest
Subject: RE: Entity bean reference mapping


juan, have you set the descriptor to be EJB 2.0 complaint??

-----Original Message-----
From: Juan Gargiulo [mailto:[EMAIL PROTECTED]]
Sent: Mi�rcoles, 06 de Diciembre de 2000 20:27
To: Orion-Interest
Subject: Entity bean reference mapping


Joe,
I tried the configuration example for EJB reference mapping that you
described in the orionsupport site
(http://www.orionsupport.com/articles/complex-or.html) for my EJBs but it's
not working.

I have two EJBs: Member that has a variable called "memberInfo" that is a
reference to the MemberInfo EJB. And this is what I configured in the
orion-ejb-jar.xml file:

<entity-deployment name="Member" >
        <cmp-field-mapping name="memberInfo">
                <entity-ref home="ejb/memberInfo">
                        <cmp-field-mapping name="memberInfo"
                        persistence-name="memberInfo" />
                </entity-ref>
        </cmp-field-mapping>
</entity-deployment>

but Orion keeps showing the following error:

        Internal error, unset persistence type for memberInfo:0

I tried setting up the persistence-type parameter to the cmp-field-mapping,
but this also didn't work. Do you know what can be wrong??


Thank you in advance,

juan





Reply via email to