Re: reloading not working, what did i break?

2010-06-15 Thread Sven Homburg
http://wiki.github.com/dpp/liftweb/how-to-fix-file-locking-problem-with-jettyrun-in-windows with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2010/6/16 Paul Stanton > howard, > > my application classes are not packed up into jars. they are in .clas

Re: further entity escaping issues in tml

2010-06-15 Thread Josh Canfield


Re: Tapestry 5.1 pom.xml modifications results in BOOM

On Tue, 15 Jun 2010 22:49:28 -0300, Kalle Korhonen wrote: I have great experience with Tomcat and Eclipse using the sysdeo's Tomcat plugin. I use both Tomcat and Jetty, but feature-wise, Sysdeo's Tomcat is superior. I was talking about Eclipse's own plugins for Eclipse. Sysdeo's Tomcat La

Re: Tapestry 5.1 pom.xml modifications results in BOOM

On Tue, Jun 15, 2010 at 3:42 PM, Thiago H. de Paula Figueiredo wrote: > On Tue, 15 Jun 2010 19:37:54 -0300, ebt wrote: >> I should have also added that I am using the tomcat service from within >> eclipse using run-as etc. I guess that might add a layer of complexity >> that would be hard to pin

further entity escaping issues in tml

I have a case where I need to have special characters within my 'valid xml' tml template. I know I *could* move some of this code out to an acompanying js include, or add the script via rendersupport, however that will complicate my code considering this block needs to be executed at that parti

Re: reloading not working, what did i break?

howard, my application classes are not packed up into jars. they are in .class files on the classpath (web-inf/classes). should they be reloaded? i'm assuming it's due to tapestry extending the classes at runtime, and your classloader (via maven/jetty) somehow handles this.. is there no way

Re: reloading not working, what did i break?

If classes are packaged up into JARs they will not be live reloaded. Use Jetty for development even if you use Tomcat for deployment. On Tue, Jun 15, 2010 at 3:51 PM, Thiago H. de Paula Figueiredo wrote: > On Tue, 15 Jun 2010 19:45:35 -0300, Paul Stanton > wrote: > >> http://tapestry.apache.org/

Re: Tapestry 5.1 pom.xml modifications results in BOOM

I don't disagree. here is the full log output for reference. Again this is a brand new archtype with one change and restart. Jun 15, 2010 2:58:31 PM org.apache.catalina.core.AprLifecycleListener init INFO: The Apache Tomcat Native library which allows optimal performance in production environment

Re: reloading not working, what did i break?

On Tue, 15 Jun 2010 19:45:35 -0300, Paul Stanton wrote: http://tapestry.apache.org/tapestry5.1/guide/reload.html* *Hi all, Hi! I've our project is set up so that tomcat runs from the src/main/webapp dir which contains jars and compiled code. Maven is set up to maintains the jars withi

reloading not working, what did i break?

http://tapestry.apache.org/tapestry5.1/guide/reload.html* *Hi all, I've our project is set up so that tomcat runs from the src/main/webapp dir which contains jars and compiled code. Maven is set up to maintains the jars within src/main/webapp/WEB-INF/lib and src/main/java and src/main/resourc

Re: Tapestry 5.1 pom.xml modifications results in BOOM

On Tue, 15 Jun 2010 19:37:54 -0300, ebt wrote: I should have also added that I am using the tomcat service from within eclipse using run-as etc. I guess that might add a layer of complexity that would be hard to pin down. I shut down tomcat and dropped into the terminal and ran mvn jetty:ru

Re: Tapestry 5.1 pom.xml modifications results in BOOM

Thiago is right. You're not seeing compilation errors. You're seeing application-generated warnings. The "jar not loaded" warning is harmless. You have the servlet jar in your application library; the servlet container won't load it (it provides it's own version). You can effectively ignore

Re: Tapestry 5.1 pom.xml modifications results in BOOM

I should have also added that I am using the tomcat service from within eclipse using run-as etc. I guess that might add a layer of complexity that would be hard to pin down. I shut down tomcat and dropped into the terminal and ran mvn jetty:run and everything ran normally. This points to a config

Re: Tapestry 5.1 pom.xml modifications results in BOOM

> Questions: > 1) Website wont compile, all due to log4j not being configured properly? Wanings are warnings, not compiling errors. Check your application. It's probably working. application will not work calling ttp://localhost:8080/foo/ returns [[missing key: greeting]] ie its not picking u

Re: Tapestry 5.1 pom.xml modifications results in BOOM

On Tue, 15 Jun 2010 19:06:55 -0300, ebt wrote: Questions: 1) Website wont compile, all due to log4j not being configured properly? Wanings are warnings, not compiling errors. Check your application. It's probably working. 2) how would I force copy the log4j.properties file to the right p

Tapestry 5.1 pom.xml modifications results in BOOM

I could really use a hand in explaining what I am doing wrong.. my steps: 1) mvn archetype:generate -DarchetypeCatalog=http://tapestry.formos.com/maven-repository 2) Define value for property 'groupId': : com.foo Define value for property 'artifactId': : foo Define value for property 'version':

Xform in Tapestry

Just add the XForms namespace and you can use it (and any other XML format). There are no components using XForms yet, but they're easy to create. By the way, how's the XForms adoption now? I have already tried to put XForm namespace in the tag but it does not work… I have forgot to notice,

Re: Problem Securing Multiple Pages

Thanks Josh. I can't upgrade right now so I guess I will check the code of 5.2 and override the service. Have a nice day On 15 Jun 2010 00:48, "Josh Canfield" wrote: Ok, it looks like it's a bug that's been fixed in 5.2. In 5.1.0.5 the findMeta method used is only looking at the annotation and