Re: Re: Custom tag

2012-07-13 Thread José Luis Cetina
Well i think is a problem with Netbeans, because although netbeans display: The attribute targetAttributeName is not defined in the component attribute, it works. Thanks 2012/7/13 José Luis Cetina : > Here is what i have: > > http://www.w3.org/1999/xhtml"; > xmlns:h="http://java.sun.com/jsf

Re: Re: Custom tag

2012-07-13 Thread José Luis Cetina
Here is what i have: http://www.w3.org/1999/xhtml"; xmlns:h="http://java.sun.com/jsf/html"; xmlns:f="http://java.sun.com/jsf/core"; xmlns:p="http://primefaces.org/ui"; xmlns:kx="http://java.sun.com/jsf/composite/componentes"; xmlns:cc="http://java.sun.com/jsf/composit

Re: Memory leak?

2012-07-13 Thread Rohit Kelapure
The way to fix this is to find out what MyFaces code is putting the ServletExternalContextImpl on the Threadlocal and not cleaning it up after the request ends. -cheers, ROhit On Thu, Jul 12, 2012 at 3:26 PM, Pavel Arnošt wrote: > Hi, > > I have very simple setup of Tomcat 7.0.29 and MyFaces 2.1

Re: Memory leak?

2012-07-13 Thread Pavel Arnošt
Hi, I did, but I didn't find anything about ThreadLocal and ServletExternalContextImpl. Tomcat's memory leak protection is described at http://wiki.apache.org/tomcat/MemoryLeakProtection and code is at http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClas