Hello,

is anybody else using the maven plugin (4.0-SNAPSHOT) for resin?

I have three problems right now, but i start with this one:

The plugin gets confused by the line session-config in the web.xml:

$ mvn -e resin:jspc

WEB-INF/web.xml:245: com.caucho.server.webapp.WebApp.createSessionConfig(): 
java.lang.IllegalStateException: Server is not active in this context 
EnvironmentClassLoader[web-app:]

243:     </servlet-mapping>
244: 
245:     <session-config>
246:         <session-timeout>30</session-timeout>
247:     </session-config>

Removing the lines solves the problem "for compiling".

The web.xml uses: "http://java.sun.com/dtd/web-app_2_3.dtd";

Can anybody verify this?
-- 
GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 ¿/mtl.!*
http://portal.gmx.net/de/go/dsl


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to