Re: @Embedded properties null not supported in T5.4 ???

2015-02-02 Thread Jonathan Barker
aphics(); > > is this what you meant? I though this is already sufficient for hibernate > because its original code and this worked before so I am wondering why it > isnt working now...thats why I felt it was schema issue. > > > Best regards > and thanks... KEN > > From:

RE: @Embedded properties null not supported in T5.4 ???

2015-02-02 Thread nhhockeyplayer nashua
. Best regards and thanks... KEN From: nhhockeypla...@hotmail.com To: users@tapestry.apache.org Subject: RE: @Embedded properties null not supported in T5.4 ??? Date: Sun, 1 Feb 2015 07:34:00 -0500 this could be a database schema issue i restored a partial group of entities on this shema from

Re: @Embedded properties null not supported in T5.4 ???

2015-02-01 Thread Jonathan Barker
If all of the Embeddable's properties are NULL, Hibernate considers the object to be null. You can either set your Demographics to a fresh object before handing the Player to Beaneditor, or make sure that it doesn't come back null from Hibernate. The easiest way, though it always smelled bad, was

RE: @Embedded properties null not supported in T5.4 ???

2015-02-01 Thread nhhockeyplayer nashua
this could be a database schema issue i restored a partial group of entities on this shema from past rev likely it is that and I should start clean I wonder what the schema migration semantics are for large scale systems years ago at Hewlett Packard we operated a fairly commercial one that ran