You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/06/02 04:37:37 UTC

svn commit: r950340 - /shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml

Author: lindner
Date: Wed Jun  2 02:37:37 2010
New Revision: 950340

URL: http://svn.apache.org/viewvc?rev=950340&view=rev
Log:
Fix for guice injection error -- thanks to Henry Saputra

Modified:
    shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml

Modified: shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml?rev=950340&r1=950339&r2=950340&view=diff
==============================================================================
--- shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml (original)
+++ shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml Wed Jun  2 02:37:37 2010
@@ -37,7 +37,7 @@
       org.apache.shindig.gadgets.oauth.OAuthModule:
       org.apache.shindig.common.cache.ehcache.EhCacheModule:
       org.apache.shindig.sample.shiro.ShiroGuiceModule:
-      org.apache.shindig.sample.shiro.SampleContainerGuiceModule:
+      org.apache.shindig.sample.container.SampleContainerGuiceModule:
       org.apache.shindig.extras.ShindigExtrasGuiceModule:
       org.apache.shindig.extras.as.ActivityStreamsGuiceModule
     </param-value>