SJSAS91_FCS_BRANCH:sirajg:20081016181209
by sirajg on
16 October 2008, 13:12:09 -0500
(2 months 23 days ago)
Removed an unnecessary print message, when an exception is thrown. This appears in UC console, so needs to be removed
SJSAS91_FCS_BRANCH:sirajg:20080922185752
by sirajg on
22 September 2008, 13:57:52 -0500
(3 months 16 days ago)
Remove some unnecessary imports as these are causing a build issue for UC
Added methods to get ServiceTag through RegistrationService Renamed ServiceTag implementation class to ServiceTagImpl Added ServiceTag interface Added check to make sure only unre…
MAIN:sirajg:20080605200838
by sirajg on
05 June 2008, 15:08:38 -0500
(7 months ago)
file ServiceTagImpl.java was initially added on branch SJSAS91_FCS_BRANCH.
MAIN:sirajg:20080605200836
by sirajg on
05 June 2008, 15:08:36 -0500
(7 months ago)
file ServiceTag.java was initially added on branch SJSAS91_FCS_BRANCH.
com/sun/enterprise/registration/RepositoryManager.java:279:279 DLS: Dead store to serviceTags in com.sun.enterprise.registration.RepositoryManager.updateRuntimeValues() (…
SJSAS91_UR1_BRANCH:anilam:20071129034015
by anilam on
28 November 2007, 21:40:15 -0600
(13 months ago)
bug# 6635191 need to remove the extra '=' between the key and the country: New Zealand
SJSAS91_UR1_BRANCH:sirajg:20071121003236
by sirajg on
20 November 2007, 18:32:36 -0600
(13 months ago)
Fix for bug#6632000 - checkin code given by the JDK team to generate service tag
SJSAS91_UR1_BRANCH:sirajg:20071119205338
by sirajg on
19 November 2007, 14:53:38 -0600
(13 months ago)
fix for bug#6630587 - disable registration for AIX because sysnet APIs do not work on AIX
MAIN:sirajg:20071118164539
by sirajg on
18 November 2007, 10:45:39 -0600
(13 months ago)
file Country.properties was initially added on branch SJSAS91_UR1_BRANCH.
SJSAS91_UR1_BRANCH:scatari:20071114014943
by scatari on
13 November 2007, 19:49:43 -0600
(13 months ago)
Opening up constructor as the installer relies on the implementation. Issue number: Obtained from: Submitted by: Reviewed by:
SJSAS91_UR1_BRANCH:mm110999:20071114013036
by mm110999 on
13 November 2007, 19:30:36 -0600
(13 months ago)
Let the Daemon thread die after successful registration attempt. Finalized the logic which determines whether to start the daemon thread or not