On Wed, Jul 15, 2009 at 2:19 PM, pablo fernandez <[email protected] > wrote:
> Hi, I'm getting this strange error while developing a shindig app > "cannot locate resource features/features.txt": > > stack trace: > http://www.pastie.org/547363 > > My project has all three shindig JAR's in the classpath (gadgets, > common, and social) There are 4 jars -- you also need "features", unless you've put the feature files somewhere else (the file system for instance), in which case you need to say where they are in your web.xml. > > > Here's the web.xml file just in case > http://www.pastie.org/547369 > > And my Guice Module (config.guice.ConfigurationModule) > http://www.pastie.org/547371 > > Thanks! > -- > Fernandez, Pablo. >

