You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ga...@apache.org on 2005/12/04 04:52:54 UTC

svn commit: r353809 - in /incubator/roller/trunk/metadata/xdoclet: ejb-resourcerefs.xml web-security.xml

Author: gangolli
Date: Sat Dec  3 19:52:51 2005
New Revision: 353809

URL: http://svn.apache.org/viewcvs?rev=353809&view=rev
Log:
Added web resource refs.  Unfortunately, XDoclet's webdoclet wants them to be in the improperly-named ejb-resourcerefs.xml file).

Added back web-security.xml but with a comment only.  If you don't have any file here, XDoclet puts in a default filler comment that could be misleading to people installing/editing the generated file.

Added:
    incubator/roller/trunk/metadata/xdoclet/ejb-resourcerefs.xml
    incubator/roller/trunk/metadata/xdoclet/web-security.xml

Added: incubator/roller/trunk/metadata/xdoclet/ejb-resourcerefs.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/metadata/xdoclet/ejb-resourcerefs.xml?rev=353809&view=auto
==============================================================================
--- incubator/roller/trunk/metadata/xdoclet/ejb-resourcerefs.xml (added)
+++ incubator/roller/trunk/metadata/xdoclet/ejb-resourcerefs.xml Sat Dec  3 19:52:51 2005
@@ -0,0 +1,17 @@
+    <!-- Web app resource refs -->
+
+    <!-- Makes the resource accessible to the web app -->
+    <resource-ref>
+            <res-ref-name>jdbc/rollerdb</res-ref-name>
+            <res-type>javax.sql.DataSource</res-type>
+            <res-auth>Container</res-auth>
+    </resource-ref>
+
+<!-- Uncomment this if you want to enable email notification of comments
+    <resource-ref>
+        <res-ref-name>mail/Session</res-ref-name>
+        <res-type>javax.mail.Session</res-type>
+        <res-auth>Container</res-auth>
+    </resource-ref>
+-->
+

Added: incubator/roller/trunk/metadata/xdoclet/web-security.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/metadata/xdoclet/web-security.xml?rev=353809&view=auto
==============================================================================
--- incubator/roller/trunk/metadata/xdoclet/web-security.xml (added)
+++ incubator/roller/trunk/metadata/xdoclet/web-security.xml Sat Dec  3 19:52:51 2005
@@ -0,0 +1,6 @@
+
+<!--
+     Acegi security configuration now in WEB-INF/security.xml.
+     This comment prevents XDoclet webdoclet from using a default
+     misleading filler comment.
+-->