Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 912631

Summary: Unused variable JBOSS_ENDORSED_DIRS in sripts
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: Scripts and CommandsAssignee: Darran Lofthouse <darran.lofthouse>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: brian.stansberry, rsvoboda
Target Milestone: ER3   
Target Release: EAP 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Kremensky 2013-02-19 09:08:00 UTC
There is an unused variable JBOSS_ENDORSED_DIRS in some sripts.

[pkremens@dhcp-4-200 ~/jboss-eap-6.1/bin]$ grep -r "ENDORSED" .
./jdr.sh:    JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`
./add-user.sh:    JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`
./jconsole.sh:    JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`
./appclient.bat:set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
./add-user.bat:set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
./domain.bat:set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
./vault.sh:    JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`
./jdr.bat:set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
./standalone.bat:set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
./appclient.sh:    JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`

Comment 1 Permaine Cheung 2013-02-19 19:36:05 UTC
Darran, I know that you work on some of the mentioned scripts, can you please look into those and reassign to others if needed? Thanks!

Comment 2 JBoss JIRA Server 2013-03-05 16:54:53 UTC
Darran Lofthouse <darran.lofthouse> updated the status of jira AS7-6680 to Coding In Progress

Comment 4 Petr Kremensky 2013-03-20 08:59:33 UTC
Verified on EAP 6.1.0 ER3