On 12/12/12 4:46 AM, Rick Mann wrote:
> I'm trying to implement this ("A 100% code-based approach to configuration"):
>
>       http://static.springsource.org/spring/docs/3.2.0.RC2/javadoc-api/

It sounds like a Resin bug that will be in the next release.

Servlet 3.0 added a jar scanning system that extensions can use, but we 
didn't implement properly (and wasn't caught by the TCK.) The issue also 
affects jersey.

-- Scott

>
> When I run resin 4.0.30, I get:
>
> [12-12-12 04:42:29.724] {main} 
> WebApp[production/webapp/default/ROOT,STARTING] No Spring 
> WebApplicationInitializer types detected on classpath
>
> But I definitely have a class:
>
> public
> class
> WebappInitializer implements org.springframework.web.WebApplicationInitializer
> {
>      ...
> }
>
> Since it seems that message is coming from Spring, that means that resin is 
> probably doing its job. But I thought I'd ask here anyway as to why it's 
> missing a class that Springs docs say it should find.
>
> Thanks!
>


_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to