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-02 Thread Jonathan Barker
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: nhhockeypla...@hotmail.com To: users@tapestry.apache.org Subject: RE: @Embedded properties null not supported

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

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,

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

2015-01-31 Thread nhhockeyplayer nashua
Folks, I am wondering if null properties are suppose to be dealt with morwe gracefully within T-5.4 as everytime I create an object it works fine and is displayed within my gallery widget but if I omit property fields declared inside @Embeddable classes, they get stored in hibernate as nulls