Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

MAIN:mz103854:20050824000537 by mz103854 on 23 August 2005, 19:05:46 -0500 (3 years 4 months ago) Make Review IN=77740 - Added persistence system tests

./deployment/test/acme/.cvsignore 1.1 history download (+2) new

./deployment/test/acme/build.xml 1.1 history download (+118) new

./deployment/test/acme/default.dbschema 1.1 history download (+1343) new

./deployment/test/acme/nbproject/.cvsignore 1.1 history download (+1) new

./deployment/test/acme/nbproject/build-impl.xml 1.1 history download (+494) new

… 49 more files in changeset.
MAIN:raccah:20050823191954 by raccah on 23 August 2005, 14:19:54 -0500 (3 years 4 months ago) Make Review IN=77730: Remove explicit setting of inverse mapping - it is extracted from the model when requested.
Reviewed by:  Michael Bouschen

./deployment/src/com/sun/persistence/deployment/impl/MappingModelMapper.java 1.8 history download (+29 -136) diffs

MAIN:raccah:20050823191333 by raccah on 23 August 2005, 14:13:33 -0500 (3 years 4 months ago) Make Review IN=77730: Mapping Model API stabilization - reference key improvements for setting pairs from another key and not requiring mapping to be set on both sides of an inverse relationship.
Reviewed by:  Mi…

./deployment/src/com/sun/persistence/deployment/impl/MappingModelMapper.java 1.7 history download (+55 -31) diffs

./model/mapping/src/com/sun/persistence/api/model/mapping/MappingReferenceKey.java 1.5 history download (+9 -0) diffs

./model/mapping/src/com/sun/persistence/api/model/mapping/MappingRelationship.java 1.4 history download (+14 -1) diffs

./model/mapping/src/com/sun/persistence/impl/model/mapping/Bundle.properties 1.4 history download (+2 -0) diffs

./model/mapping/src/com/sun/persistence/impl/model/mapping/MappingMemberImpl.java 1.3 history download (+2 -3) diffs

… 6 more files in changeset.
MAIN:mk111283:20050722194048 by mk111283 on 22 July 2005, 14:40:48 -0500 (3 years 5 months ago) Make Review IN=75982  Fix incorrect bytecode generation in appendMediatedWriteAccess

./enhancer/src/com/sun/org/apache/jdo/impl/enhancer/jdo/asm/ClassFileBuilderImpl.java 1.6 history download (+9 -3) diffs

MAIN:mk111283:20050722193801 by mk111283 on 22 July 2005, 14:38:01 -0500 (3 years 5 months ago) Make Review IN=75940 Fix   jdoCopyKeyFieldsFromObjectId generation

./enhancer/src/com/sun/org/.../jdo/impl/enhancer/jdo/asm/SingleFieldIdentityOIDMethodsHandler.java 1.4 history download (+29 -4) diffs

MAIN:mf125085:20050720214848 by mf125085 on 20 July 2005, 16:48:48 -0500 (3 years 5 months ago) Make Review IN=75901 - Remember value in EntityUserInputParameter

./runtime/src/com/sun/persistence/runtime/sqlstore/sql/impl/EntityUserInputParameter.java 1.4 history download (+23 -23) diffs

MAIN:mf125085:20050719001254 by mf125085 on 18 July 2005, 19:12:54 -0500 (3 years 5 months ago) Make Review IN=75793 - Mark key fields always present for Application Identity

./runtime/src/com/sun/org/apache/jdo/impl/state/StateManagerImpl.java 1.6 history download (+14 -3) diffs

MAIN:mb124283:20050718212158 by mb124283 on 18 July 2005, 16:21:58 -0500 (3 years 5 months ago) Make Review IN=75684 - Add support for protected properties to reflection based JavaModel; fixed typo, modifies and I18N comments

./model/jdo/src/com/sun/org/.../jdo/impl/model/java/reflection/ReflectionJavaTypeIntrospector.java 1.4 history download (+6 -6) diffs

MAIN:davenull:20050714203750 by davenull on 14 July 2005, 15:37:50 -0500 (3 years 5 months ago) Make Review IN=75476; Use glassfish.properties instead of bootstrap.properties; reviewed by Jielin, ran all JUnit runtime tests.

./build.xml 1.5 history download (+1 -1) diffs

MAIN:davenull:20050712184656 by davenull on 12 July 2005, 13:46:56 -0500 (3 years 5 months ago) Make Review IN=75358, Fix bug in test code, and in a test case, reviewed by Michael, all runtime JUnit tests pass

./runtime/test/src/com/sun/persistence/runtime/query/impl/EJBQLCTest-Testcases.properties 1.5 history download (+2 -2) diffs

./runtime/test/src/com/sun/persistence/runtime/query/impl/EJBQLCTest.java 1.9 history download (+8 -4) diffs

MAIN:davenull:20050712174634 by davenull on 12 July 2005, 12:46:34 -0500 (3 years 5 months ago) Make Review IN=75476, Remove need for glassfish.maven variable in persistence-impl, ran all runtime JUnit tests, reviewed by Sahoo

./build.xml 1.4 history download (+1 -0) diffs

./deployment/build.xml 1.5 history download (+1 -0) diffs

./runtime/build.xml 1.7 history download (+1 -0) diffs

MAIN:prasads:20050704121308 by prasads on 04 July 2005, 07:13:08 -0500 (3 years 6 months ago) Make Review Issue number:74852
Reviewed by:Dave Bristor

Changed the class loaded by the resourceBundle to EJBQlQueryImpl from QueryImpl

./runtime/src/com/sun/persistence/runtime/query/impl/EJBQLQueryImpl.java 1.8 history download (+1 -1) diffs

MAIN:prasads:20050701091310 by prasads on 01 July 2005, 04:13:10 -0500 (3 years 6 months ago) Make Review Issue number: 74542
Reviewed by:dave Bristor, Michael Bouschen


Added  test for testing the validation added in QueryImpl.java and EJBQLQueryImpl.java for
named parameter support

./runtime/test/src/com/sun/persistence/runtime/query/impl/EJBQLQueryImplTest.java 1.4 history download (+393 -358) diffs

MAIN:prasads:20050701091118 by prasads on 01 July 2005, 04:11:18 -0500 (3 years 6 months ago) Make Review Issue number: 74542
Reviewed by:  Dave Bristor Michael Bouschen


The changes are related to the addition of named parameter support for EJBQL.
Grammar has been added to EJBQLTreeWalker.g
Validation m…

./runtime/src/com/sun/persistence/runtime/query/impl/Bundle.properties 1.4 history download (+5 -0) diffs

./runtime/src/com/sun/persistence/runtime/query/impl/EJBQLQueryImpl.java 1.7 history download (+14 -1) diffs

./runtime/src/com/sun/persistence/runtime/query/impl/EJBQLTreeWalker.g 1.12 history download (+2 -0) diffs

./runtime/src/com/sun/persistence/runtime/query/impl/QueryImpl.java 1.3 history download (+23 -3) diffs

./runtime/src/com/sun/persistence/runtime/query/impl/SemanticHelper.java 1.8 history download (+10 -7) diffs

MAIN:raccah:20050701001718 by raccah on 30 June 2005, 19:17:18 -0500 (3 years 6 months ago) Make Review IN=75333: Update callers of mapping model primary & secondary table for updated API.
Reviewed by:   Michael Bouschen, Sahoo.

./deployment/src/com/sun/persistence/deployment/impl/MappingModelMapper.java 1.5 history download (+6 -11) diffs

./runtime/src/com/sun/persistence/runtime/sqlstore/sql/select/impl/SelectPlan.java 1.8 history download (+1 -1) diffs

./runtime/test/src/com/sun/persistence/runtime/model/CompanyMappingModel.java 1.5 history download (+3 -3) diffs

./runtime/test/src/com/sun/persistence/runtime/model/CompanyMappingModelTest.java 1.5 history download (+4 -4) diffs

MAIN:mvatkina:20050701000331 by mvatkina on 30 June 2005, 19:03:31 -0500 (3 years 6 months ago) Make Review