You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2005/12/21 23:28:43 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/broker/util/ui AsciiSplash.java

tomdz       2005/12/21 14:28:43

  Modified:    src/java/org/apache/ojb/jdo Tag: OJB_1_0_RELEASE
                        PersistenceManagerFactoryImpl.java
                        JDOConstants.java ExtentImpl.java QueryImpl.java
                        PersistenceManagerImpl.java TransactionImpl.java
               src/java/org/apache/ojb/broker/util/sequence Tag:
                        OJB_1_0_RELEASE HighLowSequence.java
                        SequenceManagerHelper.java SequenceManager.java
                        SequenceManagerSeqHiLoImpl.java
                        SequenceManagerFactory.java
                        SequenceManagerNextValImpl.java
                        SequenceManagerMSSQLGuidImpl.java
                        SequenceManagerStoredProcedureImpl.java
                        SequenceManagerTransientImpl.java
                        SequenceManagerException.java
                        SequenceManagerInMemoryImpl.java
                        SequenceManagerNativeImpl.java
                        SequenceManagerHighLowImpl.java
                        AbstractSequenceManager.java
               src/java/org/apache/ojb/broker/util/pooling Tag:
                        OJB_1_0_RELEASE ByPassConnection.java
               src/java/org/apache/ojb/broker/util/ui Tag: OJB_1_0_RELEASE
                        AsciiSplash.java
  Log:
  Updated license
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.5.2.2   +1 -1      db-ojb/src/java/org/apache/ojb/jdo/PersistenceManagerFactoryImpl.java
  
  Index: PersistenceManagerFactoryImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/PersistenceManagerFactoryImpl.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- PersistenceManagerFactoryImpl.java	7 Jun 2005 17:27:05 -0000	1.5.2.1
  +++ PersistenceManagerFactoryImpl.java	21 Dec 2005 22:28:40 -0000	1.5.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.jdo;
   
  -/* 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   +3 -3      db-ojb/src/java/org/apache/ojb/jdo/JDOConstants.java
  
  Index: JDOConstants.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/JDOConstants.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- JDOConstants.java	4 Apr 2004 23:53:38 -0000	1.3
  +++ JDOConstants.java	21 Dec 2005 22:28:40 -0000	1.3.2.1
  @@ -1,4 +1,6 @@
  -/* Copyright 2003-2004 The Apache Software Foundation
  +package org.apache.ojb.jdo;
  +
  +/* 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.
  @@ -12,12 +14,10 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -package org.apache.ojb.jdo;
   
   /**
    * @author <a href="mailto:mattbaird@yahoo.com">Matthew Baird</a>
    */
  -
   public interface JDOConstants
   {
   	public static final String PERSISTENCE_MANAGER_FACTORY_CLASS = "javax.jdo.PersistenceManagerFactoryClass";
  
  
  
  1.9.2.1   +2 -2      db-ojb/src/java/org/apache/ojb/jdo/ExtentImpl.java
  
  Index: ExtentImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/ExtentImpl.java,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- ExtentImpl.java	22 May 2004 11:28:47 -0000	1.9
  +++ ExtentImpl.java	21 Dec 2005 22:28:40 -0000	1.9.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.jdo;
   
  -/* 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.1  +1 -1      db-ojb/src/java/org/apache/ojb/jdo/QueryImpl.java
  
  Index: QueryImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/QueryImpl.java,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -r1.10 -r1.10.2.1
  --- QueryImpl.java	23 May 2004 12:04:01 -0000	1.10
  +++ QueryImpl.java	21 Dec 2005 22:28:40 -0000	1.10.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.jdo;
   
  -/* 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.13.2.2  +3 -3      db-ojb/src/java/org/apache/ojb/jdo/PersistenceManagerImpl.java
  
  Index: PersistenceManagerImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/PersistenceManagerImpl.java,v
  retrieving revision 1.13.2.1
  retrieving revision 1.13.2.2
  diff -u -r1.13.2.1 -r1.13.2.2
  --- PersistenceManagerImpl.java	16 Aug 2005 15:04:39 -0000	1.13.2.1
  +++ PersistenceManagerImpl.java	21 Dec 2005 22:28:40 -0000	1.13.2.2
  @@ -1,4 +1,6 @@
  -/* Copyright 2003-2004 The Apache Software Foundation
  +package org.apache.ojb.jdo;
  +
  +/* 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.
  @@ -12,7 +14,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -package org.apache.ojb.jdo;
   
   import java.util.Collection;
   import java.util.Iterator;
  @@ -42,7 +43,6 @@
    * @author <a href="mailto:mattbaird@yahoo.com">Matthew Baird</a>
    * @author <a href="mailto:brianm@apache.org">Brian McCallister</a>
    */
  -
   public class PersistenceManagerImpl implements PersistenceManager
   {
       private OTMConnection m_conn;
  
  
  
  1.7.2.1   +2 -3      db-ojb/src/java/org/apache/ojb/jdo/TransactionImpl.java
  
  Index: TransactionImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/TransactionImpl.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- TransactionImpl.java	3 May 2004 00:12:02 -0000	1.7
  +++ TransactionImpl.java	21 Dec 2005 22:28:40 -0000	1.7.2.1
  @@ -1,5 +1,6 @@
  +package org.apache.ojb.jdo;
   
  -/* 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.
  @@ -13,7 +14,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -package org.apache.ojb.jdo;
   
   import org.apache.ojb.otm.OTMKit;
   import org.apache.ojb.otm.OTMConnection;
  @@ -28,7 +28,6 @@
    * @author <a href="mailto:mattbaird@yahoo.com">Matthew Baird</a>
    * @author <a href="mailto:brianm@apache.org">Brian McCallister</a>
    */
  -
   public class TransactionImpl implements Transaction
   {
   	private PersistenceManager m_pm;
  
  
  
  No                   revision
  No                   revision
  1.11.2.2  +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/HighLowSequence.java
  
  Index: HighLowSequence.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/HighLowSequence.java,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -r1.11.2.1 -r1.11.2.2
  --- HighLowSequence.java	22 Apr 2005 16:44:14 -0000	1.11.2.1
  +++ HighLowSequence.java	21 Dec 2005 22:28:41 -0000	1.11.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  
  
  
  1.17.2.8  +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerHelper.java
  
  Index: SequenceManagerHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerHelper.java,v
  retrieving revision 1.17.2.7
  retrieving revision 1.17.2.8
  diff -u -r1.17.2.7 -r1.17.2.8
  --- SequenceManagerHelper.java	9 Oct 2005 16:51:26 -0000	1.17.2.7
  +++ SequenceManagerHelper.java	21 Dec 2005 22:28:41 -0000	1.17.2.8
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  
  
  
  1.10.2.6  +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManager.java
  
  Index: SequenceManager.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManager.java,v
  retrieving revision 1.10.2.5
  retrieving revision 1.10.2.6
  diff -u -r1.10.2.5 -r1.10.2.6
  --- SequenceManager.java	22 Aug 2005 15:27:29 -0000	1.10.2.5
  +++ SequenceManager.java	21 Dec 2005 22:28:41 -0000	1.10.2.6
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  
  
  
  1.9.2.1   +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerSeqHiLoImpl.java
  
  Index: SequenceManagerSeqHiLoImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerSeqHiLoImpl.java,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- SequenceManagerSeqHiLoImpl.java	4 Apr 2004 23:53:38 -0000	1.9
  +++ SequenceManagerSeqHiLoImpl.java	21 Dec 2005 22:28:41 -0000	1.9.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* 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.1   +1 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/Attic/SequenceManagerFactory.java
  
  Index: SequenceManagerFactory.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/Attic/SequenceManagerFactory.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- SequenceManagerFactory.java	4 Apr 2004 23:53:38 -0000	1.7
  +++ SequenceManagerFactory.java	21 Dec 2005 22:28:41 -0000	1.7.2.1
  @@ -1,7 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  
  
  
  1.17.2.4  +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerNextValImpl.java
  
  Index: SequenceManagerNextValImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerNextValImpl.java,v
  retrieving revision 1.17.2.3
  retrieving revision 1.17.2.4
  diff -u -r1.17.2.3 -r1.17.2.4
  --- SequenceManagerNextValImpl.java	26 Nov 2005 02:21:11 -0000	1.17.2.3
  +++ SequenceManagerNextValImpl.java	21 Dec 2005 22:28:41 -0000	1.17.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  
  
  
  1.4.2.2   +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerMSSQLGuidImpl.java
  
  Index: SequenceManagerMSSQLGuidImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerMSSQLGuidImpl.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- SequenceManagerMSSQLGuidImpl.java	10 Mar 2005 17:55:31 -0000	1.4.2.1
  +++ SequenceManagerMSSQLGuidImpl.java	21 Dec 2005 22:28:41 -0000	1.4.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* 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.11.2.2  +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerStoredProcedureImpl.java
  
  Index: SequenceManagerStoredProcedureImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerStoredProcedureImpl.java,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -r1.11.2.1 -r1.11.2.2
  --- SequenceManagerStoredProcedureImpl.java	10 Nov 2005 01:03:51 -0000	1.11.2.1
  +++ SequenceManagerStoredProcedureImpl.java	21 Dec 2005 22:28:41 -0000	1.11.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* 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.1.2.3   +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/Attic/SequenceManagerTransientImpl.java
  
  Index: SequenceManagerTransientImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/Attic/SequenceManagerTransientImpl.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- SequenceManagerTransientImpl.java	14 Dec 2005 12:19:51 -0000	1.1.2.2
  +++ SequenceManagerTransientImpl.java	21 Dec 2005 22:28:41 -0000	1.1.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  
  
  
  1.4.2.1   +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerException.java
  
  Index: SequenceManagerException.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerException.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- SequenceManagerException.java	11 May 2004 17:19:40 -0000	1.4
  +++ SequenceManagerException.java	21 Dec 2005 22:28:41 -0000	1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  
  
  
  1.14.2.3  +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerInMemoryImpl.java
  
  Index: SequenceManagerInMemoryImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerInMemoryImpl.java,v
  retrieving revision 1.14.2.2
  retrieving revision 1.14.2.3
  diff -u -r1.14.2.2 -r1.14.2.3
  --- SequenceManagerInMemoryImpl.java	16 Aug 2005 20:11:19 -0000	1.14.2.2
  +++ SequenceManagerInMemoryImpl.java	21 Dec 2005 22:28:41 -0000	1.14.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  
  
  
  1.18.2.4  +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerNativeImpl.java
  
  Index: SequenceManagerNativeImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerNativeImpl.java,v
  retrieving revision 1.18.2.3
  retrieving revision 1.18.2.4
  diff -u -r1.18.2.3 -r1.18.2.4
  --- SequenceManagerNativeImpl.java	26 Nov 2004 19:32:31 -0000	1.18.2.3
  +++ SequenceManagerNativeImpl.java	21 Dec 2005 22:28:41 -0000	1.18.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* 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.29.2.5  +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerHighLowImpl.java
  
  Index: SequenceManagerHighLowImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/SequenceManagerHighLowImpl.java,v
  retrieving revision 1.29.2.4
  retrieving revision 1.29.2.5
  diff -u -r1.29.2.4 -r1.29.2.5
  --- SequenceManagerHighLowImpl.java	10 Oct 2005 00:35:43 -0000	1.29.2.4
  +++ SequenceManagerHighLowImpl.java	21 Dec 2005 22:28:41 -0000	1.29.2.5
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  
  
  
  1.17.2.3  +2 -2      db-ojb/src/java/org/apache/ojb/broker/util/sequence/AbstractSequenceManager.java
  
  Index: AbstractSequenceManager.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/sequence/AbstractSequenceManager.java,v
  retrieving revision 1.17.2.2
  retrieving revision 1.17.2.3
  diff -u -r1.17.2.2 -r1.17.2.3
  --- AbstractSequenceManager.java	16 Aug 2005 20:11:19 -0000	1.17.2.2
  +++ AbstractSequenceManager.java	21 Dec 2005 22:28:41 -0000	1.17.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.util.sequence;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  
  
  
  No                   revision
  No                   revision
  1.9.2.3   +8 -8      db-ojb/src/java/org/apache/ojb/broker/util/pooling/ByPassConnection.java
  
  Index: ByPassConnection.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/pooling/ByPassConnection.java,v
  retrieving revision 1.9.2.2
  retrieving revision 1.9.2.3
  diff -u -r1.9.2.2 -r1.9.2.3
  --- ByPassConnection.java	27 Nov 2004 23:46:32 -0000	1.9.2.2
  +++ ByPassConnection.java	21 Dec 2005 22:28:42 -0000	1.9.2.3
  @@ -1,13 +1,6 @@
   package org.apache.ojb.broker.util.pooling;
   
  -import org.apache.ojb.broker.util.logging.Logger;
  -import org.apache.ojb.broker.util.logging.LoggerFactory;
  -import org.apache.ojb.broker.util.WrappedConnection;
  -
  -import java.sql.Connection;
  -import java.sql.SQLException;
  -
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  @@ -22,6 +15,13 @@
    * limitations under the License.
    */
   
  +import org.apache.ojb.broker.util.logging.Logger;
  +import org.apache.ojb.broker.util.logging.LoggerFactory;
  +import org.apache.ojb.broker.util.WrappedConnection;
  +
  +import java.sql.Connection;
  +import java.sql.SQLException;
  +
   /**
    * Simple wrapper for connections that make some methods to no-op for
    * use in managed environments.
  
  
  
  No                   revision
  No                   revision
  1.5.2.1   +4 -3      db-ojb/src/java/org/apache/ojb/broker/util/ui/AsciiSplash.java
  
  Index: AsciiSplash.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/util/ui/AsciiSplash.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- AsciiSplash.java	4 Apr 2004 23:53:38 -0000	1.5
  +++ AsciiSplash.java	21 Dec 2005 22:28:42 -0000	1.5.2.1
  @@ -1,8 +1,6 @@
   package org.apache.ojb.broker.util.ui;
   
  -import org.apache.ojb.broker.util.Version;
  -
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* 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.
  @@ -16,6 +14,9 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  +
  +import org.apache.ojb.broker.util.Version;
  +
   public class AsciiSplash
   {
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org