Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Mon Aug 29 07:01:49 UTC 2011

Re: How to upgrade Tapestry version

2011-08-29 Thread Emmanuel Demey
Hi The only thing you have to do is to change the version of all your tapestry dependencies in your pom.xml. Demey Emmanuel Le 28 août 2011 à 21:29, Javicha javilan...@gmail.com a écrit : Hello, I´m working with Tapestry 5.1.0.5, and now I need to update to version 5.2.6 to use new

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Mon Aug 29 09:01:49 UTC 2011

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Igor Drobiazko
Hi Gavin, installing the plugin into Eclipse Indigo JavaEE the way you described works. I can confirm that the components appear in the Palette. I can drag and drop components. Autocompletion seems to be broken. It works for most of Tapestry components, but it doesn't work for custom components.

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Gavin Lei
Hi Igor 在 2011年8月29日 下午5:04,Igor Drobiazko igor.drobia...@gmail.com 写道: Hi Gavin, installing the plugin into Eclipse Indigo JavaEE the way you described works. I can confirm that the components appear in the Palette. I can drag and drop components. Autocompletion seems to be broken. It works

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Mon Aug 29 11:01:49 UTC 2011

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Mon Aug 29 13:01:49 UTC 2011

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Dmitry Gusev
Hi, Gavin! FYI I've tried to install TapestryTools to my Eclipse Indigo JavaEE and it broken my Eclipse installation. I had to switch to fresh Eclipse install. I've created new issue here: http://code.google.com/p/tapestrytools/issues/detail?id=14 2011/8/29 Gavin Lei gavingui2...@gmail.com Hi

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Gavin Lei
Hi Dmitry, Thank you for your feedback, as your report, it seems that TapestryTools break Eclipse in MacOS, am i right? I have tried in Mac OS, it worked well, but according to your report, there are something wrong, so i will test it again to confirm where the problem is. Thank you. 2011/8/29

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Gavin Lei
Hi Igor 在 2011年8月29日 下午5:23,Gavin Lei gavingui2...@gmail.com 写道: Hi Igor 在 2011年8月29日 下午5:04,Igor Drobiazko igor.drobia...@gmail.com 写道: Hi Gavin, installing the plugin into Eclipse Indigo JavaEE the way you described works. I can confirm that the components appear in the Palette. I can

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Igor Drobiazko
Hi Gavin, I'm sorry I wasn't clear enough. Autocompletion for components works, but not for component parameters. Juts add a new parameter to Menu like: public class Menu { @Parameter private String title; } Then type t:menu and try to get an autocomplete box for parameters. It

Re: How to upgrade Tapestry version

2011-08-29 Thread Javicha
I think it´s not sufficient. I have changed the versions in pom.xml, and when I started jetty I got an exception caused by the following error: Caused by: java.lang.ClassNotFoundException: org.apache.tapestry5.internal.services.RequestPathOptimizer Any idea? -- View this message in context:

Re: Eclipse WTP based Tapestry visual editor project update site

2011-08-29 Thread Gavin Lei
Hi Igor, Yeah, this is true. Even for Tapestry build in components, such as actionlink, after input t:actionlink, TapestryTools does not supply a auto complete for its parameters such as anchor or disabled. Or even more, in a normal jsp page, if you drag a jsp component, such as jsp:forward,

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Mon Aug 29 15:01:49 UTC 2011

Re: How to upgrade Tapestry version

2011-08-29 Thread Taha Hafeez
Did you run jetty within maven ? Did it download all the new libraries. On Mon, Aug 29, 2011 at 8:25 PM, Javicha javilan...@gmail.com wrote: I think it´s not sufficient. I have changed the versions in pom.xml, and when I started jetty I got an exception caused by the following error: Caused

RE: How to upgrade Tapestry version

2011-08-29 Thread Guerin Laurent
Hi, RequestPathOptimizer is an internal class and has been removed from tapestry in 5.2.1 release. Did you use third libraries like ChenilleKit ? If this is the case, you have to upgrade third libraries too (http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-1-upgrade-woes-td2849844.html).

RE: How to upgrade Tapestry version

2011-08-29 Thread Javicha
Yes, Chenillekit was part of the problem. I updatet Chenillekit and this problem dissappeared, but I have a new problem now :_( It´s caused by conflicts with Spring. I´m using Spring 2.5.6 with Tapestry 5.2.6 and I don´t know if this versions are incompatibles: Caused by:

RE: How to upgrade Tapestry version

2011-08-29 Thread Guerin Laurent
Try to configure the Spring ApplicationContext externally by adding this into your web.xml : context-param param-nametapestry.use-external-spring-context/param-name param-valuetrue/param-value /context-param

Re: How to upgrade Tapestry version

2011-08-29 Thread Jonathan Barker
I can almost guarantee you are getting a mix of Spring jar versions. After any upgrade, check how maven has resolved your dependencies. M2eclipse has a nice Dependency Hierarchy view of the POM. On Mon, Aug 29, 2011 at 11:46 AM, Javicha javilan...@gmail.com wrote: Yes, Chenillekit was part of

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Mon Aug 29 17:01:49 UTC 2011

Re: ICLA Dragan Sahpaski

2011-08-29 Thread Kalle Korhonen
Did anybody add Dragan to the icla group? I don't have the necessary karma, I know at least Uli does. Kalle On Thu, Aug 25, 2011 at 1:18 PM, Dragan Sahpaski dragan.sahpa...@gmail.com wrote: Hi, I have filled an ICLA and got confirmation from Apache that it is alright. Can I please have

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Mon Aug 29 19:01:49 UTC 2011

Re: How to upgrade Tapestry version

2011-08-29 Thread Javicha
Well, after many test, I managed to fix the problem. No Spring jars was mixing, the problem was in the tapestry-spring-chenillekit-junit versions to work together. I had to change ther versions of this libraries, leaving this pom.xml dependencies as follows (spring has been that has more

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Mon Aug 29 21:01:49 UTC 2011

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Mon Aug 29 23:01:49 UTC 2011

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Tue Aug 30 01:01:49 UTC 2011

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Tue Aug 30 03:01:49 UTC 2011

Service alert: tapestry.zones.apache.org/HTTP - Tapestry Demo is CRITICAL

2011-08-29 Thread nagios
*** ASF Nagios *** Notification Type: PROBLEM Host: tapestry.zones.apache.org Address: 140.211.11.200 Service: HTTP - Tapestry Demo State: CRITICAL Info: CRITICAL - Socket timeout after 16 seconds Date/Time: Tue Aug 30 05:01:49 UTC 2011