[appfuse-user] custom taglibs and *.xhtml

2007-07-27 Thread petrushkevych
Hi, I've created custom tag library and added .tld file to /WEB-INF/. Custom tag is visible on AppFuse's jsp pages but there is no effect if put it on *.xhtml. any ideas ? -- View this message in context: http://www.nabble.com/custom-taglibs-and-*.xhtml-tf4158207s2369.html#a11830345 Sent from

Re: [appfuse-user] Appfuse2.x and ajax4jsf

2007-07-24 Thread petrushkevych
Sure it helped, thanks! mraible wrote: > > Have you tried turning on antiJARLocking in your context.xml? > > http://blog.exis.com/colin/archives/2005/08/23/i-put-a-spell-on-you-because-youre-mine-aka-why-is-tomcat-holding-onto-jars/ > > Matt > > On 7/24/07, petrush

[appfuse-user] Appfuse2.x and ajax4jsf

2007-07-24 Thread petrushkevych
ajax4jsf jar locks project's context in Tomcat, that's why it is impossible to have proper mvn tomcat:undeploy command work. It is possible to remove somehow dependency of ajax4jsf? -- View this message in context: http://www.nabble.com/Appfuse2.x-and-ajax4jsf-tf4135514s2369.html#a11761611 Sent

Re: [appfuse-user] Appfuse2.0+EMMA+PMD

2007-07-23 Thread petrushkevych
I see that EMMA plug-in has not been released yet, that's why I've tried cobertura. Yes it works for me (if I turn off DB work during instrumentation), but it always shows 100% coverage :). I've haven't understand yet how to force it to show less :) mraible wrote: > > What version of the EMMA pl

[appfuse-user] Appfuse2.0+EMMA+PMD

2007-07-20 Thread Volodymyr Petrushkevych
Could you give consultations about using Emma and PMD? I'm working with AppFuse 2.0 M5 and Maven 2.0.7. PMD generates report for model but nothing for test. Using Emma gives nothing :( Is it problem of Maven2 and these plug-ins or possible there should be some configurations in AppFuse ? Thanks

[appfuse-user] RE: running appfuse on Tomcat 5.x and higher

2007-07-09 Thread petrushkevych
Actually, it was caused by Tomcat 6.x Commenting out gzip filter works fine with Tomcat 5.x petrushkevych wrote: > > Thanks a lot for your fast reply > I guess it really helped :) > > but now I have the following :( : > > javax.servlet.ServletException: java.lang

Re: [appfuse-user] running appfuse on Tomcat 5.x and higher

2007-07-09 Thread petrushkevych
ressing replies from the server >> to the client.) It is configured in web.xml for Appfuse. There is >> currently an issue with this in m5, so for now best to comment it out in >> web.xml - note it is in 2 places filter definition and filter mapping in >> web.xml >>

Re: [appfuse-user] running appfuse on Tomcat 5.x and higher

2007-07-09 Thread petrushkevych
Thanks yes, I use JDK 5 Thanks for advice! mraible wrote: > > Make sure you're running Tomcat using JDK 5. Googling for the > exception should help you discover the source of your problem. > > Matt > > > On 7/9/07, petrushkevych <[EMAIL PROTECTED]> wrot

[appfuse-user] RE: running appfuse on Tomcat 5.x and higher

2007-07-09 Thread petrushkevych
ition and filter mapping in > web.xml > > Travers > -Original Message- > From: petrushkevych [mailto:[EMAIL PROTECTED] > Sent: 09 July 2007 02:56 PM > To: users@appfuse.dev.java.net > Subject: [appfuse-user] running appfuse on Tomcat 5.x and higher > > > Hi

[appfuse-user] running appfuse on Tomcat 5.x and higher

2007-07-09 Thread petrushkevych
Hi all! I've created appfuse project with candy plugin for eclipce. It works well using jetty. But I can't run it on Tomcat. I've create war using maven and deployed it on Tomcat. But if requesting the project I receive: javax.servlet.ServletException: Failure when attempting to set Content-Enco