Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

MAIN 1.41 1.40 1.39 1.36 1.25 1.7 1.1 SJSAS91_FCS_BRANCH 1.40.2.12 1.40.2.2 1.40.2.1 SJSAS91_UR1_BRANCH 1.40.2.2.2.5 1.40.2.2.2.1 GF_V2_AIX_POC 1.39.4.2 1.39.4.1 SJSAS91_BETA3_BRANCH 1.39.2.1 SAILFIN_BRANCH 1.36.2.3 1.36.2.1 SJSAS91_BETA_BRANCH 1.25.2.3 1.25.2.1 PWC12Dev_Branch 1.7.4.3 1.7.4.1

latest revision download Branch MAIN

1.41 annotated / raw | Diffs: previous, other | Lines: 1010 ( +34, -4 )

Created: 2007-08-14 23:20:04 -0500 (16 months ago) | Author: harpreet | Changeset: MAIN:harpreet:20070815042004

Issue Number: 3494
Submitted by: Harpreet Singh
Reviewed by: Mahesh Kannan, Dhiru Pandey, Nazrul Islam
Files Modified: setup-cluster.xml
Tests Run: EE QL

Synopsis:
Provide a target in setup-cluster.xml to create a node agent. The target provided is create-node-agent.

Summary of Changes:
 *  Created a preinstall-bootstrap command. This target moves myriad
    of bootstrap activities like check-java, jar unpack, token
    replacement from the "all" target to this target.
  * Created a install-domain target. This target moves the
    create.domain target that was under the "all" target to  this target.
  * Modified "all" target to call the install-domain target. This
    effectively replaces  all  the activities under the  all target to
    the  new targets mentioned under  1&2.
  * Added a create.nodeagent target. This is equivalent to
    create.domain i.e it "explicitly calls asadmin" to create a node agent
  * Added a create-node-agent target that calls preinstall-bootstrap
    target and then calls the create.nodeagent target.
  * Added 2 properties called das.host.name=localhost and
    nodeagent.name that are used to the create.nodeagent target.

Tags: SJSAS-9_1-TRUNK-POSTMERGE-V3-12_OCT_2007 SJSAS-9_1-FCS-TO-TRUNK-MERGE-28_SEPT_2007 SJSAS-9_1-TRUNK-PREMERGE-V3-11_OCT_2007

1.40 annotated / raw | Diffs: previous, other | Lines: 980 ( +9, -2 )

Created: 2007-07-30 19:42:32 -0500 (17 months ago) | Author: snjezana | Changeset: MAIN:snjezana:20070731004232

Merged beta3 changes in poor man's installer and ant installer to support
updatecenter client data collection opt-out option. Also, integrated UC
promoted build 20.

Branch point for: SJSAS91_FCS_BRANCH

Tags: SJSAS91_FCS_BRANCH$BP SJSAS-9_1-B58-RC1-05_Aug_2007 SJSAS-9_1-B58A-RC2-09_Aug_2007

1.39 annotated / raw | Diffs: previous, other | Lines: 973 ( +6, -0 )

Created: 2007-05-25 18:45:40 -0500 (19 months ago) | Author: snjezana | Changeset: MAIN:snjezana:20070525234540

Explicitly setting JAVA_HOME value in ucenv.conf and ucenv.bat files and
setting executable permissions on updatetool script.
Issue number: 2831, 3054

Branch point for: GF_V2_AIX_POC SJSAS91_BETA3_BRANCH

Tags: SJSAS-9_1-B54-RC-03_July_2007 SJSAS-9_1-B52-RC-20_June_2007 SJSAS-9_1-B53-RC-27_June_2007 SJSAS-9_1-B51-RC-15_June_2007 SJSAS91_BETA3_BRANCH$BP SJSAS-9_1-B51B-BETA3-14_June_2007 SJSAS-9_1-B56-RC-18_July_2007 SJSAS-9_1-B50-BETA3-07_June_2007 SJSAS-9_1-B55-RC-11_July_2007 SJSAS-9_1-B49-BETA3-31_May_2007 GF_V2_AIX_POC$BP SJSAS-9_1-B50A-BETA3-13_June_2007 SJSAS-9_1-B50C-BETA3-16_June_2007 SJSAS-9_1-B57-RC-25_July_2007 ... more hide

1.38 annotated / raw | Diffs: previous, other | Lines: 967 ( +37, -0 )

Created: 2007-05-05 00:34:25 -0500 (20 months ago) | Author: tcfujii | Changeset: MAIN:tcfujii:20070505053314

CDDL+GPL header updates.

Tags: SJSAS-9_1-B46-BETA3-09_May_2007 SJSAS-9_1-B47-BETA3-16_May_2007 SJSAS-9_1-B48-BETA3-23_May_2007

1.37 annotated / raw | Diffs: previous, other | Lines: 930 ( +1, -1 )

Created: 2007-04-30 17:26:01 -0500 (20 months ago) | Author: snjezana | Changeset: MAIN:snjezana:20070430222601

Issue number: 2216
Reviewed by: Dinesh Patil
Replacing deprecated --adminuser option used for domain creation in GF install
scripts with --user option.

Tags: SJSAS-9_1-B45-BETA3-03_May_2007

1.36 annotated / raw | Diffs: previous, other | Lines: 930 ( +2, -0 )

Created: 2007-04-23 18:55:08 -0500 (20 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20070423235508

Fixing the issue to copy missing cliutil.dll if user tries to cleanup glassfish server image manually by deleting all config and bin files.

Tested create-domain which asks for password in hidden format so cliutil.dll changes are correct.

Issue number:  2897
Obtained from:
Submitted by:  dpatil
Reviewed by:

Branch point for: SAILFIN_BRANCH

Tags: SJSAS-9_1-B44-BETA3-25_Apr_2007 SAILFIN_BRANCH$BP

1.35 annotated / raw | Diffs: previous, other | Lines: 928 ( +10, -0 )

Created: 2007-03-28 18:50:03 -0500 (21 months ago) | Author: snjezana | Changeset: MAIN:snjezana:20070328235003

Added token replacement handling for updatetool wrapper scripts. This is
part of the fix for updatecenter issue # 232.

Branch point for: SJSAS91_BETA2_BRANCH

Tags: SJSAS-9_1-B43-BETA3-18_Apr_2007 SJSAS-9_1-B41C-BETA2-14_Apr_2007 SJSAS91_BETA2_BRANCH$BP SJSAS-9_1-B41A-BETA2-04_Apr_2007 SJSAS-9_1-B41B-BETA2-13_Apr_2007 SJSAS-9_1-B42-BETA3-12_Apr_2007 SJSAS-9_1-B41D-BETA2-24_Apr_2007 SJSAS-9_1-B41-BETA2-30_Mar_2007

1.34 annotated / raw | Diffs: previous, other | Lines: 918 ( +1, -1 )

Created: 2007-03-28 18:45:08 -0500 (21 months ago) | Author: km | Changeset: MAIN:km:20070328234508

Issue number:   1540
Obtained from:  Issue Tracker
Submitted by:   Self
Reviewed by:    Dinesh, Self

[cvsnews]

Making cluster profile domain's administration
available without https/tls by default.


Ran QL tests. Tests against DAS passed in
second run. Tests against remote instance passed
in first attempt :)

Manual testing is done.

1.33 annotated / raw | Diffs: previous, other | Lines: 918 ( +6, -6 )

Created: 2007-03-27 18:31:43 -0500 (21 months ago) | Author: snjezana | Changeset: MAIN:snjezana:20070327233143

Workaround for update center issue# 154, properly setting update center client
environment variables.

1.32 annotated / raw | Diffs: previous, other | Lines: 918 ( +11, -3 )

Created: 2007-03-13 23:00:01 -0500 (21 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20070314040001

Build FIX: removing appserv-rt.jar from jarpacking on Mac, verified domain creation is fine.

Tags: SJSAS-9_1-B39-RC-14_Mar_2007 SJSAS-9_1-B40-RC-21_Mar_2007

1.31 annotated / raw | Diffs: previous, other | Lines: 910 ( +3, -3 )

Created: 2007-03-12 20:54:10 -0500 (21 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20070313015410

IssueFix: 1781, changing HADB_HOME to empty string, QL passed

1.30 annotated / raw | Diffs: previous, other | Lines: 910 ( +8, -0 )

Created: 2007-03-08 20:49:37 -0600 (22 months ago) | Author: vijaysr | Changeset: MAIN:vijaysr:20070309024933

1. download and do the required things for one new WSIT binary dependency called webservices_extra_api
2. create a dummy appserv-ws.jar with its manifest pointing to webservices-* for backward compatibility with 9.0
3. create a copy of activation.jar in lib/endorsed directory to take care of issues faced by JAXWS2.1/JAXB2.1 apps in JDK6 environment
4, Integration of latest WSIT bits

Reviewed by Dhiru and Dinesh
Passed dev tests, QL, CTS smoke

1.29 annotated / raw | Diffs: previous, other | Lines: 902 ( +8, -1 )

Created: 2007-03-05 15:12:41 -0600 (22 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20070305211241

Adding section for Mac to set MFWK_HOME, tested EE QL on Mac and failing tests are passing now

Tags: SJSAS-9_1-B38-RC-07_Mar_2007

1.28 annotated / raw | Diffs: previous, other | Lines: 895 ( +2, -2 )

Created: 2007-03-02 18:01:03 -0600 (22 months ago) | Author: rp100353 | Changeset: MAIN:rp100353:20070303000103

Updating asenv.bat instead of asenv.conf on windows
Reviewed by: Dhiru Pande

1.27 annotated / raw | Diffs: previous, other | Lines: 895 ( +33, -3 )

Created: 2007-03-01 18:06:00 -0600 (22 months ago) | Author: rp100353 | Changeset: MAIN:rp100353:20070302000600

Issue number:6344553
Reviewed by:Dinesh Patil

1.26 annotated / raw | Diffs: previous, other | Lines: 865 ( +2, -0 )

Created: 2007-02-05 14:12:37 -0600 (23 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20070205201237

Cleaning up extra directory from lib/endorsed.

Verified by running "build-jarinstaller" target to see this extra directory is not present in glassfish installer installed image.

Issue number:
Obtained from:
Submitted by:  dpatil
Reviewed by:  dhirup

Tags: SJSAS-9_1-B36-RC-14_Feb_2007 SJSAS-9_1-B37-RC-28_Feb_2007

1.25 annotated / raw | Diffs: previous, other | Lines: 863 ( +46, -1 )

Created: 2007-01-22 20:31:06 -0600 (23 months ago) | Author: snjezana | Changeset: MAIN:snjezana:20070123023105

Changes for JDIC token replacement in updatecenter configuration files.
Reviewed by Dinesh. Integrated Update center promoted build 01.

Branch point for: SJSAS91_BETA_BRANCH

Tags: SJSAS-9_1-B33-BETA-24_Jan_2007 SJSAS-9_1-B34-BETA-31_Jan_2007 SJSAS91_BETA_BRANCH$BP

1.24 annotated / raw | Diffs: previous, other | Lines: 818 ( +0, -8 )

Created: 2007-01-17 17:16:16 -0600 (23 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20070117231616

Removing jks property from asadmin template files as its not required now.

Tested with configure-cluster and Clustered QL passed.

Issue number: #1823
Obtained from:
Submitted by: dpatil
Reviewed by:

1.23 annotated / raw | Diffs: previous, other | Lines: 826 ( +8, -0 )

Created: 2007-01-10 23:53:44 -0600 (23 months ago) | Author: vijaysr | Changeset: MAIN:vijaysr:20070111055329

Issue number:  1688 - Issues relating use of JAXWS based services in JDK6 env
Submitted by:  Vijay R
Reviewed by:   Dinesh P

Tags: SJSAS-9_1-B31-EA-11_Jan_2007 SJSAS-9_1-B32-EA-17_Jan_2007

1.22 annotated / raw | Diffs: previous, other | Lines: 818 ( +20, -2 )

Created: 2006-12-21 17:25:05 -0600 (2 years ago) | Author: km105526 | Changeset: MAIN:km105526:20061221232505

Issue number:  1615
Obtained from: IT
Submitted by:  IT
Reviewed by:   Dinesh Patil

This is an incremental fix for 1615.
We are trying to implement the asadminenv.conf file
that contains asadmin preferences.

Made sure that domains get created properly and they can
be started, too. The file is not being used by the code yet.

Tags: SJSAS-9_1-B30-EA-03_Jan_2007

1.21 annotated / raw | Diffs: previous, other | Lines: 800 ( +16, -0 )

Created: 2006-12-11 12:01:53 -0600 (2 years ago) | Author: sv96363 | Changeset: MAIN:sv96363:20061211180152

Changes for Update Center Integration. Reviewed by Dinesh.

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Tags: SJSAS-9_1-B28-EA-13_Dec_2006 SJSAS-9_1-B29-EA-20_Dec_2006

1.20 annotated / raw | Diffs: previous, other | Lines: 784 ( +0, -8 )

Created: 2006-12-05 21:16:24 -0600 (2 years 1 month ago) | Author: vijaysr | Changeset: MAIN:vijaysr:20061206031523

Removed dependence on JAXWS2.0 based SPIs; Removed web svc binaries
from classpath prefix; Removed appserv-ws binary and its dependencies;
Ran dev tests, QL.

Tags: SJSAS-9_1-B27-EA-07_Dec_2006

1.19 annotated / raw | Diffs: previous, other | Lines: 792 ( +10, -2 )

Created: 2006-12-01 20:47:51 -0600 (2 years 1 month ago) | Author: dpatil | Changeset: MAIN:dpatil:20061202024751

Exclude jarpacking for toplink-essentials.jar for Darwin to resolve nightly test failures.

Tested full build, PE QL Passed.
Issue number:
Obtained from:
Submitted by: dpatil
Reviewed by:  Terena

1.18 annotated / raw | Diffs: previous, other | Lines: 784 ( +4, -0 )

Created: 2006-11-19 12:25:14 -0600 (2 years 1 month ago) | Author: km105526 | Changeset: MAIN:km105526:20061119182514

Issue number:
Obtained from:
Submitted by:  Self
Reviewed by:   Dinesh Patil.

This is just the background work.
This checkin means that if the tokens exist,
they will be replaced. No side effects.
Code is not fully integrated yet. None is reading
these values as of this checkin.

Tags: SJSAS-9_1-B26-EA-29_Nov_2006

1.17 annotated / raw | Diffs: previous, other | Lines: 780 ( +2, -2 )

Created: 2006-11-13 22:58:40 -0600 (2 years 1 month ago) | Author: dpatil | Changeset: MAIN:dpatil:20061114045839

Fixing Mac build issue for chmod target. Also remove EE appserv binaries for PE only domain.

Tested full build on mac.

Issue number:
Obtained from:
Submitted by: dpatil
Reviewed by:

1.16 annotated / raw | Diffs: previous, other | Lines: 780 ( +50, -19 )

Created: 2006-11-13 16:02:16 -0600 (2 years 1 month ago) | Author: dpatil | Changeset: MAIN:dpatil:20061113220216

Fix for issue# 1342

Patch receieved from Hadraba Petr to fix chmod target on unix, combine with linux.

Tested configure-runtime, configure-cluster and PE QL passed.

Thanks PETR!

Issue number:
Obtained from: PETR
Submitted by:  dpatil
Reviewed by: Bill Shannon

1.15 annotated / raw | Diffs: previous, other | Lines: 749 ( +1, -1 )

Created: 2006-11-06 22:07:58 -0600 (2 years 2 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20061107040758

Fixing the cut/paste typo for jarpack.

Tested on Solaris X86, and verified its jarpacking appserv-ext.jar file.

Issue number:
Obtained from:
Submitted by:  dpatil
Reviewed by:

Tags: SJSAS-9_1-B25-EA-08_Nov_2006

1.14 annotated / raw | Diffs: previous, other | Lines: 749 ( +11, -15 )

Created: 2006-11-06 21:33:40 -0600 (2 years 2 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20061107033340

Removing appserv-ext.jar from jarpacking only on Darwin due to JDK1.5.0_06, some build cleanup.

Tested PE QL on Mac, Passed.
Issue number:
Obtained from:
Submitted by: dpatil
Reviewed by:

1.13 annotated / raw | Diffs: previous, other | Lines: 753 ( +6, -6 )

Created: 2006-11-02 16:13:19 -0600 (2 years 2 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20061102221319

Adding jarpack for webservices jars since new WSIT integration has fixed the tests/build issues with JDK 1.5.0_09.
Tested PE QL on bootstrap-all build with create-snapshot which does jarpacking.
Issue number:
Obtained from:
Submitted by: dpatil
Reviewed by:  VijayR`

1.12 annotated / raw | Diffs: previous, other | Lines: 753 ( +28, -4 )

Created: 2006-11-01 18:25:51 -0600 (2 years 2 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20061102002551

Avoiding jarpack/unpack for webservies jars which corrupts the jars due to Mac JDK1.5.0_06

Tested PE QL on server image and PEI

Issue number:
Obtained from:
Submitted by:  dpatil
Reviewed by:  dhirup

1.11 annotated / raw | Diffs: previous, other | Lines: 729 ( +2, -2 )

Created: 2006-10-31 21:03:29 -0600 (2 years 2 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20061101030329

changing the value of AS_HADB to "Does not exist." for GlassFish, changing from %HADB_HOME% which was causing EE Quicklook failures.

Thanks Jan Luehe!

Tested EE QL, all passed with configure-cluster also.
Issue number:
Obtained from:
Submitted by: dpatil
Reviewed by:  Kedar,Jan

Tags: SJSAS-9_1-B24-EA-01_Nov_2006

1.10 annotated / raw | Diffs: previous, other | Lines: 729 ( +2, -2 )

Created: 2006-10-26 19:57:17 -0500 (2 years 2 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20061027005717

Remove the token replacement for HADB_HOME as glassfish doesn't have HADB bundled by default.
Issue number:
Obtained from:
Submitted by:  dpatil
Reviewed by:  kedar

1.9 annotated / raw | Diffs: previous, other | Lines: 729 ( +2, -2 )

Created: 2006-10-25 00:14:26 -0500 (2 years 2 months ago) | Author: bnevins | Changeset: MAIN:bnevins:20061025051349

HADB Version Downgrade
4.5.0-9 --> 4.4.3.5
Reviewer: Sathyan Catari
Submitter: Byron Nevins

Tags: SJSAS-9_1-B23-EA-25_Oct_2006

1.8 annotated / raw | Diffs: previous, other | Lines: 729 ( +3, -0 )

Created: 2006-10-04 17:42:52 -0500 (2 years 3 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20061004224252

Adding master.password variable while creating the clustered domain.

Tested configure-cluster
Issue number:
Obtained from:
Submitted by: Dinesh
Reviewed by:  Dhiru

Branch point for: GF_V3_PREWORK_BRANCH hk2-config-branch

Tags: before-build-upgrade SJSAS-9_1-B21-EA-11_Oct_2006 GF_V3_PREWORK_BRANCH$BP GF_V3_PREWORK_BRANCH_GRIZZLY_1_0 SJSAS-9_1-B22-EA-19_Oct_2006 hk2-config-branch$BP hg-workspace-init-Aug-2007 hk2-config-branch-point

1.7 annotated / raw | Diffs: previous, other | Lines: 726 ( +18, -18 )

Created: 2006-09-27 00:48:48 -0500 (2 years 3 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20060927054848

Updating the java.home to platform specific local.java.home as per the suffix appended.

Tested configure-cluster on Mac, works fine.
Issue number:
Obtained from:
Submitted by: dpatil
Reviewed by:  Dhiru

Branch point for: PWC12Dev_Branch SJSAS-9_1-PROFILES-20_Sep_2006

Tags: SJSAS-9_1-PROFILES-20_Sep_2006$BP SJSAS-9_1-B19-EA-27_Sep_2006 PWC12Dev_Branch$BP SJSAS-9_1-B20-EA-04_Oct_2006

1.6 annotated / raw | Diffs: previous, other | Lines: 726 ( +0, -6 )

Created: 2006-09-22 21:10:05 -0500 (2 years 3 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20060923021005

Removing extra lines got added

1.5 annotated / raw | Diffs: previous, other | Lines: 732 ( +12, -0 )

Created: 2006-09-22 21:02:48 -0500 (2 years 3 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20060923020248

Adding new JKS security flag to resolve nss dependency. Reviewer: Rajeshwar Patil

1.4 annotated / raw | Diffs: previous, other | Lines: 720 ( +16, -8 )

Created: 2006-09-09 11:37:57 -0500 (2 years 3 months ago) | Author: vijaysr | Changeset: MAIN:vijaysr:20060909163757

Integration of tango stack. Reviewed by Abhijit, Tim, Dinesh and others. Ran
QL, depl dev tests, web svc dev tests, xwss dev tests with expected results.

Branch point for: GF_V2_TEA_BRANCH

Tags: SJSAS-9_1-B17-EA-14_Sep_2006 SJSAS-9_1-B18-EA-20_Sep_2006 GF_V2_TEA_BRANCH$BP

1.3 annotated / raw | Diffs: previous, other | Lines: 712 ( +240, -0 )

Created: 2006-08-28 21:16:17 -0500 (2 years 4 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20060829021617

Adding Jarpack to compress the jars in JarInstaller for reducing the download Size.

Tested full source build, tested build-jarinstaller, build-jarinstaller-pe, QL tests passed on the installed jarinstaller.

Issue number:
Obtained from:
Submitted by:  dpatil
Reviewed by:

Tags: SJSAS-9_1-B15-EA-30_Aug_2006 SJSAS-9_1-B16-EA-05_Sep_2006

1.2 annotated / raw | Diffs: previous, other | Lines: 472 ( +17, -3 )

Created: 2006-08-22 15:09:01 -0500 (2 years 4 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20060822200901

Fix for Issue#965, if ${glassfish.home} is not pointing to glassfish, copy the files to glassfish directory and then zip into installer so this regression won't occur.

Issue number:
Obtained from:
Submitted by:  dpatil
Reviewed by:  Terena

Tags: SJSAS-9_1-B14-EA-24_Aug_2006

1.1 new annotated / raw | Lines: 458 ( +458, -0 )

Created: 2006-08-14 20:12:38 -0500 (2 years 4 months ago) | Author: dpatil | Changeset: MAIN:dpatil:20060815011238

Updating the configure-runtime target defaulted to PE (single instance) removing setup-pe.xml and adding setup-cluster.xml for configure-cluster goal.

Issue number:
Obtained from:
Submitted by: dpatil
Reviewed by:   dev@glassfish

Tags: SJSAS-9_1-B13-EA-16_Aug_2006

latest revision download Branch GF_V2_AIX_POC

1.39.4.2 annotated / raw | Diffs: previous, other | Lines: 973 ( +3, -3 )

Created: 2007-06-28 17:35:28 -0500 (18 months ago) | Author: basler | Changeset: GF_V2_AIX_POC:basler:20070628223528

Fixed ant task that was erroneously change from glassfish directory

Issue number:
Obtained from:
Submitted by:
Reviewed by:

1.39.4.1 annotated / raw | Diffs: previous, other | Lines: 973 ( +8, -8 )

Created: 2007-06-28 13:03:19 -0500 (18 months ago) | Author: basler | Changeset: GF_V2_AIX_POC:basler:20070628180319

Updated the build to remove the name glassfish for the binary distribution for legal reasons
Issue number:
Obtained from:
Submitted by:
Reviewed by:

latest revision download Branch PWC12Dev_Branch

1.7.4.3 annotated / raw | Diffs: previous, other | Lines: 792 ( +10, -2 )

Created: 2006-12-05 17:11:46 -0600 (2 years 1 month ago) | Author: kmeduri | Changeset: PWC12Dev_Branch:kmeduri:20061205231146

Merged bootstrap changes to PWC12Dev_Branch.
(Tracking CR: 6499413)

Files modified:
 bootstrap/build.xml
 bootstrap/glassfish.xml
 bootstrap/project.properties
 bootstrap/setup-cluster.xml
 bootstrap/setup.xml

Tags: PWC1_2-fcs-b16_24_Oct_2007 PWC1_2-fcs-b17_07_Feb_2008 PWC1_2-fcs-b19_05_May_2008 PWC1_2-fcs-b20_13_May_2008 PWC1_2-fcs-b22_17_Jul_2008 PWC1_2-fcs-b18_02_Apr_2008 PWC1_2-fcs-b21_30_May_2008 PWC1_2-fcs-b23_03_Oct_2008 PWC1_2-fcs-b12_12_Jun_2007 PWC1_2-fcs-b15_03_Oct_2007 PWC1_2-fcs-b09_16_Apr_2007 PWC1_2-fcs-b08_30_Mar_2007 PWC1_2-alpha-b01_16_Jan_2007 PWC1_2-alpha-b02_25_Jan_2007 ... more hide

1.7.4.2 annotated / raw | Diffs: previous, other | Lines: 784 ( +68, -37 )

Created: 2006-11-30 17:58:30 -0600 (2 years 1 month ago) | Author: kmeduri | Changeset: PWC12Dev_Branch:kmeduri:20061130235816

CR 6499413
Merge some minor (but very useful) changes from GF trunk to PWC12Dev_Branch

Files modified:
---------------
appserv-jstl/src/javax/servlet/jsp/jstl/core/IndexedValueExpression.java
appserv-jstl/src/javax/servlet/jsp/jstl/core/IteratedExpression.java
appserv-jstl/src/javax/servlet/jsp/jstl/core/LoopTagSupport.java
appserv-jstl/src/org/apache/taglibs/standard/extra/spath/SPathFilter.java
appserv-jstl/src/org/apache/taglibs/standard/lang/jstl/FunctionInvocation.javaM appserv-jstl/src/org/apache/taglibs/standard/lang/jstl/IntegerLiteral.java
appserv-jstl/src/org/apache/taglibs/standard/lang/jstl/PrimitiveObjects.java
appserv-jstl/src/org/apache/taglibs/standard/lang/jstl/test/StaticFunctionTests.java
appserv-jstl/src/org/apache/taglibs/standard/tag/common/core/ForEachSupport.java
appserv-jstl/src/org/apache/taglibs/standard/tag/common/sql/UpdateTagSupport.java
appserv-jstl/src/org/apache/taglibs/standard/tlv/JstlCoreTLV.java
appserv-jstl/src/org/apache/taglibs/standard/tlv/JstlFmtTLV.java
appserv-jstl/src/org/apache/taglibs/standard/tlv/JstlSqlTLV.java
appserv-jstl/src/org/apache/taglibs/standard/tlv/JstlXmlTLV.java
appserv-webtier/build.xml
appserv-webtier/src/java/com/sun/el/lang/ELSupport.java
appserv-webtier/src/java/org/apache/catalina/authenticator/DigestAuthenticator.java
appserv-webtier/src/java/org/apache/catalina/core/NamingContextListener.java
appserv-webtier/src/java/org/apache/catalina/mbeans/MBeanFactory.java
appserv-webtier/src/java/org/apache/catalina/mbeans/MBeanUtils.java
appserv-webtier/src/java/org/apache/catalina/startup/Catalina.java
appserv-webtier/src/java/org/apache/catalina/util/CGIProcessEnvironment.java
appserv-webtier/src/java/org/apache/catalina/util/ProcessHelper.java
appserv-webtier/src/java/org/apache/coyote/http11/Http11Protocol.java
appserv-webtier/src/java/org/apache/coyote/http11/InternalInputBuffer.java
appserv-webtier/src/java/org/apache/coyote/http11/InternalOutputBuffer.java
appserv-webtier/src/java/org/apache/coyote/http11/LocalStrings.properties
appserv-webtier/src/java/org/apache/coyote/tomcat5/CoyoteAdapter.java
appserv-webtier/src/java/org/apache/jasper/compiler/ELParser.java
appserv-webtier/src/java/org/apache/jasper/compiler/JspRuntimeContext.java
appserv-webtier/src/java/org/apache/jasper/compiler/ScriptingVariabler.java
appserv-webtier/src/java/org/apache/jasper/runtime/JspRuntimeLibrary.java
appserv-webtier/src/java/org/apache/jasper/runtime/PageContextImpl.java
appserv-webtier/src/java/org/apache/jasper/runtime/ServletResponseWrapperInclude.java
appserv-webtier/src/java/org/apache/naming/NamingService.java
appserv-webtier/src/java/org/apache/naming/factory/BeanFactory.java
appserv-webtier/src/java/org/apache/naming/resources/ResourceAttributes.java
appserv-webtier/src/java/org/apache/tomcat/util/IntrospectionUtils.java
appserv-webtier/src/java/org/apache/tomcat/util/buf/MessageBytes.java
appserv-webtier/src/java/org/apache/tomcat/util/buf/StringCache.java
appserv-webtier/src/java/org/apache/tomcat/util/http/FastHttpDateFormat.java
appserv-webtier/src/java/org/apache/tomcat/util/mx/DynamicMBeanProxy.java
appserv-webtier/src/java/org/apache/tomcat/util/net/URL.java
appserv-webtier/src/java/org/apache/tomcat/util/net/jsse/JSSESupport.java
appserv-webtier/src/java/org/apache/tomcat/util/threads/ThreadPool.java
bootstrap/build.xml
bootstrap/glassfish.xml
bootstrap/maven.xml
bootstrap/project-addons.xml
bootstrap/project-src.xml
bootstrap/project.properties
bootstrap/setup-cluster.xml
bootstrap/setup.xml
mail/src/java/com/sun/mail/imap/protocol/BASE64MailboxDecoder.java
mail/src/java/com/sun/mail/imap/protocol/BODY.java
servlet-api/src/jsr245/build.properties
servlet-api/src/jsr245/build.xml

1.7.4.1 annotated / raw | Diffs: previous, other | Lines: 753 ( +33, -6 )

Created: 2006-11-08 21:32:15 -0600 (2 years 1 month ago) | Author: kmeduri | Changeset: PWC12Dev_Branch:kmeduri:20061109033040

- Merged changes done until 2006-11-02 from HEAD branch to PWC12Dev_Branch branch
- Retained  same revision of /cvs/glassfish/servlet-api/src/jsr245/src/share/javax/el/ExpressionFactory.java to make sure that API intended for JSP2.1 MR is not in this branch.
- Added appserv-webtier/src/java/org/apache/catalina/core/AlternateDocBase.java
- Ported CoyoteResponse fix done today for Backward compatibility with WS7
- With these changes, there are no regressions in WS7 in terms of backward compatibility.

Reviewed by: Jan Luehe and Arvind

latest revision download Branch SAILFIN_BRANCH

1.36.2.3 annotated / raw | Diffs: previous, other | Lines: 978 ( +44, -1 )

Created: 2007-07-06 05:50:07 -0500 (18 months ago) | Author: prasads | Changeset: SAILFIN_BRANCH:prasads:20070706104841

Merging b54 from GlassFish TRUNK to SAILFIN_BRANCH

Tags: SAILFIN-1_0-B01-MS1-21_Aug_2007 SAILFIN-1_0-B03-17_Sept_2007 SAILFIN-1_0-MS1-21_Aug_2007 SAILFIN-1_0-B02-10_Sept_2007

1.36.2.2 annotated / raw | Diffs: previous, other | Lines: 935 ( +6, -2 )

Created: 2007-06-28 00:47:31 -0500 (18 months ago) | Author: naman_mehta | Changeset: SAILFIN_BRANCH:naman_mehta:20070628054731

Updating this file to change profile from sipcluster to cluster.
Submitted by:  Naman Mehta
Reviewed by:   Prasad Subramanian, Binod

Tags: SAILFIN_BRANCH-b44-TAG

1.36.2.1 annotated / raw | Diffs: previous, other | Lines: 931 ( +11, -10 )

Created: 2007-06-14 07:36:04 -0500 (18 months ago) | Author: naman_mehta | Changeset: SAILFIN_BRANCH:naman_mehta:20070614123544

Replaced static data to properties for releasename,classname and zipfile.
Reviewed By: Prasad Subramanian
Tests Run: Manual Test
Submitted By: Naman Mehta

latest revision download Branch SJSAS91_BETA3_BRANCH

1.39.2.1 annotated / raw | Diffs: previous, other | Lines: 980 ( +9, -2 )

Created: 2007-06-19 20:32:12 -0500 (18 months ago) | Author: snjezana | Changeset: SJSAS91_BETA3_BRANCH:snjezana:20070620013212

Updated poor man's installer binary to offer opt-out checkbox of updatecenter
automated update checking and data collection. Made corresponding changes
in GF setup and integrated new updatecenter promoted build.
Fix for issue# 3155.

Tags: SJSAS-9_1-B50F-BETA3-25_June_2007 SJSAS-9_1-B50E-BETA3-21_June_2007 SJSAS-9_1-B50D-BETA3-20_June_2007 SJSAS-9_1-B50G-BETA3-27_June_2007

latest revision download Branch SJSAS91_BETA_BRANCH

1.25.2.3 annotated / raw | Diffs: previous, other | Lines: 865 ( +2, -0 )

Created: 2007-02-05 14:57:10 -0600 (23 months ago) | Author: dpatil | Changeset: SJSAS91_BETA_BRANCH:dpatil:20070205205710

Removing extra endorsed/normalized files and directories.

Issue number:  #2326
Obtained from:
Submitted by:  dpatil
Reviewed by:  dhirup

Tags: SJSAS-9_1-B33C-BETA-12_Feb_2007 SJSAS-9_1-B33E-BETA-21_Feb_2007 SJSAS-9_1-B33B-BETA-07_Feb_2007 SJSAS-9_1-B33D-BETA-13_Feb_2007

1.25.2.2 annotated / raw | Diffs: previous, other | Lines: 863 ( +1, -1 )

Created: 2007-01-30 20:11:45 -0600 (23 months ago) | Author: dpatil | Changeset: SJSAS91_BETA_BRANCH:dpatil:20070131021145

Fixing the typo in earlier checkin to fix the broken target

Tags: SJSAS-9_1-SNAPSHOT-02_FEB_2007 SJSAS-9_1-B33A-BETA-31_Jan_2007

1.25.2.1 annotated / raw | Diffs: previous, other | Lines: 863 ( +6, -6 )

Created: 2007-01-30 18:14:43 -0600 (23 months ago) | Author: snjezana | Changeset: SJSAS91_BETA_BRANCH:snjezana:20070131001443

Issue number:2269
Reviewed by:Dinesh Patil
Using schema2beans.jar as value for UC client LIB_EXT variable. Workaround
for classloading issue tracked as update center issue# 145.

latest revision download Branch SJSAS91_FCS_BRANCH

1.40.2.12 annotated / raw | Diffs: previous, other | Lines: 1084 ( +14, -4 )

Created: 2008-11-12 21:21:19 -0600 (56 days ago) | Author: naman_mehta | Changeset: SJSAS91_FCS_BRANCH:naman_mehta:20081113032119

Added code to avoid appserv-rt jarpack only for AIX and Darwin.
Issue number:
Obtained from:
Submitted by:  naman mehta
Reviewed by:   Snjezana

Branch point for: SGES21_FCS_BRANCH

Tags: SAILFIN-1_0-B60-17_Nov_2008 SJSAS-9_1_1-B60-17_Nov_2008 SGES21_FCS_BRANCH$BP SJSAS-9_1_1-B60A-24_Nov_2008 SAILFIN-1_0-B60A-24_Nov_2008 SJSAS-9_1_1-B60B-06_Dec_2008 SAILFIN-1_0-B60B-06_Dec_2008 SAILFIN-1_0-B60C-11_Dec_2008 SJSAS-9_1_1-B60C-11_Dec_2008 SAILFIN-1_0-B60D-16_Dec_2008 SJSAS-9_1_1-B60E-23_Dec_2008 SAILFIN-1_0-B60E-23_Dec_2008 SAILFIN-1_0-B60F-07_Jan_2009 SJSAS-9_1_1-B60F-07_Jan_2009 ... more hide

1.40.2.11 annotated / raw | Diffs: previous, other | Lines: 1074 ( +4, -4 )

Created: 2008-11-12 00:48:25 -0600 (57 days ago) | Author: naman_mehta | Changeset: SJSAS91_FCS_BRANCH:naman_mehta:20081112064825

TEMPORARY FIX TO RESOLVE AIS BUILD ISSUE DURING PACK AND UNPACK OF JARS.
Issue number:
Obtained from:
Submitted by:  naman mehta
Reviewed by:   harpreet singh

1.40.2.10 annotated / raw | Diffs: previous, other | Lines: 1074 ( +1, -1 )

Created: 2008-10-18 02:22:22 -0500 (2 months 21 days ago) | Author: tcfujii | Changeset: SJSAS91_FCS_BRANCH:tcfujii:20081018072221

Updates for javadb-10.4.2-20081017 integration and related changes.

Tags: SJSAS-9_1_1-B57-23_Oct_2008 SJSAS-9_1_1-B59-07_Nov_2008 SAILFIN-1_0-B58-29_Oct_2008 SJSAS-9_1_1-B58-29_Oct_2008 SAILFIN-1_0-B59-07_Nov_2008 SAILFIN-1_0-B57-23_Oct_2008 REGISTRATION-1_2-B02-24_Oct_2008

1.40.2.9 annotated / raw | Diffs: previous, other | Lines: 1074 ( +11, -1 )

Created: 2008-01-17 19:10:57 -0600 (11 months ago) | Author: janey | Changeset: SJSAS91_FCS_BRANCH:janey:20080118010544

port AIX changes to 9.1.1

Branch point for: SJSAS911_BETA_BRANCH

Tags: SJSAS-9_1_1-B42-17_Jul_2008 SF-0_5-B37-12_Jun_2008 SF-0_5-B37b-29_Jun_2008 SJSAS-9_1_1-B41-10_Jul_2008 SF-0_5-B37I-11_Aug_2008 SF-0_5-B34-21_May_2008 SAILFIN-1_0-B42-17_Jul_2008 SAILFIN-1_0-B35-28_May_2008 SAILFIN-1_0-B20-07_Feb_2008 SAILFIN-1_0-B56-15_Oct_2008 SAILFIN-1_0-B22-20_Feb_2008 SJSAS-9_1_1-B49-06_Sept_2008 SJSAS-9_1_1-B22-20_Feb_2008 SJSAS-9_1_1-B27-26_Mar_2008 ... more hide

1.40.2.8 annotated / raw | Diffs: previous, other | Lines: 1064 ( +2, -0 )

Created: 2008-01-15 21:33:18 -0600 (11 months ago) | Author: rp100353 | Changeset: SJSAS91_FCS_BRANCH:rp100353:20080116033318

Issue number: https://updatecenter.dev.java.net/issues/show_bug.cgi?id=337
Merge from V2 UR1 to V2.1

Tags: SAILFIN-1_0-B17-17_Jan_2008 SJSAS-9_1_1-B17-17_Jan_2008

1.40.2.7 annotated / raw | Diffs: previous, other | Lines: 1062 ( +8, -0 )

Created: 2008-01-08 15:29:49 -0600 (11 months ago) | Author: raih | Changeset: SJSAS91_FCS_BRANCH:raih:20080108212949

Merge sysnet script based installer changes from SJSAS91_UR1_BRANCH to SJSAS91_FCS_BRANCH

Tags: SAILFIN-1_0-B16-10_Jan_2008 SJSAS-9_1_1-B16-10_Jan_2008

1.40.2.6 annotated / raw | Diffs: previous, other | Lines: 1054 ( +37, -1 )

Created: 2008-01-08 04:54:22 -0600 (12 months ago) | Author: naman_mehta | Changeset: SJSAS91_FCS_BRANCH:naman_mehta:20080108105325

Adding new properties and targets to check installer is vaild for user OS or not.
Issue number:
Obtained from:
Submitted by:  naman mehta
Reviewed by:   prasad

1.40.2.5 annotated / raw | Diffs: previous, other | Lines: 1018 ( +1, -0 )

Created: 2007-11-27 03:13:31 -0600 (13 months ago) | Author: naman_mehta | Changeset: SJSAS91_FCS_BRANCH:naman_mehta:20071127091331

Updated target do.chmod to change permission for killserv during create domain.
Issue number:
Obtained from:
Submitted by:  naman mehta
Reviewed by:   prasad subramanian

Tags: SAILFIN-1_0-B14-17_Dec_2007 SAILFIN-1_0-B12-11_Dec_2007 SJSAS-9_1_1-B10-27_Nov_2007 SJSAS-9_1_1-B11-04_Dec_2007 SAILFIN-1_0-B15-31_Dec_2007 SAILFIN-1_0-B11-04_Dec_2007 SJSAS-9_1_1-B12-11_Dec_2007 SJSAS-9_1_1-B15-31_Dec_2007 SAILFIN-1_0-B10-27_Nov_2007 SJSAS-9_1_1-B13-12_Dec_2007 SAILFIN-1_0-B13-12_Dec_2007 SJSAS-9_1_1-B14-17_Dec_2007

1.40.2.4 annotated / raw | Diffs: previous, other | Lines: 1017 ( +6, -0 )

Created: 2007-09-25 06:22:22 -0500 (15 months ago) | Author: naman_mehta | Changeset: SJSAS91_FCS_BRANCH:naman_mehta:20070925112222

Adding target remove.domain.xml. It is missing in this file ang givin error during setting up cluster profile.
Issue number:
Obtained from:
Submitted by:  naman mehta
Reviewed by:

Tags: SAILFIN-1_0-B06-05_Nov_2007 SAILFIN-1_0-B07-07_Nov_2007 SAILFIN-1_0-B04-04_Oct_2007 SAILFIN-1_0-B09-19_Nov_2007 SAILFIN-1_0-B05-16_Oct_2007 SAILFIN-1_0-B08-13_Nov_2007

1.40.2.3 annotated / raw | Diffs: previous, other | Lines: 1011 ( +11, -10 )

Created: 2007-09-24 01:54:31 -0500 (15 months ago) | Author: prasads | Changeset: SJSAS91_FCS_BRANCH:prasads:20070924065415

merging SAILFIN_BRANCH with SJSAS_91_FCS_BRANCH

1.40.2.2 annotated / raw | Diffs: previous, other | Lines: 1010 ( +7, -3 )

Created: 2007-08-14 23:12:53 -0500 (16 months ago) | Author: harpreet | Changeset: SJSAS91_FCS_BRANCH:harpreet:20070815041253

Issue Number: 3494
Submitted by: Harpreet Singh
Reviewed by: Nazrul Islam
Files Modified: setup-cluster.xml
Tests Run: EE QL

Synopsis:
Provide a target in setup-cluster.xml to create a node agent. The target provided is create-node-agent.

Modified setup-cluster.xml to use AS_ADMIN_PASSWORD property that is created in passfile. This is required for create-node-agent command.

Branch point for: SJSAS91_UR1_BRANCH

Tags: SJSAS-9_1_01-B06-24_Oct_2007 SJSAS-9_1-B58B-RC3-15_Aug_2007 SJSAS91_UR1_BRANCH$BP sjsas-9_1-nightly-28_aug_2007 SJSAS-9_1-B58C-FCS-22_Aug_2007 SJSAS-9_1-B58G-FCS-08_Sept_2007 SJSAS-9_1-B58F-FCS-06_Sept_2007 SJSAS-9_1_01-B01-19_Sept_2007 SJSAS-9_1_01-B03-03_Oct_2007 SJSAS-9_1_01-B05-17_Oct_2007 SJSAS-9_1-B58D-FCS-31_Aug_2007 SJSAS-9_1-B58E-FCS-04_Sept_2007 sjsas-9_1-nightly-29_aug_2007 SJSAS-9_1_01-B04-10_Oct_2007 ... more hide

1.40.2.1 annotated / raw | Diffs: previous, other | Lines: 1006 ( +30, -4 )

Created: 2007-08-14 20:38:28 -0500 (16 months ago) | Author: harpreet | Changeset: SJSAS91_FCS_BRANCH:harpreet:20070815013828

Issue Number: 3494
Submitted by: Harpreet Singh
Reviewed by: Mahesh Kannan, Dhiru Pandey
Files Modified: setup-cluster.xml
Tests Run: EE QL

Synopsis:
Provide a target in setup-cluster.xml to create a node agent. The target provided is create-node-agent.

Summary of Changes:
 *  Created a preinstall-bootstrap command. This target moves myriad
    of bootstrap activities like check-java, jar unpack, token
    replacement from the "all" target to this target.
  * Created a install-domain target. This target moves the
    create.domain target that was under the "all" target to  this target.
  * Modified "all" target to call the install-domain target. This
    effectively replaces  all  the activities under the  all target to
    the  new targets mentioned under  1&2.
  * Added a create.nodeagent target. This is equivalent to
    create.domain i.e it "explicitly calls asadmin" to create a node agent
  * Added a create-node-agent target that calls preinstall-bootstrap
    target and then calls the create.nodeagent target.
  * Added 2 properties called das.host.name=localhost and
    nodeagent.name that are used to the create.nodeagent target.

latest revision download Branch SJSAS91_UR1_BRANCH

1.40.2.2.2.5 annotated / raw | Diffs: previous, other | Lines: 1030 ( +6, -1 )

Created: 2007-11-15 01:03:21 -0600 (13 months ago) | Author: raih | Changeset: SJSAS91_UR1_BRANCH:raih:20071115070320

adding changes related to service tag introduction

Branch point for: SJSAS91_UR1_DBINT_BRANCH SJSAS91_UR2_BRANCH SJSAS91_UR2_RI_BRANCH VERIFIER_POST_V2UR2_BRANCH

Tags: SJSAS91_UR2_RI_BRANCH$BP SJSAS-9_1_01-B09D-DBINT-19_Mar_2008 SJSAS-9_1_02-B03-05_Apr_2008 SJSAS-9_1_01-B09D-DBINT-06_Mar_2008 SJSAS91_UR2_BRANCH$BP SJSAS91_UR2_BRANCHPOINT_06_Dec_2007 SJSAS91_UR1_DBINT_BRANCHPOINT-14_Feb_2008 SJSAS91_UR1_DBINT_BRANCH$BP SJSAS-9_1_01-B09-15_Nov_2007 SJSAS-9_1_02-B02-27_Mar_2008 SJSAS-9_1_01-B010-RESPIN-13_Feb_2008 SJSAS-9_1_01-B010-05_Feb_2008 SJSAS-9_1_01-B09D-06_Dec_2007 SJSAS-9_1_01-B09B-30_Nov_2007 ... more hide

1.40.2.2.2.4 annotated / raw | Diffs: previous, other | Lines: 1025 ( +1, -1 )

Created: 2007-11-14 12:44:03 -0600 (13 months ago) | Author: dpatil | Changeset: SJSAS91_UR1_BRANCH:dpatil:20071114184403

Backing out the goal to fix broken build

1.40.2.2.2.3 annotated / raw | Diffs: previous, other | Lines: 1025 ( +3, -0 )

Created: 2007-11-13 21:59:40 -0600 (13 months ago) | Author: raih | Changeset: SJSAS91_UR1_BRANCH:raih:20071114035940

adding changes related to service tag introduction

1.40.2.2.2.2 annotated / raw | Diffs: previous, other | Lines: 1022 ( +2, -0 )

Created: 2007-11-13 15:30:38 -0600 (13 months ago) | Author: rp100353 | Changeset: SJSAS91_UR1_BRANCH:rp100353:20071113213038

Adding sysnet registration jars to UC classpath
Issue number:  https://updatecenter.dev.java.net/issues/show_bug.cgi?id=337
Reviewed by:   Nazrul

1.40.2.2.2.1 annotated / raw | Diffs: previous, other | Lines: 1020 ( +11, -1 )

Created: 2007-10-27 11:40:10 -0500 (14 months ago) | Author: basler | Changeset: SJSAS91_UR1_BRANCH:basler:20071027164010

- Fix for 6618208 and 6619531 which set the tokens in asenv properly on aix.
- reviewed by Dinesh
- pe and ee quicklook tests passes

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Tags: SJSAS-9_1_01-B07-01_Nov_2007 SJSAS-9_1_01-B08-08_Nov_2007

Crucible: Open Source License registered to Atlassian.
Atlassian Crucible, painless code review. (Version:1.6.2 Build:build-rspud1 2008-10-22) - Administration - Page generated 2009-01-08 11:10 -0600