Hi,
whenever i try to persist a 1-1 relationship between a bean and dependent class i get
the following exception during deployment
Auto-deploying Cart (ejb-jar.xml had been touched since the previous
deployment)
... CartEJB_PersistenceManager2.java:87: Incompatible type for =. Explicit cast
needed to convert cart.CartItem to CartItem_Dependent0.
this.cartItem = value;
^
1 error
Is this an Orion Bug. THe same classes work fine if i use 1-many relationship?
Thanks much
Krishnan
- Re: ONe - one dependent relation - orion bug? Reddy Krishnan
- Re: ONe - one dependent relation - orion bug? Nick Newman
