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