You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/04/08 06:00:04 UTC

[WIKI-UPDATE] JNDIDatasourceWithJBoss3.0.6 Tue Apr 8 06:00:03 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=JNDIDatasourceWithJBoss3.0.6 , version: 3 on Tue Apr  8 03:58:56 2003 by DavidKavanagh

+ {{{
- {{   <j2ee name="stevie">}}\\
? --                       ----

+    <j2ee name="stevie">
- {{       <dbname>mbrdb</dbname>}}\\
? --                             ----

+        <dbname>mbrdb</dbname>
- {{   </j2ee>}}\\
? --          ----

+    </j2ee>
+ }}}
+ {{{
- {{    <?xml version="1.0"?>}}\\
? --                         ----

+     <?xml version="1.0"?>
- {{    <jboss-web>}}\\
? --               ----

+     <jboss-web>
- {{        <resource-ref>}}\\
? --                      ----

+         <resource-ref>
- {{            <res-ref-name>jdbc/mbrdb</res-ref-name>}}\\
? --                                                   ----

+             <res-ref-name>jdbc/mbrdb</res-ref-name>
- {{            <jndi-name>java:/mbrdb</jndi-name>}}\\
? --                                              ----

+             <jndi-name>java:/mbrdb</jndi-name>
- {{        </resource-ref>}}\\
? --                       ----

+         </resource-ref>
- {{    </jboss-web>}}\\
? --                ----

+     </jboss-web>
- 
+ }}}
+ {{{
- {{   <resource-ref>}}\\
? --                 ----

+    <resource-ref>
- {{       <res-ref-name>jdbc/mbrdb</res-ref-name>}}\\
? --                                              ----

+        <res-ref-name>jdbc/mbrdb</res-ref-name>
- {{       <res-type>javax.sql.DataSource</res-type}}\\
? --                                               ----

+        <res-type>javax.sql.DataSource</res-type
- {{       <res-auth>Container</res-auth>}}\\
? --                                     ----

+        <res-auth>Container</res-auth>
- {{   </resource-ref>}}\\
? --                  ----

+    </resource-ref>
+ }}}