svn commit: r502325 - /incubator/openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/EntityManagerImpl.java

2007-02-01 Thread clr
Author: clr Date: Thu Feb 1 11:35:30 2007 New Revision: 502325 URL: http://svn.apache.org/viewvc?view=revrev=502325 Log: OPENJPA-122 Added check for methods that require the EntityManager to be open but where the Broker would throw a different exception Modified:

svn commit: r502326 - in /incubator/openjpa/trunk/openjpa-kernel/src/main: java/org/apache/openjpa/meta/InterfaceImplGenerator.java resources/org/apache/openjpa/meta/localizer.properties

2007-02-01 Thread ppoddar
Author: ppoddar Date: Thu Feb 1 11:36:21 2007 New Revision: 502326 URL: http://svn.apache.org/viewvc?view=revrev=502326 Log: Classloader used to generate dynamic implementaion of managed interface uses interfaces' classloader as parent Modified:

svn commit: r502341 - /incubator/openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/simple/TestEntityManagerMethodsThrowAfterClose.java

2007-02-01 Thread clr
Author: clr Date: Thu Feb 1 12:05:16 2007 New Revision: 502341 URL: http://svn.apache.org/viewvc?view=revrev=502341 Log: OPENJPA-122 Added test for throwing IllegalStateException after EntityManager.close Added:

svn commit: r502352 - /incubator/openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/simple/TestEntityManagerMethodsThrowAfterClose.java

2007-02-01 Thread clr
Author: clr Date: Thu Feb 1 12:49:11 2007 New Revision: 502352 URL: http://svn.apache.org/viewvc?view=revrev=502352 Log: OPENJPA-122 Removed unnecessary import Modified:

svn commit: r502369 - /incubator/openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/meta/FieldMetaData.java

2007-02-01 Thread awhite
Author: awhite Date: Thu Feb 1 13:58:20 2007 New Revision: 502369 URL: http://svn.apache.org/viewvc?view=revrev=502369 Log: Avoid NPE. Modified: incubator/openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/meta/FieldMetaData.java Modified:

svn commit: r502374 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml openjpa-kernel/src/main/resources/org/apache/openjpa/ant/antlib.xml

2007-02-01 Thread pcl
Author: pcl Date: Thu Feb 1 14:03:31 2007 New Revision: 502374 URL: http://svn.apache.org/viewvc?view=revrev=502374 Log: OPENJPA-37 Added: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/ant/antlib.xml (with props)

svn commit: r502392 - /incubator/openjpa/trunk/openjpa-kernel/src/main/java/org/apache/openjpa/kernel/AbstractBrokerFactory.java

2007-02-01 Thread kwsutter
Author: kwsutter Date: Thu Feb 1 14:53:20 2007 New Revision: 502392 URL: http://svn.apache.org/viewvc?view=revrev=502392 Log: Changes for OPENJPA-115. Removed the explicit lock/unlock invocations when obtaining an EM (broker). Changed _brokers to use ConcurrentReferenceHashSet (with weak