Re: Tapestry5.1 Upgrade Issue

2009-10-14 Thread Dave Greggory
I created a bug (https://issues.apache.org/jira/browse/TAP5-892). So when I use tapestry-spring-5.0.18 with Tapestry 5.1.0.5, it works fine. Whatever the problem is, it seems to have been introduced in the new version of tapestry-spring. Hopefully, this can get fixed soon. :) ---

Re: Tapestry5.1 upgrade

2009-10-13 Thread Szemere Szemere
It may not be related but when I upgraded from Tapestry 5.0.18 to 5.1.0.5 at the beginning of this week, I found that while createPageLink would accept a null context, createPageRenderLinkWithContext would not. Szemere

Re: Tapestry5.1 upgrade

2009-10-12 Thread Argo Vilberg
If i removetapestry-hibernate-5.1.0.5.jar tapestry-hibernate-core-5.1.0.5.jar tapestry-spring-5.1.0.5.jar then works. 2009/10/13 Argo Vilberg > I get over this error: > Hint: Offending class: javax/servlet/Servlet.class > > > In tomcat log are ERROR: > > ERROR main > org.apache.catalina.core.C

Re: Tapestry5.1 upgrade

2009-10-12 Thread Argo Vilberg
I get over this error: Hint: Offending class: javax/servlet/Servlet.class In tomcat log are ERROR: ERROR main org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/digileping] - Exception starting filter digileping java.lang.NoClassDefFoundError: org/hibernate/Session at java.lang.Clas

Re: Tapestry5.1 upgrade

2009-10-12 Thread Thiago H. de Paula Figueiredo
Em Mon, 12 Oct 2009 19:22:05 -0300, Argo Vilberg escreveu: ok i deleted servlet-api-2.4.jarbut nothing change. You have to take a look at the Tomcat log to see what was the exception. No stack trace, no way to find out what happened. -- Thiago H. de Paula Figueiredo Independent Java con

Re: Tapestry5.1 upgrade

2009-10-12 Thread Andreas Andreou
Hint: Offending class: javax/servlet/Servlet.class On Tue, Oct 13, 2009 at 1:22 AM, Argo Vilberg wrote: > ok i deleted servlet-api-2.4.jarbut nothing change. > > > > # > >  JRebel 2.1a (200910071200) >  (c) Copyright ZeroTurnaround, Ltd,

Re: Tapestry5.1 upgrade

2009-10-12 Thread Argo Vilberg
ok i deleted servlet-api-2.4.jarbut nothing change. # JRebel 2.1a (200910071200) (c) Copyright ZeroTurnaround, Ltd, 2007-2009. All rights reserved. A rough estimate: Over the last 1 days JRebel prevented the need for at least 8 re

Re: Tapestry5.1 upgrade

2009-10-12 Thread Thiago H. de Paula Figueiredo
Em Mon, 12 Oct 2009 19:14:07 -0300, Argo Vilberg escreveu: INFO: validateJarFile(C:\Program Files\Apache Software Foundation\apache-tomcat-5.5.26\webapps\digileping\WEB-INF\lib\servlet-api-2.4.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet

Re: Tapestry5.1 upgrade

2009-10-12 Thread Thiago H. de Paula Figueiredo
Em Mon, 12 Oct 2009 19:06:17 -0300, Argo Vilberg escreveu: HTTP Status 404 - /digileping/ -- *type* Status report *message* */digileping/* *description* *The requested resource (/digileping/) is not available.* -- Take a look at the lo

Re: Tapestry5.1 upgrade

2009-10-12 Thread Argo Vilberg
And also console log: 13.10.2009 1:00:53 org.apache.catalina.core.StandardContext start SEVERE: Error filterStart 13.10.2009 1:00:53 org.apache.catalina.core.StandardContext start SEVERE: Context [/digileping] startup failed due to previous errors FilterStart Error? #

Tapestry5.1 upgrade

2009-10-12 Thread Argo Vilberg
I'm trying to upgrade to Tapestry 5.1 from 5.0.14. I change ApplicationState->SessionState and also change *createPageLink*(Class

Re: Tapestry5.1 Upgrade Issue

2009-10-12 Thread Thiago H. de Paula Figueiredo
Em Mon, 12 Oct 2009 17:57:09 -0300, Dave Greggory escreveu: Does any one have any ideas on why this is happening? Shouldn't tapestry be looking at the request to see which Locale it is for? It does, but Tapestry adds Locale as something that is @Inject'able, not explecting to have Locale

Re: Tapestry5.1 Upgrade Issue

2009-10-12 Thread Dave Greggory
ether that works. It wouldn't be ideal to only do a partial upgrade but I'll try it until I get any replies. - Original Message From: Dave Greggory To: Tapestry users Sent: Mon, October 12, 2009 11:18:05 AM Subject: Tapestry5.1 Upgrade Issue I'm trying to upgra

Tapestry5.1 Upgrade Issue

2009-10-12 Thread Dave Greggory
I'm trying to upgrade to Tapestry 5.1 from 5.0.18. The Select field component is giving me some errors. I'm using a Spring application context that is externally maintained (tapestry.use-external-spring-context) and have 4 instances of java.util.Locale (named locale_DE, locale_FR, locale_UK, lo