You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/02/19 16:16:52 UTC

svn commit: r629122 - /incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/WEB-INF/web.xml

Author: antelder
Date: Tue Feb 19 07:16:49 2008
New Revision: 629122

URL: http://svn.apache.org/viewvc?rev=629122&view=rev
Log:
Use appserver work manager if configured

Modified:
    incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/WEB-INF/web.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/WEB-INF/web.xml?rev=629122&r1=629121&r2=629122&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/WEB-INF/web.xml Tue Feb 19 07:16:49 2008
@@ -38,4 +38,11 @@
     <welcome-file>hello.jsp</welcome-file>
   </welcome-file-list>
 
+  <resource-ref>
+     <res-ref-name>wm/TuscanyWorkManager</res-ref-name>
+     <res-type>commonj.work.WorkManager</res-type>
+     <res-auth>Container</res-auth>
+     <res-sharing-scope>Shareable</res-sharing-scope>
+  </resource-ref>
+
 </web-app>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org