Catalina Wei
8f45b5bf0b
OPENJPA-1568: Make createConnectionFactory() in JDBCConfigurationImpl public
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922441 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 22:31:45 +00:00
Catalina Wei
e2df6f49e4
OPENJPA-1568: Make createConnectionFactory() in JDBCConfigurationImpl public
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922399 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 19:18:07 +00:00
Donald Woods
7c748e62df
OPENJPA-1491 When used in an OSGi environment with Apache Aries, the org.apache.openjpa.kernel.Bootstrap should use the OpenJPA bundle classloader instead of the application bundle classloader to instatiate a BrokerFactory. Also moved our BundleActivator from the openjpa module to openjpa-persistence module with a BundleUtils wrapper to remove direct OSGi class refs, so the BundleContext in it could be accessed by PersistenceProviderImpl.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922397 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 19:05:30 +00:00
Catalina Wei
6503eabef5
OPENJPA-1550: When batchLimit=-1 or >1 and an exception is caused, the params and failedObject are missing from the resultant exception.
...
avoid NullPointerException for JDBC provider using PureQUery APIs.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922355 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 17:17:23 +00:00
Donald Woods
36b9628948
only create source jars for individual artifacts when -Prelease is used. the maven-shade-plugin will still create source jars in all build profiles for openjpa and openjpa-all jars.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922351 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 17:14:03 +00:00
Pinaki Poddar
5fec1aaaa6
Print unenhanced classes one per line for better readability.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922312 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 16:15:31 +00:00
Pinaki Poddar
732ff354b3
OPENJPA-1566: Allow access to keys of the statistics.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922311 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 16:14:47 +00:00
Pinaki Poddar
f04031edc1
OPENJPA-1565: Raise correct timeout exceptions.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922290 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 15:17:58 +00:00
Pinaki Poddar
4be5a5a194
OPENJPA-1565: Raise correct time out exception
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922288 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 15:08:16 +00:00
Pinaki Poddar
572d593427
OPENJPA-1561: Cache criteria query
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922123 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 02:35:03 +00:00
Pinaki Poddar
f0f89c7e0e
OPENJPA-1561: Cache criteria query
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@922119 13f79535-47bb-0310-9956-ffa450edef68
2010-03-12 02:25:52 +00:00
Donald Woods
0c65e3c409
OPENJPA-680 Show as fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921868 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 14:25:49 +00:00
Michael Dick
dd210a2831
OPENJPA-1558:
...
Check whether the result type is in the same entity hierarchy before using discriminator value when loading a relationship.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921620 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 23:19:25 +00:00
Jeremy Bauer
6234dbddfc
OPENJPA-1560 Committing JDBC escape sequence tests contributed by Dianne Richards.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921550 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 20:22:57 +00:00
Fay Wang
f69da24268
OPENJPA-1505: allow duplicate entity listeners to be configurable
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921538 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 20:05:09 +00:00
Fay Wang
2798b0dd73
OPENJPA-1556: fix @Strategy inside Embeddable
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921436 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 16:29:02 +00:00
Richard G. Curtis
137ad1bacc
OPENJPA-1559: Make DataCacheManager initialization thread safe.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921410 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10 15:47:00 +00:00
Donald Woods
f82184314e
OPENJPA-1550 Fix comment
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921177 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 22:34:06 +00:00
Donald Woods
695bd9c4bf
OPENJPA-1550 When batchLimit=-1 or >1 and an exception is caused, the params and failedObject are missing from the resultant exception. Original patch contributed by Heath Thomann.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921174 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 22:29:18 +00:00
Donald Woods
8c8cd98a65
OPENJPA-645 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921042 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:25:40 +00:00
Donald Woods
a140e82bcf
OPENJPA-662 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921040 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:24:46 +00:00
Donald Woods
8599f5290a
OPENJPA-677 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921039 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:23:47 +00:00
Donald Woods
3fe201a542
OPENJPA-699 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921038 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:22:47 +00:00
Donald Woods
50458736d8
OPENJPA-760 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921037 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:20:53 +00:00
Donald Woods
3067690ac6
OPENJPA-766 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921035 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:19:40 +00:00
Donald Woods
4d33d1bcc8
OPENJPA-794 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921032 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:18:07 +00:00
Donald Woods
ef6e9d8cf1
OPENJPA-798 Show as being fixed in 2.0.0-M2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921030 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:16:38 +00:00
Donald Woods
e1e697da05
OPENJPA-799 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921022 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:06:35 +00:00
Donald Woods
1623f14972
OPENJPA-801 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921021 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:05:26 +00:00
Donald Woods
5a014cc6cd
OPENJPA-802 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921020 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:04:16 +00:00
Donald Woods
a10f53323f
OPENJPA-806 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921019 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:03:02 +00:00
Donald Woods
1104ca0fd9
OPENJPA-812 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921018 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:01:37 +00:00
Donald Woods
cfc51799bf
OPENJPA-821 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921016 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 18:00:29 +00:00
Donald Woods
a70226302e
OPENJPA-824 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921015 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:55:49 +00:00
Donald Woods
7a34bebe02
OPENJPA-825 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921013 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:53:42 +00:00
Donald Woods
92d7ab6ddd
OPENJPA-841 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921012 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:52:38 +00:00
Donald Woods
1580b38bee
OPENJPA-845 Show as being fixed in 2.0.0-M1
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921010 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:50:58 +00:00
Donald Woods
9a9e0e7f39
OPENJPA-959 Show as being fixed in 2.0.0-M2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921009 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:49:06 +00:00
Donald Woods
470eb431c3
OPENJPA-962 Show as being fixed in 2.0.0-M2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921008 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:47:41 +00:00
Donald Woods
307b9860f9
OPENJPA-981 Show as being fixed in 2.0.0-M2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921006 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:45:51 +00:00
Donald Woods
4092ab72c4
OPENJPA-985 Show as being fixed in 2.0.0-M2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921004 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:43:42 +00:00
Donald Woods
ec5d3f555a
OPENJPA-1016 Show as being fixed in 2.0.0-M2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921001 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:34:51 +00:00
Donald Woods
4ba06b4fd7
OPENJPA-1040 Show as being fixed in 2.0.0-M2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920999 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:33:08 +00:00
Donald Woods
7197776066
OPENJPA-1070 Show as being fixed in 2.0.0-M2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920998 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:30:56 +00:00
Donald Woods
6c8a69cc9a
OPENJPA-1079 Show as being fixed in 2.0.0-M2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920996 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:29:28 +00:00
Donald Woods
e2ba35c93a
OPENJPA-1112 Show as being fixed in 2.0.0-M3
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920994 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:24:36 +00:00
Donald Woods
8e4fa80e80
OPENJPA-1105 Show as being fixed in 2.0.0-M3
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920992 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:23:03 +00:00
Donald Woods
2b811429d5
OPENJPA-1152 Show as being fixed in 2.0.0-M3
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920990 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:18:24 +00:00
Donald Woods
47453d205e
OPENJPA-1191 Show as being fixed in 2.0.0-M3
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920989 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:16:50 +00:00
Donald Woods
0829f46fb3
OPENJPA-1194 Show as being fixed in 2.0.0-M3
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920988 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 17:15:42 +00:00