Bug 778438 (SOA-920) - jboss_init_redhat.sh in standalone uses wrong configuration
Summary: jboss_init_redhat.sh in standalone uses wrong configuration
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-920
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: Build Process, Configuration
Version: 4.3 IR5
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.3 CR1
Assignee: Julian Coleman
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-07 07:30 UTC by Jiri Pechanec
Modified: 2008-10-20 11:39 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-10-20 11:39:09 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-920 0 None None None Never

Description Jiri Pechanec 2008-10-07 07:30:34 UTC
Date of First Response: 2008-10-09 04:58:00
project_key: SOA

In the script jboss_init_redhat.sh for standalone there is a line that sets default value for configuration
JBOSS_CONF=${JBOSS_CONF:-"production"}

The correct value is
JBOSS_CONF=${JBOSS_CONF:-"default"}

Comment 1 Julian Coleman 2008-10-09 08:58:00 UTC
Fixed in revision 2065 of:

  build-tools/builders/eap/build.xml

Commit message:

  Cnange the default deploy configuration fron `production' to `default' for
  the standalone jboss_init_redhat.sh.


Comment 2 Jiri Pechanec 2008-10-20 11:39:09 UTC
Verified in CR1


Note You need to log in before you can comment on or make changes to this bug.