Albert Lee
|
4d5c43ad78
|
OPENJPA-1113 - Revert changes back to previous levels: Reflection:743396 & AbstractBrokerFactory 768588. I have verified that the latest changes associated to this issue did not caused any memory leak by observing/dumping the static cache sizes in the Reflection class. The emf.close() method cleared out the cache, i.e. HashMap.size() == 0. From looking at the memory usage of the JVM that invoked the test in persistence-jdbc module, the memory usage continues to grow even without the changes committed by this issue. Therefore there is some memory leak somewhere either in the test case or the provider code. The OOM condition only occurs with Sun JDK, IBM JDK works ok.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@781473 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-03 16:58:14 +00:00 |
Donald Woods
|
549115f77c
|
fix missing license header problems found by rat plugin during EA2 creation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@781462 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-03 16:26:16 +00:00 |
Albert Lee
|
751a60b393
|
OPENJPA-1113 - Close off memory leak.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@781221 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-03 00:20:03 +00:00 |
Albert Lee
|
e32f6f1337
|
OPENJPA-1113 - Cache Reflection artifacts for performance improvement.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@780881 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-01 23:29:51 +00:00 |
Donald Woods
|
97caf21bb7
|
OPENJPA-1068 remove debugging info left behind in last commit. Jeremy, thanks for the review and for catching this.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@780729 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-01 17:13:08 +00:00 |
Donald Woods
|
d4c227ef00
|
OPENJPA-1068 Use validation mode to determine if we should setup a ValidatingLifecycleEventManager or not. Based on patch from Jeremy with one config scenario still to be addressed in OPENJPA-1111.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@780706 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-01 16:26:43 +00:00 |
Fay Wang
|
54744110eb
|
OPENJPA-1013: make setImplicitTypes static so that it can be called by critieria query
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@780172 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-30 04:22:22 +00:00 |
Michael Dick
|
2b942805f2
|
OPENJPA-952. Committing patch from Rick Curtis
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@780086 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-29 20:06:29 +00:00 |
Donald Woods
|
85bc7a5e80
|
OPENJPA-1102 Support application/container provided ValidatorFactory
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@779554 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-28 10:43:55 +00:00 |
Catalina Wei
|
87b66ae764
|
OPENJPA-1098 JPA2 Query support for subselect_identification_variable
no functional changes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@779447 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-28 06:27:31 +00:00 |
Michael Dick
|
c1b842d492
|
OPENJPA-1026. Committing patch from B.J. Reed and enabling newline check.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@779416 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-28 02:50:00 +00:00 |
Donald Woods
|
130d1d4bd9
|
OPENJPA-880 Use maven-remote-resources-plugin to generate required legal files. Also removes dependency on openjpa-project for maven eclipse plugin.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@779191 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-27 14:43:00 +00:00 |
Catalina Wei
|
c20a2b254f
|
OPENJPA-1098 JPA2 Query support for subselect_identification_variable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@778990 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-27 04:22:37 +00:00 |
Jeremy Bauer
|
a4a9dc1787
|
OPENJPA-926 Localize exception message
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@778873 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-26 20:24:43 +00:00 |
Jeremy Bauer
|
5b53615609
|
OPENJPA-926 Modify XML-based explicit access tests to use build-time enhancement
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@778831 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-26 18:29:29 +00:00 |
Catalina Wei
|
b1e8eec3ce
|
OPENJPA-1098 JPA2 Query support for subselect_identification_variable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@778540 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-26 00:05:36 +00:00 |
Michael Dick
|
291e27eba9
|
OPENJPA-1015. Committing patch provided by BJ Reed. Additional testcases have been added which do not conform - I've updated some of them but some still exist so validation is not enabled by default
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@777135 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-21 14:39:31 +00:00 |
Pinaki Poddar
|
70f55bdee8
|
OPENJPA-1013: Joins, MetaModel validation, Array type
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@776951 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-21 05:05:39 +00:00 |
Donald Woods
|
5fc3725de5
|
OPENJPA-1068 has listeners should be logical ORs instead of ANDs
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@776374 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-19 16:10:06 +00:00 |
Catalina Wei
|
2ce5299a73
|
OPENJPA-1094 JPA2 Query support KEY to appear in subquery
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@776117 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-18 22:23:04 +00:00 |
Jeremy Bauer
|
e5e4cc122a
|
OPENJPA-1068 Rev 1 of lifecycle validation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@776009 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-18 17:05:48 +00:00 |
Fay Wang
|
76764564b1
|
OPENJPA-1013: parameter support for Criteria Query
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@775997 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-18 15:56:35 +00:00 |
Donald Woods
|
cb115bcd16
|
OPENJPA-1077 Validation-mode element support added to persistence.xml and to createEMF properties Map
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@774930 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-14 21:14:45 +00:00 |
Catalina Wei
|
d7ddfb1055
|
OPENJPA-1064 JPA2 Query no support for embeddable of element collection in predicate and subquery
JPA2 spec (section 4.12) does not support comparisons over embeddable class.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@774928 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-14 21:08:27 +00:00 |
Jeremy Bauer
|
1f37b7725c
|
OPENJPA-926 Tests and code updates for explicit access types
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@773704 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-11 21:59:15 +00:00 |
Pinaki Poddar
|
dc39b6320f
|
OPENJPA-1050: Use generic types where applicable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@773180 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-09 08:27:44 +00:00 |
Pinaki Poddar
|
23bd8aa147
|
OPENJPA-1050: Use generic types where applicable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@773179 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-09 08:17:27 +00:00 |
Pinaki Poddar
|
9a8246799c
|
OPENJPA-1010: MetaDataRespository knows about meta-class. The naming and support for meta-class added to MetaDataFactory. Implemented in PersistenceMetaDataFactory. AnnotationProcessor6 aligned with this naming policy interface.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@772820 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-07 23:57:04 +00:00 |
Fay Wang
|
75dfd10c59
|
OPENJPA-1069: orderBy on ElementCollection of basic types
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@772528 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-07 07:16:31 +00:00 |
Catalina Wei
|
ed82fda48c
|
OPENJPA-1064 JPA2 Query add support for embeddable of element collection in predicate and subquery
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@772015 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-06 00:03:09 +00:00 |
Pinaki Poddar
|
0392538775
|
OPENJPA-1013,OPENJPA-1014: Type-strict Criteria API (skeletal) implementation as per JPA 2.0.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@771948 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-05 18:03:31 +00:00 |
Michael Dick
|
6a36d55398
|
OPENJPA-1045 remove system.out.format eyecatcher
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@771348 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-04 16:26:44 +00:00 |
Michael Dick
|
2c2e78149d
|
OPENJPA-1045. L2 cache included / excluded types may be specified via configuration properties
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@770729 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-01 15:47:33 +00:00 |
Pinaki Poddar
|
733c1ea7de
|
OPENJPA-1050: Use parameterized type whenever applicable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@770528 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-01 04:02:14 +00:00 |
Pinaki Poddar
|
861db8ddd0
|
OPENJPA-1049: Register type alias for MappedSuperclass.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@770516 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-01 02:22:35 +00:00 |
Fay Wang
|
1677b481b2
|
OPENJPA-1053: fix update by setting an embeddable which contains a cascade delete relation with another entity.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@769879 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-29 19:08:11 +00:00 |
Pinaki Poddar
|
9d52998c1e
|
OPENJPA-926: JPA 2.0 Access processing by XML descriptors
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@769308 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-28 09:20:06 +00:00 |
Pinaki Poddar
|
29a5f7acd2
|
OPENJPA-1050: Use parameterized type whenever applicable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@768588 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-25 19:29:07 +00:00 |
Pinaki Poddar
|
a868ae3435
|
OPENJPA-926,OPENJPA-1050: handling corner cases of access type. moving uniformaly to access code. adding type parameters.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@768498 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-25 09:11:11 +00:00 |
Pinaki Poddar
|
cf8647198a
|
OPENJPA-1050: Use parametrized types wherever applicable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@768452 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-25 02:57:40 +00:00 |
Pinaki Poddar
|
0ffbce338f
|
OPENJPA-926: entity without any property can have unknown access type.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@768428 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-24 22:24:45 +00:00 |
Pinaki Poddar
|
ffdf2648fd
|
OPENJPA-1050: Use parametrized types wherever applicable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@768386 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-24 17:59:38 +00:00 |
Pinaki Poddar
|
178f0a180a
|
OPENJPA-926: Support explicit access types
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@767973 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-23 16:55:45 +00:00 |
Catalina Wei
|
f3b437ab76
|
1035 JPA2 Query allow embeddable as orderby item
add more test strings for IS NULL and IS EMPTY predicates with path navigation thru key path or embeddable
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@767084 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-21 09:21:02 +00:00 |
Catalina Wei
|
32fd2a52d1
|
1035 JPA2 Query fix setParameter for key path in predicates
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@766576 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-20 05:21:40 +00:00 |
Fay Wang
|
1da766bc55
|
OPENJPA-1038: detect circular dependencies among embeddables
and issue proper error message to avoid stack overflow
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765846 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-17 04:26:10 +00:00 |
David Ezzio
|
e4b87fd6b3
|
Fix for OpenJPA-1002, patch submitted by Ravi Palacherla
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765801 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 23:27:02 +00:00 |
Fay Wang
|
0daf1bffc8
|
OPENJPA-1041: allow orderBy on nested embeddables
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@765800 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 23:24:07 +00:00 |
Catalina Wei
|
f758a191ee
|
OPENJPA-1035 JPA2 Query allow map key/value path to appear as argument to scalar functions
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@764668 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-14 04:09:05 +00:00 |
Fay Wang
|
16c8b6d2dc
|
OPENJPA-1024: add enum literal support for case expression
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@763860 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-10 02:51:31 +00:00 |