Re: WebSocket for tapestry

2014-05-28 Thread Thiago H de Paula Figueiredo
That's an unrelated but known issue. On Wed, 28 May 2014 17:42:19 -0300, Bogdan Ivascu wrote: An interesting issue with the atmos library. I put the webSocket code in my Layout component and there are no issues when I navigate about between pages that wrap themselves in this layout. I do

Re: WebSocket for tapestry

2014-05-28 Thread Bogdan Ivascu
An interesting issue with the atmos library. I put the webSocket code in my Layout component and there are no issues when I navigate about between pages that wrap themselves in this layout. I do encounter a NullPointer when this Layout contains another Layout and then the page. To be more clear: Ma

Re: 5.4-Beta6 does not work with Tomcat JDBC pool interceptors

2014-05-28 Thread Basile Chandesris
As your link links, you should try with Hibernate 4.3.5.Final https://hibernate.atlassian.net/browse/HHH-8853 http://mvnrepository.com/artifact/org.hibernate/hibernate-core/4.3.5.Final Le 28/05/14 19:14, Barry Books a écrit : While not exactly a Tapestry Beta problem I ran into this issue when

Re: WebSocket for tapestry

2014-05-28 Thread Bogdan Ivascu
Thank you for the reply Lance. This was a very literal "couple of lines of javascript". The solution you posted on Git works and the T5 Initilizers are being called as expected. On Wed, May 21, 2014 at 3:33 AM, Lance Java wrote: > I've implemented this feature in tapestry-cometd but it's not bee

5.4-Beta6 does not work with Tomcat JDBC pool interceptors

2014-05-28 Thread Barry Books
While not exactly a Tapestry Beta problem I ran into this issue when upgrading to 5.4.Beta-6 Apparently the Tomcat JDBC pool and Hibernate 4.3.1.Final do not get along. I’m posting this because the error is pretty obscure. https://issues.apache.org/bugzilla/show_bug.cgi?id=56088 2014-05-28

Re: Grids Bean Model does not support "is" methods

2014-05-28 Thread Lance Java
Another solution is to override / decorate BeanModelSource. The easiest solution is call the default implementation then add the extra PropertyModel(s) to the BeanModel.

Re: Grids Bean Model does not support "is" methods

2014-05-28 Thread Lance Java
Exactly... And specifying an "add" parameter adds it to the model thus working around the issue. On 28 May 2014 07:35, "Erich Gormann" wrote: > Theoretically yes, but the problem is, that the property is not even in the > grids bean model present. Nothing doing. > > > On Tue, 27 May 2014 17:40:56