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/22 11:10:57 UTC

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

Author: antelder
Date: Fri Feb 22 02:10:55 2008
New Revision: 630138

URL: http://svn.apache.org/viewvc?rev=630138&view=rev
Log:
Added commented out optional resource-refs

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=630138&r1=630137&r2=630138&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 Fri Feb 22 02:10:55 2008
@@ -38,11 +38,29 @@
     <welcome-file>hello.jsp</welcome-file>
   </welcome-file-list>
 
+  <!-- Uncomment this to use an appserver thread pool
   <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>
+  -->
 
+  <!-- Uncomment these to use local jndi name aliases
+  <resource-ref>
+     <res-ref-name>ConnectionFactory</res-ref-name>
+     <res-type>javax.jms.ConnectionFactory</res-type>
+     <res-auth>Container</res-auth>
+     <res-sharing-scope>Shareable</res-sharing-scope>
+  </resource-ref>
+
+  <resource-ref>
+     <res-ref-name>HelloWorldService</res-ref-name>
+     <res-type>javax.jms.Queue</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