tomdz 2005/12/21 14:29:24
Modified: src/java/org/apache/ojb/odmg Tag: OJB_1_0_RELEASE
TransactionAbortedExceptionOJB.java
JTATxManager.java TxManagerFactory.java
TransactionExt.java OJBTxManager.java Image.java
ImplementationJTAImpl.java
ObjectEnvelopeOrdering.java OJB.java OJBJ2EE_2.java
DatabaseImpl.java NarrowTransaction.java
OdmgConfiguration.java ObjectEnvelopeTable.java
TransactionAware.java HasBroker.java
ImplementationExt.java LocalTxManager.java
PBCapsule.java ImplementationImpl.java
TransactionImpl.java NamedRootsMap.java
ObjectEnvelope.java J2EETransactionImpl.java
TxUtil.java RuntimeObject.java ODMGJ2EEFactory.java
src/java/org/apache/ojb/jdo/jdoql Tag: OJB_1_0_RELEASE
LocalVariable.java Import.java
BinaryExpression.java Type.java Literal.java
FieldAccess.java PostfixExpression.java
NameExpression.java Visitor.java
ThisExpression.java VisitorBase.java
Expression.java QueryTreeNode.java Acceptor.java
QueryTreeResolver.java NullLiteral.java
Ordering.java ASTWithPositionInfo.java
TypeAccess.java MethodInvocation.java
UnaryExpression.java LocalVariableAccess.java
QueryParsingHelper.java
src/java/org/apache/ojb/jdo/spi Tag: OJB_1_0_RELEASE
StateManagerImpl.java
Log:
Updated license
Revision Changes Path
No revision
No revision
1.4.2.3 +1 -1
db-ojb/src/java/org/apache/ojb/odmg/TransactionAbortedExceptionOJB.java
Index: TransactionAbortedExceptionOJB.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/TransactionAbortedExceptionOJB.java,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -r1.4.2.2 -r1.4.2.3
--- TransactionAbortedExceptionOJB.java 3 May 2005 17:09:04 -0000
1.4.2.2
+++ TransactionAbortedExceptionOJB.java 21 Dec 2005 22:29:21 -0000
1.4.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.8.2.3 +1 -1 db-ojb/src/java/org/apache/ojb/odmg/JTATxManager.java
Index: JTATxManager.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/JTATxManager.java,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -r1.8.2.2 -r1.8.2.3
--- JTATxManager.java 25 Jul 2005 00:02:14 -0000 1.8.2.2
+++ JTATxManager.java 21 Dec 2005 22:29:21 -0000 1.8.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.6.2.1 +2 -2
db-ojb/src/java/org/apache/ojb/odmg/Attic/TxManagerFactory.java
Index: TxManagerFactory.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/Attic/TxManagerFactory.java,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- TxManagerFactory.java 17 May 2004 12:41:52 -0000 1.6
+++ TxManagerFactory.java 21 Dec 2005 22:29:21 -0000 1.6.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.8 +5 -5 db-ojb/src/java/org/apache/ojb/odmg/TransactionExt.java
Index: TransactionExt.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/TransactionExt.java,v
retrieving revision 1.4.2.7
retrieving revision 1.4.2.8
diff -u -r1.4.2.7 -r1.4.2.8
--- TransactionExt.java 27 Oct 2005 18:09:55 -0000 1.4.2.7
+++ TransactionExt.java 21 Dec 2005 22:29:21 -0000 1.4.2.8
@@ -1,9 +1,6 @@
package org.apache.ojb.odmg;
-import org.odmg.Transaction;
-import org.apache.ojb.broker.Identity;
-
-/* 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 +15,9 @@
* limitations under the License.
*/
+import org.odmg.Transaction;
+import org.apache.ojb.broker.Identity;
+
/**
* Offers useful none odmg-standard methods of the odmg [EMAIL PROTECTED]
org.odmg.Transaction} interface.
* <p>
1.6.2.1 +3 -2 db-ojb/src/java/org/apache/ojb/odmg/OJBTxManager.java
Index: OJBTxManager.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/OJBTxManager.java,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- OJBTxManager.java 3 May 2004 23:05:56 -0000 1.6
+++ OJBTxManager.java 21 Dec 2005 22:29:21 -0000 1.6.2.1
@@ -1,5 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.1.2.2 +2 -2 db-ojb/src/java/org/apache/ojb/odmg/Attic/Image.java
Index: Image.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/Attic/Image.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- Image.java 13 Dec 2005 18:21:24 -0000 1.1.2.1
+++ Image.java 21 Dec 2005 22:29:21 -0000 1.1.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.2.2.3 +2 -2
db-ojb/src/java/org/apache/ojb/odmg/ImplementationJTAImpl.java
Index: ImplementationJTAImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/ImplementationJTAImpl.java,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- ImplementationJTAImpl.java 27 Nov 2004 23:46:07 -0000 1.2.2.2
+++ ImplementationJTAImpl.java 21 Dec 2005 22:29:21 -0000 1.2.2.3
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.1.2.9 +2 -2
db-ojb/src/java/org/apache/ojb/odmg/ObjectEnvelopeOrdering.java
Index: ObjectEnvelopeOrdering.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/ObjectEnvelopeOrdering.java,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -r1.1.2.8 -r1.1.2.9
--- ObjectEnvelopeOrdering.java 4 Dec 2005 02:22:43 -0000 1.1.2.8
+++ ObjectEnvelopeOrdering.java 21 Dec 2005 22:29:21 -0000 1.1.2.9
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.2 +2 -2 db-ojb/src/java/org/apache/ojb/odmg/OJB.java
Index: OJB.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/OJB.java,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -r1.17.2.1 -r1.17.2.2
--- OJB.java 23 Mar 2005 16:56:29 -0000 1.17.2.1
+++ OJB.java 21 Dec 2005 22:29:21 -0000 1.17.2.2
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.12.2.1 +2 -2 db-ojb/src/java/org/apache/ojb/odmg/OJBJ2EE_2.java
Index: OJBJ2EE_2.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/OJBJ2EE_2.java,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -r1.12 -r1.12.2.1
--- OJBJ2EE_2.java 17 May 2004 12:41:52 -0000 1.12
+++ OJBJ2EE_2.java 21 Dec 2005 22:29:21 -0000 1.12.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.26.2.9 +2 -2 db-ojb/src/java/org/apache/ojb/odmg/DatabaseImpl.java
Index: DatabaseImpl.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/DatabaseImpl.java,v
retrieving revision 1.26.2.8
retrieving revision 1.26.2.9
diff -u -r1.26.2.8 -r1.26.2.9
--- DatabaseImpl.java 27 Oct 2005 18:19:06 -0000 1.26.2.8
+++ DatabaseImpl.java 21 Dec 2005 22:29:21 -0000 1.26.2.9
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.8 +6 -6
db-ojb/src/java/org/apache/ojb/odmg/NarrowTransaction.java
Index: NarrowTransaction.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/NarrowTransaction.java,v
retrieving revision 1.10.2.7
retrieving revision 1.10.2.8
diff -u -r1.10.2.7 -r1.10.2.8
--- NarrowTransaction.java 27 Oct 2005 18:19:06 -0000 1.10.2.7
+++ NarrowTransaction.java 21 Dec 2005 22:29:21 -0000 1.10.2.8
@@ -1,11 +1,6 @@
package org.apache.ojb.odmg;
-import org.odmg.LockNotGrantedException;
-import org.apache.ojb.broker.PersistenceBroker;
-import org.apache.ojb.broker.Identity;
-import org.apache.ojb.broker.PersistenceBrokerException;
-
-/* 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.
@@ -20,6 +15,11 @@
* limitations under the License.
*/
+import org.odmg.LockNotGrantedException;
+import org.apache.ojb.broker.PersistenceBroker;
+import org.apache.ojb.broker.Identity;
+import org.apache.ojb.broker.PersistenceBrokerException;
+
/**
* Wraps [EMAIL PROTECTED] org.odmg.Transaction} in managed environments.
*
1.8.2.1 +2 -2
db-ojb/src/java/org/apache/ojb/odmg/Attic/OdmgConfiguration.java
Index: OdmgConfiguration.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/Attic/OdmgConfiguration.java,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -r1.8 -r1.8.2.1
--- OdmgConfiguration.java 4 Apr 2004 23:53:38 -0000 1.8
+++ OdmgConfiguration.java 21 Dec 2005 22:29:21 -0000 1.8.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.32.2.27 +1 -1
db-ojb/src/java/org/apache/ojb/odmg/ObjectEnvelopeTable.java
Index: ObjectEnvelopeTable.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/ObjectEnvelopeTable.java,v
retrieving revision 1.32.2.26
retrieving revision 1.32.2.27
diff -u -r1.32.2.26 -r1.32.2.27
--- ObjectEnvelopeTable.java 13 Dec 2005 18:21:24 -0000 1.32.2.26
+++ ObjectEnvelopeTable.java 21 Dec 2005 22:29:21 -0000 1.32.2.27
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.6.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/odmg/TransactionAware.java
Index: TransactionAware.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/TransactionAware.java,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- TransactionAware.java 5 Apr 2004 12:16:16 -0000 1.6
+++ TransactionAware.java 21 Dec 2005 22:29:21 -0000 1.6.2.1
@@ -1 +1 @@
-package org.apache.ojb.odmg;
/* Copyright 2002-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.
*/
import java.io.Serializable;
/**
*
* TransactionAware is an interface that can be implemented
* to provide hooks into the Transaction interface provided
* by ObJectRelationalBridge.
* Only objects which have a write lock acquired on them can
* participate in a transaction.
* To kill a transaction, implement beforeCommit() and thro
w
* a TransactionAbortedException. This will force the entire
* transaction to rollback.
*
* To rebuild an object after a rollback use the afterAbort()
* call. This is a good place to populate transient or other
* variables.
*
* beforeAbort and afterCommit are there for informational
* purposes.
*
* Here are some common ways you can expect this interface
* to be called:
*
* Sucessful commit:
* beforeCommit()
* afterCommit()
*
* Transaction Failure (1):
* beforeCommit()
* beforeAbort()
* afterAbort()
*
* Transaction Failure (2):
* beforeAbort()
* afterAbort()
*
* Commits and Aborts aren't directly provided to TransactionAware classes.
* The idea is that Transactions are difficult to handle, and most of it
* will be handled by ObjectSnapshot. However, you use TransactionAware
* to do one of two things, kill a transaction from happening, and clean
* up after a rollback.
*
* @version $Id$
*/
public interface TransactionAware extends Serializa
ble
{
static final long serialVersionUID = 3690863289834166023L; /**
*
* beforeCommit will give an object a chance to kill a
* transaction before it is committed.
* To kill a transaction, throw a new TransactionAbortedException.
*
*/
public void beforeCommit() throws org.odmg.TransactionAbortedException;
/**
*
* afterCommit is called only after a successful commit has taken
* place.
*
*/
public void afterCommit();
/**
*
* beforeAbort is called before a transaction is aborted.
*
*/
public void beforeAbort();
/**
*
* afterAbort will be called after a transaction has been aborted.
* The values of fields which get persisted will have changed to
* what they were at the begining of the transaction. This method
* should be overridden to reset any transient or non-persistent
* fields.
*
*/
public void afterAbort();
}
+package org.apache.ojb.odmg;
/* 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.io.Serializable;
/**
*
* TransactionAware is an interface that can be implemented
* to provide hooks into the Transaction interface provided
* by ObJectRelationalBridge.
* Only objects which have a write lock acquired on them can
* participate in a transaction.
* To kill a transaction, implement beforeCommit() and thro
w
* a TransactionAbortedException. This will force the entire
* transaction to rollback.
*
* To rebuild an object after a rollback use the afterAbort()
* call. This is a good place to populate transient or other
* variables.
*
* beforeAbort and afterCommit are there for informational
* purposes.
*
* Here are some common ways you can expect this interface
* to be called:
*
* Sucessful commit:
* beforeCommit()
* afterCommit()
*
* Transaction Failure (1):
* beforeCommit()
* beforeAbort()
* afterAbort()
*
* Transaction Failure (2):
* beforeAbort()
* afterAbort()
*
* Commits and Aborts aren't directly provided to TransactionAware classes.
* The idea is that Transactions are difficult to handle, and most of it
* will be handled by ObjectSnapshot. However, you use TransactionAware
* to do one of two things, kill a transaction from happening, and clean
* up after a rollback.
*
* @version $Id$
*/
public interface TransactionAware extends Serializa
ble
{
static final long serialVersionUID = 3690863289834166023L; /**
*
* beforeCommit will give an object a chance to kill a
* transaction before it is committed.
* To kill a transaction, throw a new TransactionAbortedException.
*
*/
public void beforeCommit() throws org.odmg.TransactionAbortedException;
/**
*
* afterCommit is called only after a successful commit has taken
* place.
*
*/
public void afterCommit();
/**
*
* beforeAbort is called before a transaction is aborted.
*
*/
public void beforeAbort();
/**
*
* afterAbort will be called after a transaction has been aborted.
* The values of fields which get persisted will have changed to
* what they were at the begining of the transaction. This method
* should be overridden to reset any transient or non-persistent
* fields.
*
*/
public void afterAbort();
}
1.5.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/odmg/HasBroker.java
Index: HasBroker.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/HasBroker.java,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -r1.5 -r1.5.2.1
--- HasBroker.java 5 Apr 2004 12:16:16 -0000 1.5
+++ HasBroker.java 21 Dec 2005 22:29:21 -0000 1.5.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.1.2.6 +4 -4
db-ojb/src/java/org/apache/ojb/odmg/ImplementationExt.java
Index: ImplementationExt.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/ImplementationExt.java,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -r1.1.2.5 -r1.1.2.6
--- ImplementationExt.java 27 Oct 2005 18:19:06 -0000 1.1.2.5
+++ ImplementationExt.java 21 Dec 2005 22:29:21 -0000 1.1.2.6
@@ -1,8 +1,6 @@
package org.apache.ojb.odmg;
-import org.odmg.Implementation;
-
-/* 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.
@@ -17,6 +15,8 @@
* limitations under the License.
*/
+import org.odmg.Implementation;
+
/**
* Offers useful none odmg-standard methods of the odmg [EMAIL PROTECTED]
org.odmg.Implementation} interface.
* <p>
1.5.2.5 +2 -2 db-ojb/src/java/org/apache/ojb/odmg/LocalTxManager.java
Index: LocalTxManager.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/LocalTxManager.java,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -u -r1.5.2.4 -r1.5.2.5
--- LocalTxManager.java 16 Aug 2005 15:11:33 -0000 1.5.2.4
+++ LocalTxManager.java 21 Dec 2005 22:29:21 -0000 1.5.2.5
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.6.2.1 +11 -10 db-ojb/src/java/org/apache/ojb/odmg/PBCapsule.java
Index: PBCapsule.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/PBCapsule.java,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- PBCapsule.java 4 Apr 2004 23:53:38 -0000 1.6
+++ PBCapsule.java 21 Dec 2005 22:29:21 -0000 1.6.2.1
@@ -1,15 +1,6 @@
package org.apache.ojb.odmg;
-import org.apache.ojb.broker.OJBRuntimeException;
-import org.apache.ojb.broker.PBFactoryException;
-import org.apache.ojb.broker.PBKey;
-import org.apache.ojb.broker.PersistenceBroker;
-import org.apache.ojb.broker.PersistenceBrokerFactory;
-import org.apache.ojb.broker.util.logging.Logger;
-import org.apache.ojb.broker.util.logging.LoggerFactory;
-import org.odmg.Transaction;
-
-/* 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.
@@ -23,6 +14,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+import org.apache.ojb.broker.OJBRuntimeException;
+import org.apache.ojb.broker.PBFactoryException;
+import org.apache.ojb.broker.PBKey;
+import org.apache.ojb.broker.PersistenceBroker;
+import org.apache.ojb.broker.PersistenceBrokerFactory;
+import org.apache.ojb.broker.util.logging.Logger;
+import org.apache.ojb.broker.util.logging.LoggerFactory;
+import org.odmg.Transaction;
+
public final class PBCapsule
{
private static Logger log = LoggerFactory.getLogger(PBCapsule.class);
1.1.2.12 +2 -2
db-ojb/src/java/org/apache/ojb/odmg/ImplementationImpl.java
Index: ImplementationImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/ImplementationImpl.java,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -r1.1.2.11 -r1.1.2.12
--- ImplementationImpl.java 27 Oct 2005 18:19:06 -0000 1.1.2.11
+++ ImplementationImpl.java 21 Dec 2005 22:29:21 -0000 1.1.2.12
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.59.2.25 +2 -2 db-ojb/src/java/org/apache/ojb/odmg/TransactionImpl.java
Index: TransactionImpl.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/TransactionImpl.java,v
retrieving revision 1.59.2.24
retrieving revision 1.59.2.25
diff -u -r1.59.2.24 -r1.59.2.25
--- TransactionImpl.java 15 Dec 2005 02:15:17 -0000 1.59.2.24
+++ TransactionImpl.java 21 Dec 2005 22:29:21 -0000 1.59.2.25
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.12.2.5 +2 -2 db-ojb/src/java/org/apache/ojb/odmg/NamedRootsMap.java
Index: NamedRootsMap.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/NamedRootsMap.java,v
retrieving revision 1.12.2.4
retrieving revision 1.12.2.5
diff -u -r1.12.2.4 -r1.12.2.5
--- NamedRootsMap.java 10 Oct 2005 00:35:43 -0000 1.12.2.4
+++ NamedRootsMap.java 21 Dec 2005 22:29:21 -0000 1.12.2.5
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.32.2.21 +1 -1 db-ojb/src/java/org/apache/ojb/odmg/ObjectEnvelope.java
Index: ObjectEnvelope.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/ObjectEnvelope.java,v
retrieving revision 1.32.2.20
retrieving revision 1.32.2.21
diff -u -r1.32.2.20 -r1.32.2.21
--- ObjectEnvelope.java 13 Dec 2005 18:21:24 -0000 1.32.2.20
+++ ObjectEnvelope.java 21 Dec 2005 22:29:21 -0000 1.32.2.21
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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.25.2.7 +2 -2
db-ojb/src/java/org/apache/ojb/odmg/J2EETransactionImpl.java
Index: J2EETransactionImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/odmg/J2EETransactionImpl.java,v
retrieving revision 1.25.2.6
retrieving revision 1.25.2.7
diff -u -r1.25.2.6 -r1.25.2.7
--- J2EETransactionImpl.java 3 Apr 2005 02:59:48 -0000 1.25.2.6
+++ J2EETransactionImpl.java 21 Dec 2005 22:29:21 -0000 1.25.2.7
@@ -1,6 +1,6 @@
package org.apache.ojb.odmg;
-/* 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 +4 -3 db-ojb/src/java/org/apache/ojb/odmg/TxUtil.java
Index: TxUtil.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/TxUtil.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- TxUtil.java 4 Apr 2004 23:53:39 -0000 1.4
+++ TxUtil.java 21 Dec 2005 22:29:21 -0000 1.4.2.1
@@ -1,8 +1,6 @@
package org.apache.ojb.odmg;
-import javax.transaction.Status;
-
-/* 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 javax.transaction.Status;
+
public class TxUtil
{
public static String getStatusString(int status)
1.1.2.7 +8 -8 db-ojb/src/java/org/apache/ojb/odmg/RuntimeObject.java
Index: RuntimeObject.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/RuntimeObject.java,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -r1.1.2.6 -r1.1.2.7
--- RuntimeObject.java 13 Dec 2005 18:21:24 -0000 1.1.2.6
+++ RuntimeObject.java 21 Dec 2005 22:29:21 -0000 1.1.2.7
@@ -1,12 +1,6 @@
package org.apache.ojb.odmg;
-import org.apache.ojb.broker.Identity;
-import org.apache.ojb.broker.core.proxy.IndirectionHandler;
-import org.apache.ojb.broker.core.proxy.ProxyHelper;
-import org.apache.ojb.broker.metadata.ClassDescriptor;
-import org.apache.commons.lang.builder.ToStringBuilder;
-
-/* 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.
@@ -21,6 +15,12 @@
* limitations under the License.
*/
+import org.apache.ojb.broker.Identity;
+import org.apache.ojb.broker.core.proxy.IndirectionHandler;
+import org.apache.ojb.broker.core.proxy.ProxyHelper;
+import org.apache.ojb.broker.metadata.ClassDescriptor;
+import org.apache.commons.lang.builder.ToStringBuilder;
+
/**
* Helper object encapsulates common used object properties/states, help to
reduce
* needless metadata calls.
1.6.2.1 +1 -2 db-ojb/src/java/org/apache/ojb/odmg/ODMGJ2EEFactory.java
Index: ODMGJ2EEFactory.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/odmg/ODMGJ2EEFactory.java,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- ODMGJ2EEFactory.java 4 Apr 2004 23:53:38 -0000 1.6
+++ ODMGJ2EEFactory.java 21 Dec 2005 22:29:21 -0000 1.6.2.1
@@ -1,7 +1,6 @@
-
package org.apache.ojb.odmg;
-/* 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.2.2.1 +1 -1
db-ojb/src/java/org/apache/ojb/jdo/jdoql/LocalVariable.java
Index: LocalVariable.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/LocalVariable.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- LocalVariable.java 16 May 2004 22:15:46 -0000 1.2
+++ LocalVariable.java 21 Dec 2005 22:29:23 -0000 1.2.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.2.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/jdo/jdoql/Import.java
Index: Import.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/Import.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- Import.java 16 May 2004 22:15:46 -0000 1.2
+++ Import.java 21 Dec 2005 22:29:23 -0000 1.2.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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 +1 -1
db-ojb/src/java/org/apache/ojb/jdo/jdoql/BinaryExpression.java
Index: BinaryExpression.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/BinaryExpression.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- BinaryExpression.java 23 May 2004 12:02:29 -0000 1.4
+++ BinaryExpression.java 21 Dec 2005 22:29:23 -0000 1.4.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.2 +3 -3 db-ojb/src/java/org/apache/ojb/jdo/jdoql/Type.java
Index: Type.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/Type.java,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- Type.java 11 Mar 2005 11:27:51 -0000 1.3.2.1
+++ Type.java 21 Dec 2005 22:29:23 -0000 1.3.2.2
@@ -1,8 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-import org.apache.ojb.broker.util.ClassHelper;
-
-/* 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 +15,8 @@
* limitations under the License.
*/
+import org.apache.ojb.broker.util.ClassHelper;
+
/**
* Encapsulates a type, either primitive or reference.
*
1.3.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/jdo/jdoql/Literal.java
Index: Literal.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/Literal.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- Literal.java 23 May 2004 12:02:29 -0000 1.3
+++ Literal.java 21 Dec 2005 22:29:23 -0000 1.3.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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 +1 -1 db-ojb/src/java/org/apache/ojb/jdo/jdoql/FieldAccess.java
Index: FieldAccess.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/FieldAccess.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- FieldAccess.java 23 May 2004 12:02:29 -0000 1.4
+++ FieldAccess.java 21 Dec 2005 22:29:23 -0000 1.4.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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/jdo/jdoql/PostfixExpression.java
Index: PostfixExpression.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/PostfixExpression.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- PostfixExpression.java 23 May 2004 12:02:29 -0000 1.3
+++ PostfixExpression.java 21 Dec 2005 22:29:23 -0000 1.3.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.2.2.1 +1 -1
db-ojb/src/java/org/apache/ojb/jdo/jdoql/NameExpression.java
Index: NameExpression.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/NameExpression.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- NameExpression.java 23 May 2004 12:02:29 -0000 1.2
+++ NameExpression.java 21 Dec 2005 22:29:23 -0000 1.2.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.1 +3 -3 db-ojb/src/java/org/apache/ojb/jdo/jdoql/Visitor.java
Index: Visitor.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/Visitor.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- Visitor.java 16 May 2004 22:15:46 -0000 1.1
+++ Visitor.java 21 Dec 2005 22:29:23 -0000 1.1.2.1
@@ -1,8 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-import java.util.List;
-
-/* 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 +15,8 @@
* limitations under the License.
*/
+import java.util.List;
+
/**
* Denotes types that visit the jdoql expression trees.
*
1.3.2.1 +1 -1
db-ojb/src/java/org/apache/ojb/jdo/jdoql/ThisExpression.java
Index: ThisExpression.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/ThisExpression.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- ThisExpression.java 23 May 2004 12:02:29 -0000 1.3
+++ ThisExpression.java 21 Dec 2005 22:29:23 -0000 1.3.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.1 +1 -1 db-ojb/src/java/org/apache/ojb/jdo/jdoql/VisitorBase.java
Index: VisitorBase.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/VisitorBase.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- VisitorBase.java 16 May 2004 22:15:46 -0000 1.1
+++ VisitorBase.java 21 Dec 2005 22:29:23 -0000 1.1.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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/jdo/jdoql/Expression.java
Index: Expression.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/Expression.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- Expression.java 23 May 2004 12:02:29 -0000 1.3
+++ Expression.java 21 Dec 2005 22:29:23 -0000 1.3.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.1 +1 -1
db-ojb/src/java/org/apache/ojb/jdo/jdoql/QueryTreeNode.java
Index: QueryTreeNode.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/QueryTreeNode.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- QueryTreeNode.java 16 May 2004 22:15:46 -0000 1.1
+++ QueryTreeNode.java 21 Dec 2005 22:29:23 -0000 1.1.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.1 +1 -1 db-ojb/src/java/org/apache/ojb/jdo/jdoql/Acceptor.java
Index: Acceptor.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/Acceptor.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- Acceptor.java 16 May 2004 22:15:46 -0000 1.1
+++ Acceptor.java 21 Dec 2005 22:29:23 -0000 1.1.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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/jdo/jdoql/QueryTreeResolver.java
Index: QueryTreeResolver.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/QueryTreeResolver.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- QueryTreeResolver.java 1 Jun 2004 19:15:23 -0000 1.3
+++ QueryTreeResolver.java 21 Dec 2005 22:29:23 -0000 1.3.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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/jdo/jdoql/NullLiteral.java
Index: NullLiteral.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/NullLiteral.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- NullLiteral.java 23 May 2004 12:02:29 -0000 1.3
+++ NullLiteral.java 21 Dec 2005 22:29:23 -0000 1.3.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.2.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/jdo/jdoql/Ordering.java
Index: Ordering.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/Ordering.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- Ordering.java 16 May 2004 22:15:46 -0000 1.2
+++ Ordering.java 21 Dec 2005 22:29:23 -0000 1.2.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.1 +1 -1
db-ojb/src/java/org/apache/ojb/jdo/jdoql/ASTWithPositionInfo.java
Index: ASTWithPositionInfo.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/ASTWithPositionInfo.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- ASTWithPositionInfo.java 16 May 2004 22:15:46 -0000 1.1
+++ ASTWithPositionInfo.java 21 Dec 2005 22:29:23 -0000 1.1.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.2.2.1 +1 -1 db-ojb/src/java/org/apache/ojb/jdo/jdoql/TypeAccess.java
Index: TypeAccess.java
===================================================================
RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/TypeAccess.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- TypeAccess.java 23 May 2004 12:02:29 -0000 1.2
+++ TypeAccess.java 21 Dec 2005 22:29:23 -0000 1.2.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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 +1 -1
db-ojb/src/java/org/apache/ojb/jdo/jdoql/MethodInvocation.java
Index: MethodInvocation.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/MethodInvocation.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- MethodInvocation.java 23 May 2004 12:02:29 -0000 1.4
+++ MethodInvocation.java 21 Dec 2005 22:29:23 -0000 1.4.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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 +1 -1
db-ojb/src/java/org/apache/ojb/jdo/jdoql/UnaryExpression.java
Index: UnaryExpression.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/UnaryExpression.java,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- UnaryExpression.java 23 May 2004 12:02:29 -0000 1.4
+++ UnaryExpression.java 21 Dec 2005 22:29:23 -0000 1.4.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.2.2.1 +1 -1
db-ojb/src/java/org/apache/ojb/jdo/jdoql/LocalVariableAccess.java
Index: LocalVariableAccess.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/LocalVariableAccess.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- LocalVariableAccess.java 23 May 2004 12:02:29 -0000 1.2
+++ LocalVariableAccess.java 21 Dec 2005 22:29:23 -0000 1.2.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.2.2.1 +1 -1
db-ojb/src/java/org/apache/ojb/jdo/jdoql/QueryParsingHelper.java
Index: QueryParsingHelper.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/jdoql/QueryParsingHelper.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- QueryParsingHelper.java 23 May 2004 17:40:27 -0000 1.2
+++ QueryParsingHelper.java 21 Dec 2005 22:29:23 -0000 1.2.2.1
@@ -1,6 +1,6 @@
package org.apache.ojb.jdo.jdoql;
-/* 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.
No revision
No revision
1.1.2.1 +5 -5
db-ojb/src/java/org/apache/ojb/jdo/spi/StateManagerImpl.java
Index: StateManagerImpl.java
===================================================================
RCS file:
/home/cvs/db-ojb/src/java/org/apache/ojb/jdo/spi/StateManagerImpl.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- StateManagerImpl.java 9 Apr 2004 01:06:00 -0000 1.1
+++ StateManagerImpl.java 21 Dec 2005 22:29:24 -0000 1.1.2.1
@@ -1,10 +1,6 @@
package org.apache.ojb.jdo.spi;
-import javax.jdo.spi.StateManager;
-import javax.jdo.spi.PersistenceCapable;
-import javax.jdo.PersistenceManager;
-
-/* 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.
@@ -19,6 +15,10 @@
* limitations under the License.
*/
+import javax.jdo.spi.StateManager;
+import javax.jdo.spi.PersistenceCapable;
+import javax.jdo.PersistenceManager;
+
/**
* @author <a href="mailto:[EMAIL PROTECTED]">Matthew Baird</a>
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]