tapestry hibernate integration NPE

2013-05-04 Thread Jens Breitenstein
Hi All! I detected a bug(?) in the HibernateEntityValueEncoder. When the hibernate entity's primary key contains an underscore in the primary key member name like private Long _pk; than the HibernateValueEncoder fails with: Caused by: java.lang.NullPointerException at

Autocomplete gotT5

2013-05-04 Thread Jens Breitenstein
Hi All! I have two questions concerning jquery/autocomplete and hopefully one of you can point me to the right direction. Part 1: Basically everything is working fine: onProvideCompletions is called and the list is displayed. Unfortunately I need to render a different href and text in the

HibernateValueEncoder NPE

2013-05-04 Thread Jens Breitenstein
Hi All! I detected a bug(?) in the HibernateEntityValueEncoder. When the hibernate entity's primary key contains an underscore in the primary key member name like private Long _pk; than the HibernateValueEncoder fails with: Caused by: java.lang.NullPointerException at

onActivate UnknownValueException

2013-05-04 Thread Jens Breitenstein
Hi All! I use an enum as activation context parameter. Unfortunately in case the enum changes or more likely the user has a typo in the url Tapestry is unable to coerce the url param to enum and fails by throwing an exception (fair enough). Instead of using onActivate parameters I switched

HibernateValueEncoder NPE

2013-05-04 Thread Jens Breitenstein
Hi All! I detected a bug(?) in the HibernateEntityValueEncoder. When the hibernate entity's primary key contains an underscore in the primary key member name like private Long _pk; than the HibernateValueEncoder fails with: Caused by: java.lang.NullPointerException at

HibernateEntityValueEncoder NPE

2013-05-04 Thread Jens Breitenstein
Hi All! I detected a bug(?) in the HibernateEntityValueEncoder. When the hibernate entity's primary key contains an underscore in the primary key member name like private Long _pk; than the HibernateValueEncoder fails with: Caused by: java.lang.NullPointerException at

Got5-JQuery auto-creates HTTP sessions needlessly

2013-05-04 Thread Lenny Primak
Default code creates HTTP sessions for every request. Is there an easy way this could be fixed? Issue created: https://github.com/got5/tapestry5-jquery/issues/290 Thanks - To unsubscribe, e-mail:

Re: Got5-JQuery auto-creates HTTP sessions needlessly

2013-05-04 Thread Emmanuel DEMEY
Hi Lenny I will have a look to your issue asap i am coming back to France ! Thx Le 4 mai 2013 20:51, Lenny Primak lpri...@hope.nyc.ny.us a écrit : Default code creates HTTP sessions for every request. Is there an easy way this could be fixed? Issue created:

HibernateValueEncoder NPE

2013-05-04 Thread Jens Breitenstein
Hi All! I detected a bug(?) in the HibernateEntityValueEncoder. When the hibernate entity's primary key contains an underscore in the primary key member name e.g. private Long _pk; than the HibernateValueEncoder fails with: Caused by: java.lang.NullPointerException at