ate 2005/04/02 19:26:57 Modified: portal/src/resources jetspeed-ds.xml jetspeed-mysql-ds.xml Log: Updated JBoss datasource definitions. New outer element <datasources> needed (tested with 3.2.7 and 4.0.1sp1) Revision Changes Path 1.4 +2 -1 jakarta-jetspeed-2/portal/src/resources/jetspeed-ds.xml Index: jetspeed-ds.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/resources/jetspeed-ds.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jetspeed-ds.xml 3 Aug 2004 19:53:44 -0000 1.3 +++ jetspeed-ds.xml 3 Apr 2005 03:26:57 -0000 1.4 @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> +<datasources> <local-tx-datasource> <!-- The jndi name of the DataSource, it is prefixed with java:/ --> <!-- Datasources are not available outside the virtual machine --> @@ -27,4 +28,4 @@ <max-pool-size>20</max-pool-size> <idle-timeout-minutes>0</idle-timeout-minutes> </local-tx-datasource> - +</datasources> 1.3 +2 -1 jakarta-jetspeed-2/portal/src/resources/jetspeed-mysql-ds.xml Index: jetspeed-mysql-ds.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/resources/jetspeed-mysql-ds.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jetspeed-mysql-ds.xml 22 Sep 2004 14:14:05 -0000 1.2 +++ jetspeed-mysql-ds.xml 3 Apr 2005 03:26:57 -0000 1.3 @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> +<datasources> <local-tx-datasource> <!-- The jndi name of the DataSource, it is prefixed with java:/ --> <!-- Datasources are not available outside the virtual machine --> @@ -27,4 +28,4 @@ <max-pool-size>20</max-pool-size> <idle-timeout-minutes>0</idle-timeout-minutes> </local-tx-datasource> - +</datasources>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]