Re: distributable mode does not work with Servlet 3.0

2012-02-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 2/27/12 9:45 AM, Mark Thomas wrote: > It could be done easily on the merge but I'd be strongly against > it. There are lots of rules for merging web fragments and I don't > think we should be logging very decision that gets made. If there's

Re: distributable mode does not work with Servlet 3.0

2012-02-27 Thread Pid
On 27/02/2012 14:45, Mark Thomas wrote: > On 27/02/2012 14:33, Pid wrote: >> On 27/02/2012 13:16, Christopher Schultz wrote: >>> Lucas, >>> >>> On 2/27/12 5:36 AM, Lucas Pouzac wrote: a library (prettyfaces) uses a web-tag fragment without >>> With metadata-complete="true", It work

Re: distributable mode does not work with Servlet 3.0

2012-02-27 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27/02/2012 14:33, Pid wrote: > On 27/02/2012 13:16, Christopher Schultz wrote: >> Lucas, >> >> On 2/27/12 5:36 AM, Lucas Pouzac wrote: >>> a library (prettyfaces) uses a web-tag fragment without >>> >> >>> With metadata-complete="true", It works

Re: distributable mode does not work with Servlet 3.0

2012-02-27 Thread Pid
On 27/02/2012 13:16, Christopher Schultz wrote: > Lucas, > > On 2/27/12 5:36 AM, Lucas Pouzac wrote: >> a library (prettyfaces) uses a web-tag fragment without >> > >> With metadata-complete="true", It works correctly. > > Interesting. +1 That seems surprising. I don't see why the fragment w

Re: distributable mode does not work with Servlet 3.0

2012-02-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lucas, On 2/27/12 5:36 AM, Lucas Pouzac wrote: > a library (prettyfaces) uses a web-tag fragment without > > > With metadata-complete="true", It works correctly. Interesting. We should probably issue a warning if a web fragment disagrees with a def

Re: distributable mode does not work with Servlet 3.0

2012-02-27 Thread Lucas Pouzac
Thanks, a library (prettyfaces) uses a web-tag fragment without With metadata-complete="true", It works correctly. Best regards. 2012/2/22 Konstantin Kolinko > 2012/2/22 Lucas Pouzac : > > No, in two cases, the tomcat configuration is identical. Only, I observe > via > > JMX as the manager i

Re: distributable mode does not work with Servlet 3.0

2012-02-22 Thread Konstantin Kolinko
2012/2/22 Lucas Pouzac : > No, in two cases, the tomcat configuration is identical. Only, I observe via > JMX as the manager is not correct. There is only the declaration of the XSD > in web.xml which changes. > > server.xml : the first cluster >(...) >                                 className="or

Re: distributable mode does not work with Servlet 3.0

2012-02-22 Thread Lucas Pouzac
No, in two cases, the tomcat configuration is identical. Only, I observe via JMX as the manager is not correct. There is only the declaration of the XSD in web.xml which changes. server.xml : the first cluster

Re: distributable mode does not work with Servlet 3.0

2012-02-21 Thread Pid
On 20/02/2012 09:16, Lucas Pouzac wrote: > Hi, > > I have a concern about replication sessions when using the standard Servlet > 3.0. > > Do you have an idea for this to work? > > > https://issues.apache.org/bugzilla/show_bug.cgi?id=52685 > > *If in web.xml, I declare: > > http://www.w3.org/2

distributable mode does not work with Servlet 3.0

2012-02-20 Thread Lucas Pouzac
Hi, I have a concern about replication sessions when using the standard Servlet 3.0. Do you have an idea for this to work? https://issues.apache.org/bugzilla/show_bug.cgi?id=52685 *If in web.xml, I declare: http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://java.sun.com/xml/ns/javaee";