Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory with dropbox example Component

2015-02-03 Thread Bruce Edge
Disregard, resolved.

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory with dropbox example Component

2015-02-02 Thread Bruce Edge
Another oddity I noticed is that if I try to examine my components from the sling web console components tab, selecting any of them gives a 404 rather than any actual information. This implies there is something broken in the structure of the bundle an possibly not related to the actual log errors

java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory with dropbox example Component

2015-02-02 Thread Bruce Edge
I've created an EventHandler service similar to the dropbox example [1] Is this example still current for the sling trunk build? I have the same boilerplate initialization for the Component as the dropbox example: @Component(immediate=true) @Service(value=EventHandler.class) @Property(name=Even