User: mulder
Date: 00/09/13 05:53:34
Modified: minerva minerva.htm
Added: minerva minerva-0.99-doc.zip minerva-0.99-src.zip
minerva-0.99.jar
Removed: minerva minerva-0_98-doc.zip minerva-0_98-src.zip
minerva-0_98.jar
Log:
Update Minerva to 0.99. This includes the removal of "jdbc." and "xa."
prefixes from JNDI and the "jdbc:minervaxa:" URL prefix.
Please sync this to the web site when the BETA-PROD is released.
Revision Changes Path
1.4 +10 -10 jbossweb/minerva/minerva.htm
Index: minerva.htm
===================================================================
RCS file: /products/cvs/ejboss/jbossweb/minerva/minerva.htm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- minerva.htm 2000/09/06 15:06:41 1.3
+++ minerva.htm 2000/09/13 12:53:34 1.4
@@ -42,7 +42,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr bgcolor="#99cc66">
- <td width="100%"><font color="white" face="Myriad Web,Arial"
size="3"><b>Minerva Database Pools 0.98, Project Lead: Aaron Mulder</b></font></td>
+ <td width="100%"><font color="white" face="Myriad Web,Arial"
size="3"><b>Minerva Database Pools 0.99, Project Lead: Aaron Mulder</b></font></td>
</tr>
</tbody>
</table>
@@ -186,9 +186,9 @@
don't need to do anything to use Minerva with jBoss. If you'd like to
use Minerva standalone, you can download the following files:</P>
<UL>
- <LI><A HREF="minerva-0_98.jar">minerva-098.jar</A></LI>
- <LI><A HREF="minerva-0_98-doc.zip">minerva-098-doc.zip</A></LI>
- <LI><A HREF="minerva-0_98-src.zip">minerva-098-src.zip</A></LI>
+ <LI><A HREF="minerva-0.99.jar">minerva-0.99.jar</A></LI>
+ <LI><A HREF="minerva-0.99-doc.zip">minerva-0.99-doc.zip</A></LI>
+ <LI><A HREF="minerva-0.99-src.zip">minerva-0.99-src.zip</A></LI>
<LI>You may need the
<A
HREF="http://cvs.working-dogs.com/ejboss/cvsweb/index.cgi/~checkout~/jboss/src/lib/jndi.jar?rev=1.1">
JNDI JAR</A> if you're not using JDK 1.3</LI>
@@ -459,7 +459,7 @@
<P>If you want to make your pools more accessible, you can do that in two
ways. The first is to call setJNDIName to register the pool in JNDI.
The second is to use the JDBC driver org.jboss.minerva.datasource.PoolDriver
- and a URL of the form "jdbc:minervaxa:<I>PoolName</I>". In this way, you
+ and a URL of the form "jdbc:minerva:<I>PoolName</I>". In this way, you
get pooled database connections in the same way you'd normally get
connections - DriverManager.getConnection(url). There's no need to supply
a user, password, or any properties - all that is set by the pool itself.
@@ -933,12 +933,12 @@
<H4><A NAME="ex8">Getting a JDBC S.E. Pool connection from the
DriverManager</A></H4>
<PRE>
XAPoolDataSource = ...
-Connection con = DriverManager.getConnection("jdbc:minervaxa:PoolName");
+Connection con = DriverManager.getConnection("jdbc:minerva:PoolName");
</PRE>
<H4><A NAME="ex9">Configuring a JDBC S.E. Pool with jBoss and a JDBC S.E.
Driver</A></H4>
<P>This will result in the pool's DataSource living in JNDI under the name
- <B>xa.PoolName</B>.</P>
+ <B>PoolName</B>.</P>
<P>In <B>jboss.conf</B>:</P>
<PRE>
<MLET CODE="org.jboss.jdbc.XADataSourceLoader" ARCHIVE="jboss.jar,vendor.jar"
CODEBASE="../lib/ext/">
@@ -963,7 +963,7 @@
<H4><A NAME="ex10">Configuring a JDBC S.E. Pool with jBoss and a JDBC 1/2
Driver</A></H4>
<P>This will result in the pool's DataSource living in JNDI under the name
- <B>xa.PoolName</B>.</P>
+ <B>PoolName</B>.</P>
<P>In <B>jboss.conf</B>:</P>
<PRE>
<MLET CODE="org.jboss.jdbc.XADataSourceLoader" ARCHIVE="jboss.jar,vendor.jar"
CODEBASE="../lib/ext/">
@@ -1009,7 +1009,7 @@
<P>The easiest way to do this is to use EJX. You need to add a resource
manager that links the EJB ref-name (<A HREF="#ex11">see example above</A>)
to the database pool JNDI name (<A HREF="#ex9">see example above</A>).
- Since the database pool JNDI name is <I>xa.PoolName</I> that should be
+ Since the database pool JNDI name is <I>PoolName</I> that should be
your resource jndi name, and the name in ejb-jar.xml should be the
resource name.</P>
<P>If you don't use EJX, you will need to add the reference manually in two
@@ -1024,7 +1024,7 @@
<resource-managers>
<resource-manager res-class="org.jboss.ejb.deployment.JDBCResource">
<res-name>TestDB</res-name>
- <res-jndi-name>xa.TestPool</res-jndi-name>
+ <res-jndi-name>TestPool</res-jndi-name>
</resource-manager>
</resource-managers>
1.1 jbossweb/minerva/minerva-0.99-doc.zip
<<Binary file>>
1.1 jbossweb/minerva/minerva-0.99-src.zip
<<Binary file>>
1.1 jbossweb/minerva/minerva-0.99.jar
<<Binary file>>