Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

MAIN:ss141213:20050804112946 by ss141213 on 04 August 2005, 06:29:46 -0500 (3 years 5 months ago) Make Review IN=76696 - Remove dependency on persistence-impl project from appserv-persistence project.
Reviewed by:  Marina Vatkina

./cmp/nbproject/build-impl.xml 1.3 history download (+2 -6) diffs

./cmp/nbproject/genfiles.properties 1.3 history download (+2 -2) diffs

./cmp/nbproject/project.properties 1.4 history download (+0 -8) diffs

./cmp/nbproject/project.xml 1.3 history download (+1 -10) diffs

./enterprise/nbproject/build-impl.xml 1.3 history download (+2 -6) diffs

… 3 more files in changeset.
MAIN:davenull:20050714203903 by davenull on 14 July 2005, 15:39:03 -0500 (3 years 5 months ago) Make Review IN=75491; 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:20050712175157 by davenull on 12 July 2005, 12:51:57 -0500 (3 years 5 months ago) Make Review IN=75491, Remove need for glassfish.maven variable in appserv-persistence, there are no tests to run :-(, reviewed by Sahoo

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

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

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

MAIN:tcfujii:20050627212601 by tcfujii on 27 June 2005, 16:26:01 -0500 (3 years 6 months ago) Make Review Issue number: CDDL header updates.

./build.xml 1.3 history download (+22 -0) diffs

./maven.xml 1.3 history download (+18 -2) diffs

./project.xml 1.3 history download (+18 -2) diffs

./cmp/build.xml 1.3 history download (+22 -0) diffs

./cmp/nbproject/build-impl.xml 1.2 history download (+22 -0) diffs

… 3238 more files in changeset.
MAIN:dpatil:20050625040655 by dpatil on 24 June 2005, 23:06:55 -0500 (3 years 6 months ago) Make Review Updating glassfish/bootstrap module to replace glassfish/glassfish as per feedback and Usability purpose. Tests Ran: Complete bootstrap-all build from glassfish/bootstrap and appserv, appserv-ee

./build.xml 1.2 history download (+2 -2) diffs

./maven.xml 1.2 history download (+1 -1) diffs

./project.xml 1.2 history download (+1 -1) diffs

./cmp/build.xml 1.2 history download (+2 -2) diffs

./enterprise/build.xml 1.2 history download (+2 -2) diffs

… 111 more files in changeset.
MAIN:ss141213:20050624065152 by ss141213 on 24 June 2005, 01:51:52 -0500 (3 years 6 months ago) Make Review N=75058 - Fixing bug in PersistenceJarLoader as appsever uses different class loader during deployment and runtime
Reviewed by:   Marina Vatkina

./cmp/src/com/sun/persistence/cmp/Bundle.properties 1.3 history download (+1 -0) diffs

./cmp/src/com/sun/persistence/cmp/PersistenceJarLoader.java 1.3 history download (+19 -35) diffs

./cmp/src/com/sun/persistence/cmp/ejbc/JDOCodeGenerator.java 1.2 history download (+32 -14) diffs

… 1 more file in changeset.
MAIN:ss141213:20050613153046 by ss141213 on 13 June 2005, 10:30:46 -0500 (3 years 6 months ago) Make Review IN=74023 - Models were not getting mapped because of implicit creation of JDOModel in aJavaModel.getJDOModel
Reviewed by:   Michael Bouschen

./cmp/src/com/sun/persistence/cmp/PersistenceJarLoader.java 1.2 history download (+34 -18) diffs

MAIN:ss141213:20050610152408 by ss141213 on 10 June 2005, 10:24:11 -0500 (3 years 6 months ago) Make Review IN=73885 - Adding code to load EJB 3.0 Persistence Entity in appserver
Reviewed by:   Qingqing, Marina, Binod PG, Servesh

./cmp/nbproject/project.properties 1.2 history download (+2 -0) diffs

./cmp/src/com/sun/persistence/cmp/Bundle.properties 1.2 history download (+17 -0) diffs

./cmp/src/com/sun/persistence/cmp/LogHelperCMP.java 1.1 history download (+42) new

./cmp/src/com/sun/persistence/cmp/PersistenceJarLoader.java 1.1 history download (+166) new

./cmp/src/com/sun/persistence/cmp/ejbc/JDOCodeGenerator.java 1.1 history download (+88) new

… 8 more files in changeset.
MAIN:mvatkina:20050610065407 by mvatkina on 10 June 2005, 01:54:07 -0500 (3 years 6 months ago) Make Review IN=73856 Use Class.forName to load required classes

There is a change in JDK5 that affects class loading. Just declaring a static
class reference does not load the class any more:

   static Class x…

./enterprise/src/com/sun/persistence/enterprise/impl/PersistenceManagerServiceImpl.java 1.4 history download (+17 -9) diffs

MAIN:mvatkina:20050609060503 by mvatkina on 09 June 2005, 01:05:03 -0500 (3 years 7 months ago) Make Review IN=73605 Add AS runtime integration code
Restoring the files after fixing build order.

Adding minimum necessary code to enable AS integration.
Actual integration will be done by adding PersistenceMan…

./enterprise/src/com/sun/persistence/enterprise/impl/LoggerFactoryAS.java 1.3 history download (+70) new

./enterprise/src/com/sun/persistence/enterprise/impl/PersistenceManagerServiceImpl.java 1.3 history download (+44) new

./enterprise/src/com/sun/persistence/enterprise/impl/SunEJBHelperImpl.java 1.3 history download (+239) new

MAIN:mvatkina:20050608230737 by mvatkina on 08 June 2005, 18:07:37 -0500 (3 years 7 months ago) Make Review Issue number:
Obtained from:
Submitted by:

Temporary remove files to fix the build:
enterprise/src/com/sun/persistence/enterprise/impl/LoggerFactoryAS.java
enterprise/src/com/sun/persistence/enterpri…

./enterprise/src/com/sun/persistence/enterprise/impl/LoggerFactoryAS.java 1.2 history deleted

./enterprise/src/com/sun/persistence/enterprise/impl/PersistenceManagerServiceImpl.java 1.2 history deleted

./enterprise/src/com/sun/persistence/enterprise/impl/SunEJBHelperImpl.java 1.2 history deleted

MAIN:mvatkina:20050608202921 by mvatkina on 08 June 2005, 15:29:21 -0500 (3 years 7 months ago) Make Review Issue number:
Obtained from:
Submitted by:
Reviewed by:   Michael, Mitesh, Sahoo.

IN=73605 Add AS runtime integration code (see also IN=73603)

Adding minimum necessary code to enable AS integration.…

./enterprise/nbproject/project.properties 1.2 history download (+2 -0) diffs

./enterprise/src/com/sun/persistence/enterprise/impl/Bundle.properties 1.2 history download (+109 -0) diffs

./enterprise/src/com/sun/persistence/enterprise/impl/LoggerFactoryAS.java 1.1 history download (+70) new

./enterprise/src/com/sun/persistence/enterprise/impl/PersistenceManagerServiceImpl.java 1.1 history download (+44) new

./enterprise/src/com/sun/persistence/enterprise/impl/SunEJBHelperImpl.java 1.1 history download (+239) new

MAIN:ss141213:20050602125308 by ss141213 on 02 June 2005, 07:53:08 -0500 (3 years 7 months ago) Make Review IN=72501 - Creating a new component called appserv-persistence in /cvs/glassfish workspace
Right now it contains the build scripts and two netbeans sub projects called
cmp and enterprise. This compone…

./.cvsignore 1.1 history download (+4) new

./build.xml 1.1 history download (+112) new

./maven.xml 1.1 history download (+30) new

./project.xml 1.1 history download (+36) new

./cmp/.cvsignore 1.1 history download (+2) new

… 20 more files in changeset.
earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, CVS analysis. (Version:1.6.2 Build:build-rspud1 2008-10-22) - Administration - Page generated 2009-01-08 19:43 -0600