This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Bidirectional Relationship MarshalException on EJB3 Cliewaynebaylor Jul 23, 2007 10:12 AM (in response to octaviob)Just a guess, but maybe the Supervisor's Employee set is not being initialized since it's lazily fetched. 
- 
        2. Re: Bidirectional Relationship MarshalException on EJB3 Clieoctaviob Jul 23, 2007 7:09 PM (in response to octaviob)Wayne, 
 I did confirm that the supervisor's employee set is being initialized... so that's not the problem. The relationships is initialized on both sides.
 What could trigger a MarshalException in EJB3? Could it be a problem with 4.0.5GA?
 Any other ideas/suggestions will be greatly appreciated.
 Octavio
- 
        3. Re: Bidirectional Relationship MarshalException on EJB3 Cliewaynebaylor Jul 24, 2007 9:37 AM (in response to octaviob)i saw this, http://jira.jboss.com/jira/browse/EJBTHREE-952 
 are you using java 1.5 or 1.6?
- 
        4. Re: Bidirectional Relationship MarshalException on EJB3 Clieoctaviob Jul 24, 2007 9:20 PM (in response to octaviob)I'm using JRE 1.5.0_07.... 
 
    