On Wed, Apr 8, 2009 at 4:16 AM, serg-l <ser...@tut.by> wrote:
>
> Hi!
> I'm found strange things when try T5.1.0.2...
> Under mvn jetty:run everything work properly...
>
> 1. When I'm perform integration tests (mvn test), after testing of several
> pages I'm receive java.lang.OutOfMemoryError: Java heap space
>

You'd really think this would be just the opposite, as Tapestry is
getting more thrifty with memory. What are you memory settings when
you run your tests?

Remember that with Maven you never quite know what your environment is
day to day ... this could as easily be a change in Jetty as a change
in Tapestry!


> 2. When I'm perform mvn package, install war, launch Jetty and try manually
> test form with Zone, I'm receive something like that:
> Return type org.apache.tapestry5.internal.structure.BlockImpl can not be
> handled. Configured return types are java.lang.Class, java.lang.String,
> java.net.URL, org.apache.tapestry5.Link,
> org.apache.tapestry5.StreamResponse, org.apache.tapestry5.runtime.Component.
> Also I'm see that some PageLinks incorrectly displays in status bar and also
> don't work properly.

This would indicate that a Zone-oriented partial update was processed
as a full page event request. That shouldn't be possible, with the
code in place to protect against this on the client side. Was this
Form on the page initially, or was it added via a Zone?

>
> If it need I'm give additional explanations...
> Under T5.1.0.1 I'm don't have this problems.
>
> Thanks.
> --
> View this message in context: 
> http://www.nabble.com/Several-problems-with-T5.1.0.2-tp22948196p22948196.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
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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

Reply via email to