Hmmm...
That's quite confusing since 2.0-SNAPSHOT still exists under the old groupId.
Makes it look like both are currently under development?
I get an NPE when I turn on slf4j facade using the system property:
Exception in thread "main" java.lang.NullPointerException
at org.restlet.engine.log.LogFilter.<init>(LogFilter.java:88)
at
org.restlet.service.LogService.createInboundFilter(LogService.java:113)
at
org.restlet.engine.component.ComponentHelper.start(ComponentHelper.java:210)
at org.restlet.Component.startHelper(Component.java:530)
at org.restlet.Component.start(Component.java:503)
at com.example.MyServer.start(MyServer.java:27)
at com.example.MyServer.main(MyServer.java:36)
Any thoughts on what might be going on?
-jeff
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2433437