Hi Howard, I'm now running into a similar issue. Could you explain what you
mean by "serializing the id's of the database entities and not the
serialized versions of the entities themselves"?

This is what I currently have, 

@Entity
public class LineItem implements Serializable {

    @Id
    @GeneratedValue 
    @NonVisual 
    @Column(name="lineItemId")
    private Long id;

Thanks



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/exception-report-tp5719007p5719209.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to