Enrique Rodriguez a écrit :

Other than that, if you run the example web app with JDK 1.6 it works
great.

Juts had to modify the pom.xml, removing the 'provided' scope for this dependency :
       <dependency>
           <groupId>org.slf4j</groupId>
           <artifactId>nlog4j</artifactId>
           <version>1.2.25</version>
           <!--scope>provided</scope-->
       </dependency>

Otherwise, you get an exception because nlog4j.jar is not packaged withing the war.

I didn't committed it yet, still testing the app.

Thanks for the webapp, Enrique !

Emmanuel

Reply via email to