tomdz 2005/12/21 14:25:02
Modified: src/java/org/apache/ojb/broker/core Tag: OJB_1_0_RELEASE
PersistenceBrokerFactoryBaseImpl.java
MtoNBroker.java PBPoolConfiguration.java
PBFactoryIF.java
PersistenceBrokerFactoryDefaultImpl.java
PersistenceBrokerAbstractImpl.java
QueryReferenceBroker.java
PoolablePersistenceBroker.java
IdentityFactoryImpl.java NamingLocator.java
RsIteratorFactory.java RsIteratorFactoryImpl.java
PersistenceBrokerThreadMapping.java
PersistenceBrokerFactoryFactory.java
ValueContainer.java
PersistenceBrokerConfiguration.java
ReportRsIteratorFactoryImpl.java
PersistenceBrokerBean.java
PersistenceBrokerFactoryIF.java
PersistenceBrokerHandle.java PBPoolInfo.java
PersistenceBrokerFactorySyncImpl.java
Log:
Updated license
Revision Changes Path
No revision
No revision
1.3.2.3 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerFactoryBaseImpl.java
Index: PersistenceBrokerFactoryBaseImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerFactoryBaseImpl.java,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -r1.3.2.2 -r1.3.2.3
--- PersistenceBrokerFactoryBaseImpl.java 24 Jul 2005 23:56:11 -0000
1.3.2.2
+++ PersistenceBrokerFactoryBaseImpl.java 21 Dec 2005 22:25:00 -0000
1.3.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.10.2.9 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/MtoNBroker.java
Index: MtoNBroker.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/MtoNBroker.java,v
retrieving revision 1.10.2.8
retrieving revision 1.10.2.9
diff -u -r1.10.2.8 -r1.10.2.9
--- MtoNBroker.java 13 Nov 2005 15:40:50 -0000 1.10.2.8
+++ MtoNBroker.java 21 Dec 2005 22:25:00 -0000 1.10.2.9
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.3.2.1 +1 -1
db-ojb/src/java/org/apache/ojb/broker/core/PBPoolConfiguration.java
Index: PBPoolConfiguration.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/PBPoolConfiguration.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- PBPoolConfiguration.java 4 Apr 2004 23:53:33 -0000 1.3
+++ PBPoolConfiguration.java 21 Dec 2005 22:25:00 -0000 1.3.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.3.2.1 +2 -5
db-ojb/src/java/org/apache/ojb/broker/core/PBFactoryIF.java
Index: PBFactoryIF.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/PBFactoryIF.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- PBFactoryIF.java 4 Apr 2004 23:53:33 -0000 1.3
+++ PBFactoryIF.java 21 Dec 2005 22:25:00 -0000 1.3.2.1
@@ -1,7 +1,6 @@
package org.apache.ojb.broker.core;
-
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
@@ -16,7 +15,6 @@
* limitations under the License.
*/
-
/**
* Interface for the service implementation of PBF used in jboss
* or other application server.
@@ -24,7 +22,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Armin Waibel</a>
* @version $Id$
*/
-
public interface PBFactoryIF
{
public static final String PBFACTORY_JNDI_NAME = "java:/ojb/PBAPI";
1.11.2.4 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerFactoryDefaultImpl.java
Index: PersistenceBrokerFactoryDefaultImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerFactoryDefaultImpl.java,v
retrieving revision 1.11.2.3
retrieving revision 1.11.2.4
diff -u -r1.11.2.3 -r1.11.2.4
--- PersistenceBrokerFactoryDefaultImpl.java 29 Sep 2005 17:24:31 -0000
1.11.2.3
+++ PersistenceBrokerFactoryDefaultImpl.java 21 Dec 2005 22:25:00 -0000
1.11.2.4
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.6.2.3 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerAbstractImpl.java
Index: PersistenceBrokerAbstractImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerAbstractImpl.java,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -r1.6.2.2 -r1.6.2.3
--- PersistenceBrokerAbstractImpl.java 15 Jun 2005 19:31:57 -0000
1.6.2.2
+++ PersistenceBrokerAbstractImpl.java 21 Dec 2005 22:25:00 -0000
1.6.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.17.2.17 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/QueryReferenceBroker.java
Index: QueryReferenceBroker.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/QueryReferenceBroker.java,v
retrieving revision 1.17.2.16
retrieving revision 1.17.2.17
diff -u -r1.17.2.16 -r1.17.2.17
--- QueryReferenceBroker.java 6 Dec 2005 15:18:49 -0000 1.17.2.16
+++ QueryReferenceBroker.java 21 Dec 2005 22:25:00 -0000 1.17.2.17
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.4.2.2 +6 -5
db-ojb/src/java/org/apache/ojb/broker/core/PoolablePersistenceBroker.java
Index: PoolablePersistenceBroker.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/PoolablePersistenceBroker.java,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- PoolablePersistenceBroker.java 7 May 2005 16:51:09 -0000 1.4.2.1
+++ PoolablePersistenceBroker.java 21 Dec 2005 22:25:01 -0000 1.4.2.2
@@ -1,10 +1,6 @@
package org.apache.ojb.broker.core;
-import org.apache.commons.pool.KeyedObjectPool;
-import org.apache.ojb.broker.PersistenceBrokerInternal;
-import org.apache.ojb.broker.util.logging.LoggerFactory;
-
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
@@ -18,6 +14,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+import org.apache.commons.pool.KeyedObjectPool;
+import org.apache.ojb.broker.PersistenceBrokerInternal;
+import org.apache.ojb.broker.util.logging.LoggerFactory;
+
public class PoolablePersistenceBroker extends DelegatingPersistenceBroker
{
private KeyedObjectPool pool;
1.2.2.5 +16 -1
db-ojb/src/java/org/apache/ojb/broker/core/IdentityFactoryImpl.java
Index: IdentityFactoryImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/IdentityFactoryImpl.java,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -u -r1.2.2.4 -r1.2.2.5
--- IdentityFactoryImpl.java 14 Dec 2005 12:19:51 -0000 1.2.2.4
+++ IdentityFactoryImpl.java 21 Dec 2005 22:25:01 -0000 1.2.2.5
@@ -1,5 +1,20 @@
package org.apache.ojb.broker.core;
+/* Copyright 2002-2005 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.
+ */
+
import java.util.Map;
import org.apache.ojb.broker.Identity;
1.4.2.1 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/NamingLocator.java
Index: NamingLocator.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/NamingLocator.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- NamingLocator.java 3 May 2004 23:06:55 -0000 1.4
+++ NamingLocator.java 21 Dec 2005 22:25:01 -0000 1.4.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.4.2.1 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/Attic/RsIteratorFactory.java
Index: RsIteratorFactory.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/Attic/RsIteratorFactory.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- RsIteratorFactory.java 4 Apr 2004 23:53:33 -0000 1.4
+++ RsIteratorFactory.java 21 Dec 2005 22:25:01 -0000 1.4.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.4.2.1 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/Attic/RsIteratorFactoryImpl.java
Index: RsIteratorFactoryImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/Attic/RsIteratorFactoryImpl.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- RsIteratorFactoryImpl.java 4 Apr 2004 23:53:33 -0000 1.4
+++ RsIteratorFactoryImpl.java 21 Dec 2005 22:25:01 -0000 1.4.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.6.2.3 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerThreadMapping.java
Index: PersistenceBrokerThreadMapping.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerThreadMapping.java,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -r1.6.2.2 -r1.6.2.3
--- PersistenceBrokerThreadMapping.java 24 Jul 2005 23:56:11 -0000
1.6.2.2
+++ PersistenceBrokerThreadMapping.java 21 Dec 2005 22:25:01 -0000
1.6.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.4.2.1 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/Attic/PersistenceBrokerFactoryFactory.java
Index: PersistenceBrokerFactoryFactory.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/Attic/PersistenceBrokerFactoryFactory.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- PersistenceBrokerFactoryFactory.java 4 Apr 2004 23:53:33 -0000
1.4
+++ PersistenceBrokerFactoryFactory.java 21 Dec 2005 22:25:01 -0000
1.4.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.7.2.3 +8 -7
db-ojb/src/java/org/apache/ojb/broker/core/ValueContainer.java
Index: ValueContainer.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/ValueContainer.java,v
retrieving revision 1.7.2.2
retrieving revision 1.7.2.3
diff -u -r1.7.2.2 -r1.7.2.3
--- ValueContainer.java 9 Apr 2005 23:09:14 -0000 1.7.2.2
+++ ValueContainer.java 21 Dec 2005 22:25:01 -0000 1.7.2.3
@@ -1,12 +1,6 @@
package org.apache.ojb.broker.core;
-import java.io.Serializable;
-
-import org.apache.ojb.broker.metadata.JdbcType;
-import org.apache.commons.lang.builder.EqualsBuilder;
-import org.apache.commons.lang.builder.HashCodeBuilder;
-
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
@@ -20,6 +14,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+import java.io.Serializable;
+
+import org.apache.ojb.broker.metadata.JdbcType;
+import org.apache.commons.lang.builder.EqualsBuilder;
+import org.apache.commons.lang.builder.HashCodeBuilder;
+
public final class ValueContainer implements Serializable
{
private static final long serialVersionUID = 3689069556052340793L;
1.4.2.3 +2 -5
db-ojb/src/java/org/apache/ojb/broker/core/Attic/PersistenceBrokerConfiguration.java
Index: PersistenceBrokerConfiguration.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/Attic/PersistenceBrokerConfiguration.java,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- PersistenceBrokerConfiguration.java 23 Jan 2005 03:07:32 -0000
1.4.2.2
+++ PersistenceBrokerConfiguration.java 21 Dec 2005 22:25:01 -0000
1.4.2.3
@@ -1,7 +1,6 @@
package org.apache.ojb.broker.core;
-
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
@@ -16,12 +15,10 @@
* limitations under the License.
*/
-
/**
* @author <a href="mailto:[EMAIL PROTECTED]">Thomas Mahler<a>
* @version $Id$
*/
-
public interface PersistenceBrokerConfiguration
{
public Class getObjectCacheClass();
1.4.2.1 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/Attic/ReportRsIteratorFactoryImpl.java
Index: ReportRsIteratorFactoryImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/Attic/ReportRsIteratorFactoryImpl.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- ReportRsIteratorFactoryImpl.java 4 Apr 2004 23:53:33 -0000 1.4
+++ ReportRsIteratorFactoryImpl.java 21 Dec 2005 22:25:01 -0000 1.4.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.6.2.3 +1 -1
db-ojb/src/java/org/apache/ojb/broker/core/Attic/PersistenceBrokerBean.java
Index: PersistenceBrokerBean.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/Attic/PersistenceBrokerBean.java,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -r1.6.2.2 -r1.6.2.3
--- PersistenceBrokerBean.java 9 Aug 2005 20:03:20 -0000 1.6.2.2
+++ PersistenceBrokerBean.java 21 Dec 2005 22:25:01 -0000 1.6.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.4.2.3 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerFactoryIF.java
Index: PersistenceBrokerFactoryIF.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerFactoryIF.java,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- PersistenceBrokerFactoryIF.java 24 Jul 2005 23:56:11 -0000 1.4.2.2
+++ PersistenceBrokerFactoryIF.java 21 Dec 2005 22:25:01 -0000 1.4.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
1.10.2.4 +5 -4
db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerHandle.java
Index: PersistenceBrokerHandle.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerHandle.java,v
retrieving revision 1.10.2.3
retrieving revision 1.10.2.4
diff -u -r1.10.2.3 -r1.10.2.4
--- PersistenceBrokerHandle.java 5 Sep 2005 23:37:26 -0000 1.10.2.3
+++ PersistenceBrokerHandle.java 21 Dec 2005 22:25:01 -0000 1.10.2.4
@@ -1,9 +1,6 @@
package org.apache.ojb.broker.core;
-import org.apache.ojb.broker.PersistenceBrokerException;
-import org.apache.ojb.broker.PersistenceBrokerInternal;
-
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
@@ -17,6 +14,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+import org.apache.ojb.broker.PersistenceBrokerException;
+import org.apache.ojb.broker.PersistenceBrokerInternal;
+
public class PersistenceBrokerHandle extends DelegatingPersistenceBroker
{
/**
1.5.2.1 +11 -10
db-ojb/src/java/org/apache/ojb/broker/core/Attic/PBPoolInfo.java
Index: PBPoolInfo.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/Attic/PBPoolInfo.java,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -r1.5 -r1.5.2.1
--- PBPoolInfo.java 4 Apr 2004 23:53:33 -0000 1.5
+++ PBPoolInfo.java 21 Dec 2005 22:25:01 -0000 1.5.2.1
@@ -1,15 +1,6 @@
package org.apache.ojb.broker.core;
-import org.apache.ojb.broker.util.configuration.Configurable;
-import org.apache.ojb.broker.util.configuration.Configuration;
-import org.apache.ojb.broker.util.configuration.ConfigurationException;
-import org.apache.ojb.broker.util.configuration.impl.OjbConfigurator;
-import org.apache.ojb.broker.util.logging.LoggerFactory;
-import org.apache.ojb.broker.util.pooling.PoolConfiguration;
-
-import java.util.Properties;
-
-/* Copyright 2003-2004 The Apache Software Foundation
+/* Copyright 2003-2005 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.
@@ -23,6 +14,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+import org.apache.ojb.broker.util.configuration.Configurable;
+import org.apache.ojb.broker.util.configuration.Configuration;
+import org.apache.ojb.broker.util.configuration.ConfigurationException;
+import org.apache.ojb.broker.util.configuration.impl.OjbConfigurator;
+import org.apache.ojb.broker.util.logging.LoggerFactory;
+import org.apache.ojb.broker.util.pooling.PoolConfiguration;
+
+import java.util.Properties;
+
public class PBPoolInfo extends PoolConfiguration implements Configurable
{
private static final long serialVersionUID = 3331426619896735439L;
1.7.2.8 +2 -2
db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerFactorySyncImpl.java
Index: PersistenceBrokerFactorySyncImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/core/PersistenceBrokerFactorySyncImpl.java,v
retrieving revision 1.7.2.7
retrieving revision 1.7.2.8
diff -u -r1.7.2.7 -r1.7.2.8
--- PersistenceBrokerFactorySyncImpl.java 29 Sep 2005 17:24:31 -0000
1.7.2.7
+++ PersistenceBrokerFactorySyncImpl.java 21 Dec 2005 22:25:01 -0000
1.7.2.8
@@ -1,6 +1,6 @@
package org.apache.ojb.broker.core;
-/* Copyright 2004-2004 The Apache Software Foundation
+/* Copyright 2004-2005 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]