Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] (Long) Oddities using EclipseLink 2, NetBeans 6.8, EJB and GlassFish 3.0



christopher delahunt wrote:
> 
> Hello Roger,
> 
> There seem to be a few test case problems that might be confusing the 
> situation:
> Dupclient never gets its first name set - you are calling 
> client.setFirstName("Roger"); then a bit later calling 
> client.setFirstName("Fred");
> 
> So the client that gets written should have a name of Fred.  The dupClient
> never gets a name set, and so will be null.  You also call
> mobile.setClient(dupclient); and do not set the DupMobile client at all. 
> Since 
> 
> 

Doh!! I can't believe I missed that - I've been staring at it for days!
Needless to say once I'd sorted the
cut & paste errors, everything works as expected.

Regards
-- 
View this message in context: http://old.nabble.com/%28Long%29-Oddities-using-EclipseLink-2%2C-NetBeans-6.8%2C-EJB-and-GlassFish-3.0-tp27001987p27058011.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top