weaver 2004/08/03 11:14:58 Modified: portal/src/resources jetspeed-ds.xml Log: Added ASL 2.0 Fixed the bind name Revision Changes Path 1.2 +16 -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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jetspeed-ds.xml 3 Aug 2004 17:12:45 -0000 1.1 +++ jetspeed-ds.xml 3 Aug 2004 18:14:58 -0000 1.2 @@ -1,7 +1,22 @@ +<!-- +Copyright 2004 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <local-tx-datasource> <!-- The jndi name of the DataSource, it is prefixed with java:/ --> <!-- Datasources are not available outside the virtual machine --> - <jndi-name>jetspeed</jndi-name> + <jndi-name>jdbc/jetspeed</jndi-name> <connection-url>jdbc:hsqldb:hsql://127.0.0.1:9001</connection-url> <!-- The driver class --> <driver-class>org.hsqldb.jdbcDriver</driver-class>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
