Re: Can't seem to get metadata-complete turned on

2012-09-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benson, On 9/14/12 12:12 PM, Benson Margulies wrote: > Apologies for the accidental use of HTML. > > The problem below is triggered by the facts that: > > a) spring-web contains a ServletContainerInitializer b) even with > metadata-complete, tomcat

Re: Can't seem to get metadata-complete turned on

2012-09-16 Thread Benson Margulies
On Fri, Sep 14, 2012 at 1:06 PM, Mark Thomas wrote: > On 14/09/2012 17:36, Benson Margulies wrote: >> On Fri, Sep 14, 2012 at 12:27 PM, Mark Thomas wrote: >>> Benson Margulies wrote: >>> Apologies for the accidental use of HTML. The problem below is triggered by the facts that: >>

Re: Can't seem to get metadata-complete turned on

2012-09-14 Thread Mark Thomas
On 14/09/2012 17:36, Benson Margulies wrote: > On Fri, Sep 14, 2012 at 12:27 PM, Mark Thomas wrote: >> Benson Margulies wrote: >> >>> Apologies for the accidental use of HTML. >>> >>> The problem below is triggered by the facts that: >>> >>> a) spring-web contains a ServletContainerInitializer >>

Re: Can't seem to get metadata-complete turned on

2012-09-14 Thread Mark Thomas
On 14/09/2012 17:31, Benson Margulies wrote: > On Fri, Sep 14, 2012 at 12:27 PM, Mark Thomas wrote: >> Benson Margulies wrote: >> >>> Apologies for the accidental use of HTML. >>> >>> The problem below is triggered by the facts that: >>> >>> a) spring-web contains a ServletContainerInitializer >>

Re: Can't seem to get metadata-complete turned on

2012-09-14 Thread Benson Margulies
On Fri, Sep 14, 2012 at 12:27 PM, Mark Thomas wrote: > Benson Margulies wrote: > >>Apologies for the accidental use of HTML. >> >>The problem below is triggered by the facts that: >> >>a) spring-web contains a ServletContainerInitializer >>b) even with metadata-complete, tomcat does annotation sc

Re: Can't seem to get metadata-complete turned on

2012-09-14 Thread Benson Margulies
On Fri, Sep 14, 2012 at 12:27 PM, Mark Thomas wrote: > Benson Margulies wrote: > >>Apologies for the accidental use of HTML. >> >>The problem below is triggered by the facts that: >> >>a) spring-web contains a ServletContainerInitializer >>b) even with metadata-complete, tomcat does annotation sc

Re: Can't seem to get metadata-complete turned on

2012-09-14 Thread Mark Thomas
Benson Margulies wrote: >Apologies for the accidental use of HTML. > >The problem below is triggered by the facts that: > >a) spring-web contains a ServletContainerInitializer >b) even with metadata-complete, tomcat does annotation scanning once >it sees one of those Yes, this is a mandatory req

Re: Can't seem to get metadata-complete turned on

2012-09-14 Thread Benson Margulies
Apologies for the accidental use of HTML. The problem below is triggered by the facts that: a) spring-web contains a ServletContainerInitializer b) even with metadata-complete, tomcat does annotation scanning once it sees one of those c) In my embedded environment, there's a lot of real estate to

Can't seem to get metadata-complete turned on

2012-09-14 Thread Benson Margulies
I'm using tomcat 7.0.29, embedded. My web.xml web-app element looks like: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";