Bug 780472 (SOA-2899) - Need to document that EDS is not supported with, and cannot be installed into the 5.1 "standalone" server
Summary: Need to document that EDS is not supported with, and cannot be installed into...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-2899
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: Documentation
Version: 5.1.0.ER9
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.2.0 GA
Assignee: David Le Sage
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-11 14:31 UTC by Len DiMaggio
Modified: 2011-11-15 02:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-15 02:31:24 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 780473 0 high CLOSED Need a better error message if users attempt to install EDS into the standalone server 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 780782 0 high CLOSED EDS installer does not work with standalone 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker SOA-2899 0 None None None Never

Internal Links: 780473 780782

Description Len DiMaggio 2011-02-11 14:31:13 UTC
project_key: SOA

The all, production, default server profiles are supported with EDS - but with the EMBEDDED server only.

If the user tries to install EDS into the standalone server - this error is returned:

ant
Buildfile: build.xml

prompteds:
    [input] Enter profile to install EDS to: all, production, or default  [default]


validate.profile:

promptcxf:

install:

BUILD FAILED
/jboss/local/51_ER9/jboss-soa-p-standalone-5/eds/build.xml:36: Profile default does not exist

Comment 1 Len DiMaggio 2011-02-11 14:35:38 UTC
Link: Added: This issue related SOA-2900


Comment 3 Van Halbert 2011-02-11 17:33:40 UTC
Release Notes Docs Status: Added: Documented as Known Issue
Release Notes Text: Added: To enable deployment to a standalone server, change the eds build.xml by replacing:

<property name="jboss_home" value="../jboss-as/"/>

with:
	<condition property="jboss_home" value="../jboss-esb">



Comment 4 David Le Sage 2011-07-18 02:39:19 UTC
Writer: Added: Darrin
Release Notes Text: Removed: To enable deployment to a standalone server, change the eds build.xml by replacing:

<property name="jboss_home" value="../jboss-as/"/>

with:
	<condition property="jboss_home" value="../jboss-esb">
 Added: https://issues.jboss.org/browse/SOA-2899

To enable deployment to a standalone server, change the EDS build.xml by replacing:

<property name="jboss_home" value="../jboss-as/"/>

with:
	<condition property="jboss_home" value="../jboss-esb">



Comment 6 Len DiMaggio 2011-09-26 19:10:21 UTC
We also need to mention that this is not a supported/certified configuration.



Comment 7 Len DiMaggio 2011-11-11 19:08:33 UTC
Note - just to repeat - in the CR1 build - the installer successfully installs EDS into a standalone server's 'default' profile. No additional code changes are needed. The remaining task is to update the documentation.


Comment 8 David Le Sage 2011-11-14 01:09:54 UTC
Writer: Removed: Darrin Added: dlesage


Comment 9 David Le Sage 2011-11-14 01:20:09 UTC
Release Notes Docs Status: Removed: Documented as Known Issue Added: Documented as Resolved Issue
Release Notes Text: Removed: https://issues.jboss.org/browse/SOA-2899

To enable deployment to a standalone server, change the EDS build.xml by replacing:

<property name="jboss_home" value="../jboss-as/"/>

with:
	<condition property="jboss_home" value="../jboss-esb">
 Added: https://issues.jboss.org/browse/SOA-2899

The all, production, default server profiles are supported with EDS - but with the EMBEDDED server only.  Do not try to install  EDS into the standalone server as it is not a supported/certified configuration.


Comment 10 David Le Sage 2011-11-14 01:20:55 UTC
Updated text of release note after IRC discussion with ldimaggi 14/11/2011

Comment 11 Len DiMaggio 2011-11-14 19:09:33 UTC
The release note reads:

{color:blue} 
https://issues.jboss.org/browse/SOA-2899

    To enable deployment to a standalone server, change the EDS build.xml by replacing: <property name="jboss_home" value="../jboss-as/"/> with: <condition property="jboss_home" value="../jboss-esb"> 
{color} 

We should also (re)state that this configuration is not supported.




Comment 12 Van Halbert 2011-11-14 19:24:56 UTC
Looking at the build.xml, it contains 

   <condition property="jboss_home" value="../jboss-esb/">
      <available file="../jboss-esb"/>
   </condition>

no changes should be required. 

Comment 13 Van Halbert 2011-11-14 19:31:47 UTC
Link: Added: This issue is related to SOA-3236


Comment 14 Van Halbert 2011-11-14 19:32:39 UTC
See SOA-3236 regarding validating installation.


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