Commit Graph

1048 Commits

Author SHA1 Message Date
Michael Dick 4fb812a4c3 OPENJPA-511
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@619479 13f79535-47bb-0310-9956-ffa450edef68
2008-02-07 16:17:24 +00:00
Patrick Linskey befd295ea5 OPENJPA-447. Merge from ../../trunk. svn merge -c 596523, plus correction to 596661 merge
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@619212 13f79535-47bb-0310-9956-ffa450edef68
2008-02-06 23:05:54 +00:00
Patrick Linskey 881461e99a Merge from ../../trunk. svn merge -c 596523 ../../trunk; svn merge -c 596661 ../../trunk Merge from ../../trunk. svn merge -c 596661 ../../trunk
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@619175 13f79535-47bb-0310-9956-ffa450edef68
2008-02-06 22:04:15 +00:00
Patrick Linskey 04c9d4fc23 allow surefire to move up to 2.4, which allegedly has a fix to the repeated-test issue
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@619138 13f79535-47bb-0310-9956-ffa450edef68
2008-02-06 20:10:07 +00:00
Patrick Linskey f38d30496b OPENJPA-506. svn merge -c 618821 ../../trunk. Oddly, the TCK was passing on this branch; maybe trunk and 1.0.x have different TCK versions?
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@618834 13f79535-47bb-0310-9956-ffa450edef68
2008-02-06 00:09:28 +00:00
Michael Dick 78e258706d revert OPENJPA-401 in 1.0.x - shouldn't add a new flag in a service stream.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@618762 13f79535-47bb-0310-9956-ffa450edef68
2008-02-05 20:01:12 +00:00
Michael Dick 304117261f OPENJPA-401 making temporary classloader optional for MappingTool ant task
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@618744 13f79535-47bb-0310-9956-ffa450edef68
2008-02-05 18:58:08 +00:00
Patrick Linskey 3b790c8bf3 Reduce log verbosity.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@618380 13f79535-47bb-0310-9956-ffa450edef68
2008-02-04 19:01:24 +00:00
Patrick Linskey 91b151e6aa OPENJPA-508
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@617760 13f79535-47bb-0310-9956-ffa450edef68
2008-02-02 06:35:29 +00:00
Michael Dick c414e4cc79 OPENJPA-419 Ported to 1.0.x.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@617695 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 23:03:05 +00:00
Patrick Linskey d5fed70238 OPENJPA-506
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@617363 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 07:36:31 +00:00
Patrick Linskey f12c0926de OPENJPA-506
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@617334 13f79535-47bb-0310-9956-ffa450edef68
2008-02-01 02:41:00 +00:00
Patrick Linskey dc1088934b OPENJPA-135, OPENJPA-420
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@617164 13f79535-47bb-0310-9956-ffa450edef68
2008-01-31 17:23:34 +00:00
Patrick Linskey 6687c01f11 OPENJPA-258. Actually really fixing the issue this time.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@617073 13f79535-47bb-0310-9956-ffa450edef68
2008-01-31 08:56:46 +00:00
Patrick Linskey 31b93870cf OPENJPA-258
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@617039 13f79535-47bb-0310-9956-ffa450edef68
2008-01-31 08:04:03 +00:00
Patrick Linskey ae0f7eea4f OPENJPA-331. Ported to 1.0.x: svn merge -c 604621 ../../trunk; svn merge -c 607478 ../../trunk
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@616965 13f79535-47bb-0310-9956-ffa450edef68
2008-01-31 00:13:31 +00:00
Patrick Linskey 71470998d2 OPENJPA-251, OPENJPA-329. I was not able to reproduce OPENJPA-251, but this logic should avoid the issue. I did not build a direct reproducer for OPENJPA-329, but I believe that the unit test covers the use case identified by that issue.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@616961 13f79535-47bb-0310-9956-ffa450edef68
2008-01-30 23:42:32 +00:00
Patrick Linskey 200016ad61 OPENJPA-437. Reverted back to hard-reference ArrayList instead of a concurrent set, since the new logic only performs local mutation.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@616844 13f79535-47bb-0310-9956-ffa450edef68
2008-01-30 19:03:37 +00:00
Patrick Linskey 276d7cdd23 OPENJPA-437. Correcting incorrect port of trunk change to branch.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@615382 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 22:41:44 +00:00
Patrick Linskey ce44c20cbd OPENJPA-437
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@615368 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 21:59:50 +00:00
Patrick Linskey 3a7f54f3d9 OPENJPA-245
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@615313 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 19:32:22 +00:00
Patrick Linskey 72db5680fa OPENJPA-437. Removed synchronization.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@615311 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 19:30:47 +00:00
Michael Dick bebd829b45 OPENJPA-245
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@614564 13f79535-47bb-0310-9956-ffa450edef68
2008-01-23 15:17:42 +00:00
Kevin W. Sutter 8ef7997457 OPENJPA-437. Changed AbstractBrokerFactory.loadPersistentTypes to be synchronized to get around the multi-threading issue during broker creation.
Also, migrated the change for OPENJPA-449 from trunk to the 1.0.x branch.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@612846 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 15:35:45 +00:00
Catalina Wei b013b6fd4a OPENJPA-471 iSeries DB2 problem with using @GeneratedValue(strategy=GenerationType.IDENTITY)
or @GeneratedValue(strategy=GenerationType.SEQUENCE)


git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@610697 13f79535-47bb-0310-9956-ffa450edef68
2008-01-10 06:55:17 +00:00
Patrick Linskey d2264b92bb Port of r603666 to 1.0.x. Change Services.getImplementorClasses(Class) and Services.getImplementorClasses(Class,ClassLoader) to filter out implementations that are not assignable to the Class argument. This allows the Services call to be more fault-tolerant in environments with odd classloader configurations.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@609766 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 20:09:05 +00:00
Craig Russell cae90a6cf2 OPENJPA-452 Fixed xml in secondary table mapping example. Patch contributed by Ignacio Andreu
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@608158 13f79535-47bb-0310-9956-ffa450edef68
2008-01-02 17:46:37 +00:00
Patrick Linskey 540c81c5c3 removed incorrect premain class from interim jar
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@607584 13f79535-47bb-0310-9956-ffa450edef68
2007-12-30 19:26:49 +00:00
Michael Dick a062803ca5 OPENJPA-446 adding copyrights to new test cases in 1.0.x stream.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@596820 13f79535-47bb-0310-9956-ffa450edef68
2007-11-20 20:51:47 +00:00
Michael Dick de1aae296e OPENJPA-446
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@596737 13f79535-47bb-0310-9956-ffa450edef68
2007-11-20 16:33:31 +00:00
Albert Lee 9e014f54d9 Update version from 1.0.1-SNAPSHOT to 1.0.2-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@593712 13f79535-47bb-0310-9956-ffa450edef68
2007-11-10 01:35:32 +00:00
Kevin W. Sutter 3919e5ee7b OPENJPA-370. Backing out the changes for the LoadFetchGroup implementation. We need to re-think the implementation (both the real and the expected). I left the test Entities in SVN, but removed the testcase so that we wouldn't fail the builds.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@591157 13f79535-47bb-0310-9956-ffa450edef68
2007-11-01 22:36:09 +00:00
Albert Lee b522dea942 Update committers in top level pom.xml
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@590854 13f79535-47bb-0310-9956-ffa450edef68
2007-10-31 22:29:28 +00:00
Catalina Wei 5e927f2376 OPENJPA-375: undo this fix for DB2 (result set closed problem). The problem is resolved by setting DB2 datasource custom property "resultSetHoldability" to 1 in WebSphere.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@590481 13f79535-47bb-0310-9956-ffa450edef68
2007-10-30 21:51:47 +00:00
Michael Dick 3860784216 OPENJPA-399 committing Teresa's patch
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@589784 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 18:21:56 +00:00
Kevin W. Sutter 446a0e0543 OPENJPA-421. Committing Daniel's changes to ensure that the datasource configuration is complete before attempting to generate SQL.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@589723 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 16:23:17 +00:00
Michael Dick c5ff10a141 OPENJPA-423
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@589694 13f79535-47bb-0310-9956-ffa450edef68
2007-10-29 15:47:50 +00:00
Kevin W. Sutter da5d28cb1a OPENJPA-422. The reproxy() method needed the Calendar object type in it's switch statement.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@589207 13f79535-47bb-0310-9956-ffa450edef68
2007-10-27 20:18:56 +00:00
Michael Dick b291cd7223 OPENJPA-413 revised message
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@588114 13f79535-47bb-0310-9956-ffa450edef68
2007-10-25 02:18:42 +00:00
Albert Lee 38ca258bc0 OPENJPA-415 remove AbstractResultList.finalize() method.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@588089 13f79535-47bb-0310-9956-ffa450edef68
2007-10-25 00:04:51 +00:00
Michael Dick 18502c72ca Port 570487 to 1.0.x
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@588032 13f79535-47bb-0310-9956-ffa450edef68
2007-10-24 21:18:28 +00:00
Michael Dick d4c2a2f77c OPENJPA-413 committing for Teresa
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@588002 13f79535-47bb-0310-9956-ffa450edef68
2007-10-24 20:22:40 +00:00
Michael Dick c450bb60da OPENJPA-416
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@587942 13f79535-47bb-0310-9956-ffa450edef68
2007-10-24 18:08:23 +00:00
Michael Dick b4e48abb3a specify version for javacc plugin
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@587937 13f79535-47bb-0310-9956-ffa450edef68
2007-10-24 17:42:19 +00:00
Michael Dick 71dc3ad34d OPENJPA-113
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@587774 13f79535-47bb-0310-9956-ffa450edef68
2007-10-24 04:13:07 +00:00
Albert Lee 546c34abd1 OPENJPA-413, commit localizer.properties files for Teresa.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@587683 13f79535-47bb-0310-9956-ffa450edef68
2007-10-23 22:48:48 +00:00
Kevin W. Sutter 2491c0b66a Typo in my doc markup. Fixing the build break.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@586756 13f79535-47bb-0310-9956-ffa450edef68
2007-10-20 16:17:47 +00:00
Kevin W. Sutter a94a55d00b OPENJPA-410. Committing the change to make the "connecting to database" message a Trace message instead of an Info message.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@586588 13f79535-47bb-0310-9956-ffa450edef68
2007-10-19 19:37:44 +00:00
Kevin W. Sutter 215efaa636 Minor update to doc to fix up a reference tag. Question marks (???) were being displayed instead of the section reference.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@586587 13f79535-47bb-0310-9956-ffa450edef68
2007-10-19 19:36:21 +00:00
Kevin W. Sutter ebea29dc04 OPENJPA-403. Committing Teresa's patch for the 1.0.1 version of Patrick's fix.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@586007 13f79535-47bb-0310-9956-ffa450edef68
2007-10-18 15:31:56 +00:00