1084 Commits

Author SHA1 Message Date
Michael Dick
71d46711fd Fix urls in CHANGES.txt to point to the latest version not the history
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@675424 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10 03:04:01 +00:00
Michael Dick
d52e334b65 Fix urls in CHANGES.txt to point to the latest version not the history
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@675423 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10 03:03:51 +00:00
Michael Dick
aa11e427a5 Updating CHANGES.TXT in preparation for 1.0.3 release
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@675422 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10 02:55:34 +00:00
Michael Dick
bfb7454406 OPENJPA-648 committing patch provided by Jeremy Bauer
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@673400 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02 14:06:54 +00:00
Michael Dick
81163a320e OPENJPA-633 updating pom.xml files for 1.0.x branch with formatting changes required by the maven release plugin
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@671418 13f79535-47bb-0310-9956-ffa450edef68
2008-06-25 04:28:46 +00:00
Michael Dick
e3ba21274e OPENJPA-632 porting svn rev 584463 to 1.0.x. The overridden toSelect() signature in the OracleDictionary was no longer appropriate since the DBDictionary.toSelect() change in revision #577972 (which fixed OPENJPA-378). This resulted in the special Oracle range handing to no longer take place, resulting in setFirstResult() and setMaxResults() effectively being ignored for Oracle.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@666334 13f79535-47bb-0310-9956-ffa450edef68
2008-06-10 21:31:58 +00:00
Michael Dick
b5c7d0ba29 OPENJPA-559 set SerialVersionUID to a value compatible with previous releases.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@657814 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 12:47:01 +00:00
Michael Dick
42ce326c37 OPENJPA-591 formatting fix
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@654228 13f79535-47bb-0310-9956-ffa450edef68
2008-05-07 19:35:45 +00:00
Michael Dick
9729eaed6e OPENJPA-591
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@654226 13f79535-47bb-0310-9956-ffa450edef68
2008-05-07 19:34:26 +00:00
Michael Dick
667eed23b2 merge r607941 to 1.0.x branch
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@652074 13f79535-47bb-0310-9956-ffa450edef68
2008-04-29 19:58:59 +00:00
Michael Dick
4bc67815bb OPENJPA-575
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@649224 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 18:42:33 +00:00
Albert Lee
153b266430 OPENJPA-565 - Add test case.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@646596 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09 23:27:59 +00:00
Catalina Wei
d20c770521 OPENJPA-547 INNER JOIN FETCH query incorrectly generates LEFT join SQL
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@646455 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09 18:09:42 +00:00
Albert Lee
247186a91f OPENJPA-565 - Ignore duplicate NamedQuery definition and continue to parse the remaining entries in NamedQueries definition.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@646377 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09 14:31:30 +00:00
Albert Lee
30878191e1 OPENJPA-559 : Add SerialVersionUID.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@644853 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 19:43:42 +00:00
Catalina Wei
0577674fe3 OPENJPA-555 MappingTool got NullPointerException in DB2Dictionary.isDB2ZOSV8xOrLater()
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@644177 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 05:52:38 +00:00
Albert Lee
eb7eb2ee0f OPENJPA-552 Remove dis-allowing Connection* properties in
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@644128 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 01:18:35 +00:00
Catalina Wei
3b779943af OPENJPA-541 backout changes.
Customer reported that SQL92 joins are bit slower compare to oracle joins    
(+) and there are known bugs with SQL92 joins. 



git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@641408 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 17:06:46 +00:00
Kevin W. Sutter
3509e9814d OPENJPA-540. Committing a simpler version of the patch. Got rid of the ClassResolver classloader and am now just relying on the Class.forName() classloading. This is similar to the processing used for the other *ManagedRuntime classes.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@640665 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 01:35:14 +00:00
Michael Dick
169e1ef586 OPENJPA-543
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@640510 13f79535-47bb-0310-9956-ffa450edef68
2008-03-24 18:40:47 +00:00
Michael Dick
f943c66551 OPENJPA-542
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@640493 13f79535-47bb-0310-9956-ffa450edef68
2008-03-24 18:16:43 +00:00
Michael Dick
bfd462a885 OPENJPA-528 adding testcase to 1.0.x branch
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@640439 13f79535-47bb-0310-9956-ffa450edef68
2008-03-24 15:14:05 +00:00
Catalina Wei
b8e6cb6011 OPENJPA-541 Generate SQL92 JOIN syntax for Oracle 9 or later releases
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@639874 13f79535-47bb-0310-9956-ffa450edef68
2008-03-21 21:46:55 +00:00
Michael Dick
7c3235e4db OPENJPA-537
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@639656 13f79535-47bb-0310-9956-ffa450edef68
2008-03-21 14:30:27 +00:00
Kevin W. Sutter
0a29c8bc0b OPENJPA-529. Revert the clone() operation on the Configuration object. This is causing problems with the subclassing enhancement.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@639432 13f79535-47bb-0310-9956-ffa450edef68
2008-03-20 19:57:33 +00:00
Albert Lee
fda48c35a7 OPENJPA-535 - fix comment typos.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@636088 13f79535-47bb-0310-9956-ffa450edef68
2008-03-11 20:04:54 +00:00
Patrick Linskey
f22c0c799f Merge from ../../trunk. svn merge -c 633739 ../../trunk
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@633744 13f79535-47bb-0310-9956-ffa450edef68
2008-03-05 01:29:56 +00:00
Michael Dick
3351b0c4a4 OPENJPA-529 cloning configuration before running enhancer
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@632850 13f79535-47bb-0310-9956-ffa450edef68
2008-03-02 21:29:56 +00:00
Kevin W. Sutter
13fec1a7e9 OPENJPA-519. Need to hardcode the 2.4 version until the problem is resolved in the maven surefire plugin (supposedly in 2.4.2).
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@629846 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 16:11:57 +00:00
Kevin W. Sutter
4ae60705c0 OPENJPA-513. Ported change back to 1.0.x release.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@629845 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 16:10:22 +00:00
Michael Dick
840f320804 OPENJPA-517 one WITH should be enough
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@629543 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 17:50:48 +00:00
Michael Dick
bb3eb94ce2 OPENJPA-518 Committing code changes suggested by Adam Toback
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@629490 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 15:01:59 +00:00
Michael Dick
f99bdbce5f OPENJPA-374
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@629173 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 17:49:21 +00:00
Michael Dick
69366d11cb OPENJPA-512
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@629172 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 17:44:14 +00:00
Michael Dick
ea946b9654 OPENJPA-517
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@629168 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 17:32:05 +00:00
Patrick Linskey
383dd9e25a Updating version in branch to 1.0.3-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@628947 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 01:13:56 +00:00
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