Donald Woods
82694335dd
OPENJPA-740 Handle case where size is unkown by defaulting back to old value (64KB)
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920492 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 20:23:03 +00:00
Donald Woods
1873fcd368
OPENJPA-740 In MySQLDictionary use LONGBLOB, MEDIUMBLOB, TINYBLOB based on the column size, instead of always using BLOB which can only hold 64KB. Patch contributed by Simone Gianni.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920476 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 19:35:47 +00:00
Donald Woods
14996dfd40
OPENJPA-1360 ReverseMappingTool omits nullable, length, etc. when ClassMapping.setEmbedded(true) is called
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920464 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 19:20:32 +00:00
Donald Woods
97cd88adc3
OPENJPA-1121 Update Changes/ReleaseNotes to say this was fixed in 2.0.0 M3
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920435 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 18:28:33 +00:00
Donald Woods
045eb544de
OPENJPA-1121 add ref to JIRA
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920434 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 18:26:20 +00:00
Donald Woods
4b3d520ee9
OPENJPA-1492 Change access on ReverseMappingTool#getAnnotationsForMeta(Object) to public. Request from Laird Nelson.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920404 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 17:07:32 +00:00
Donald Woods
7a8052cd73
OPENJPA-5 Show as being fixed in 2.0.0-M3
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920402 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 17:04:48 +00:00
Donald Woods
d5fb93d98f
OPENJPA-1483 Show as being fixed in Beta2 in Changes/Release Notes
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920317 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 13:31:08 +00:00
Donald Woods
b59c757741
OPENJPA-1496 Show as being fixed in Beta2 in Changes/Release Notes
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920316 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 13:26:16 +00:00
Donald Woods
88f1168b81
OPENJPA-1517 Correctly show this as fixed in Beta2 in the Changes/Release Notes.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920314 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08 13:23:57 +00:00
Albert Lee
04b5e77c9e
Removed un-used import.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920028 13f79535-47bb-0310-9956-ffa450edef68
2010-03-07 16:37:50 +00:00
Albert Lee
1c992feeb7
OPENJPA-1552 Add proper QueryImpl creation in EntityManagerImpl subclass.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920024 13f79535-47bb-0310-9956-ffa450edef68
2010-03-07 16:16:06 +00:00
Milosz Tylenda
b01f5718f9
OPENJPA-1510: Move map related sections into 7.8 Maps section - they were out of context.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@919984 13f79535-47bb-0310-9956-ffa450edef68
2010-03-07 13:15:17 +00:00
Donald Woods
b9a230567e
OPENJPA-1097 Detachment processing of our proxied mutable types (Date, Timestamp, etc) needs to be consistent as EM.clear() was not unproxying JavaTypes.OBJECT fields but detach()/detachAll() were. Thanks to Rick Curtis for the DetachManager changes.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@919696 13f79535-47bb-0310-9956-ffa450edef68
2010-03-06 03:26:24 +00:00
Donald Woods
bb538f49f9
OPENJPA-1545 Fix checkstyle failure due to line too long (124 chars)
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@919661 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05 22:55:05 +00:00
Richard G. Curtis
b0eefe6ea8
OPENJPA-1545: Refectored code. Fixed bug where unloaded fields were being loaded due to detach.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@919657 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05 22:38:59 +00:00
Michael Dick
b074cd80c8
OPENJPA-1551:
...
Add apache headers to new files
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@919589 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05 20:25:16 +00:00
Michael Dick
4dc0267629
OPENJPA-1551:
...
Storing connectionFactoryName in BrokerImpl - this factory will be used at JDBCStore creation time to override the value from the configuration
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@919557 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05 19:35:53 +00:00
Pinaki Poddar
a7d613f3bf
Categorize one-to-one correctly
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@919502 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05 17:06:29 +00:00
Pinaki Poddar
1950c467f7
toString() returns a JPQL-like query string, if possible. Otherwise Object.toString()
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@919501 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05 17:06:02 +00:00
Richard G. Curtis
a1ad33d72a
OPENJPA-1545: Make new instance var transient in BrokerImpl.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@919491 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05 16:54:43 +00:00
Richard G. Curtis
73d4992a2f
OPENJPA-1545: Refactored detach code out of BrokerImpl.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@919475 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05 16:32:37 +00:00
Donald Woods
0bd96d9880
OPENJPA-1142 update changes/release notes as this being fixed in 2.0.0-beta
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918806 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 01:15:25 +00:00
Pinaki Poddar
e71cd295fc
OPENJPA-1503: Throw persistence exception not illegalargument exception as per spec when fails to unwrap()
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918748 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03 22:50:55 +00:00
Richard G. Curtis
76d184c106
OPENJPA-1545: Adding new faster way to auto detach the entire persistence context. Committing code changes, test, and doc.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918643 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03 19:20:57 +00:00
Donald Woods
e9f305f700
OPENJPA-1155 add as resolved in M3 section of changes/release notes
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918606 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03 18:09:44 +00:00
Donald Woods
6d61c562f5
add OPENJPA-1506 as fixed in beta2
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918298 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03 01:33:05 +00:00
Richard G. Curtis
64be0455c3
OPENJPA-1549: Optimize StateManagerImpl.proxyFields(..).
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918245 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02 23:09:13 +00:00
Fay Wang
8248d81a68
OPENJPA-1547: fix subquery syntax error for NOT IN (subquery with MEMBER OF)
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918188 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02 21:24:01 +00:00
Richard G. Curtis
a515a71fec
OPENJPA-1548: Refactored ClassMetaData and cached hashCode() to improve performance.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918167 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02 20:04:42 +00:00
Donald Woods
3aea82e40c
OPENJPA-1546 OpenJPA doesn't work as internal JPA inside web applicaion in JBoss AS due to PersistenceMetaDataFactory trying to parse directories as unparsed XML files. Original patch contributed by Dmitri Babaev.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918070 13f79535-47bb-0310-9956-ffa450edef68
2010-03-02 15:17:18 +00:00
Michael Dick
06e6582ab8
OPENJPA-1500: Remove WriteBehind variable declarations in OpenJPAConfigImpl
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@917803 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 23:46:33 +00:00
Donald Woods
2abde241c0
OPENJPA-855 Final JPQL Index M2M test updates
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@917754 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 22:15:18 +00:00
Jeremy Bauer
208f5388ce
OPENJPA-1540 Modified Informix dictionary to detect non-delimited identifier case for the Informix driver. Also added missing method override.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@917727 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 21:29:01 +00:00
Donald Woods
18a1a04c77
OPENJPA-855 Initial JPQLIndex M2M tests
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@917716 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 21:03:26 +00:00
Pinaki Poddar
11149ec5fb
OPENJPA-1543: Remove fragmented messages. Change to TRACE level logging.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@917657 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 19:16:22 +00:00
Pinaki Poddar
c1a3272872
OPENJPA-1543: Remove fragmented messages. Change to TRACE level logging.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@917656 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 19:12:21 +00:00
Donald Woods
42769bd9d8
OPENJPA-1544 Remove WebSphere version number from org/apache/ee/localizer.properties. Patch contributed by Cathy Nordstrom.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@917572 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 16:24:31 +00:00
Donald Woods
4d25d3fa21
OPENJPA-855 proper XML entity cleanup between test runs
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@917567 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01 16:08:10 +00:00
Donald Woods
ad4168b8d4
OPENJPA-855 Add additional O2M and Element collection tests for annotated and XML mapped entities
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916855 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 23:16:13 +00:00
Donald Woods
d96883f502
OPENJPA-1538 Minor grammar fixes in messages. Patch contributed by Cathy Nordstrom.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916759 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 17:04:35 +00:00
Donald Woods
4cb276067a
OPENJPA-1538 Move hard coded text in OpenJPAVersion.java to localizer.properties. Patch contributed by Cathy Nordstrom.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916757 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 17:03:25 +00:00
Donald Woods
32fe994aea
upgrade to latest released agimatec-validation artifacts
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916746 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 16:38:33 +00:00
Richard G. Curtis
eca02573ba
OPENJPA-1542: Adding support for openjpa.DataCache Types and ExcludedTypes configuration back into trunk. Also updating TestCacheExclusions. No doc changes required as the user manual is up to date.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916714 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26 15:23:26 +00:00
Donald Woods
06d3e4e65d
OPENJPA-855 Adding additional JPQL Index tests
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916476 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 22:08:44 +00:00
Donald Woods
9a4fe698c2
show OPENJPA-1350 as being fixed in 2.0.0-beta
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916470 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 21:47:10 +00:00
Richard G. Curtis
767f670490
OPENJPA-1539: Allow DataCacheManagerImpl.isCachable(ClassMetaData meta) to cache the cacheability for each given type.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916388 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 18:32:35 +00:00
Donald Woods
7b1ee0cbcc
update several maven plugins to the latest released levels
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916384 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 18:10:37 +00:00
Donald Woods
8f32071a8b
upgrade to latest maven-release-plugin
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916344 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 16:50:33 +00:00
Donald Woods
daae61a6f5
OPENJPA-1535 Inconsistency in exceptions thrown from MetaDataRepository.resolve(). Patch contributed by Hiroki Tateno.
...
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916338 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 16:28:54 +00:00