Bug 778165 (SOA-674) - The standalone version significantly differs from the embedded
Summary: The standalone version significantly differs from the embedded
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-674
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: Build Process
Version: 4.3 IR1
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 4.3 CR1
Assignee: trev
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On: SOA-699
Blocks: SOA-947
TreeView+ depends on / blocked
 
Reported: 2008-08-12 10:12 UTC by Jiri Pechanec
Modified: 2008-10-20 11:34 UTC (History)
0 users

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


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 778145 0 urgent CLOSED Management console build does not work 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker SOA-674 0 None None None Never

Internal Links: 778145

Description Jiri Pechanec 2008-08-12 10:12:24 UTC
Link type: Superset, Source: SOA-674, Destination: SOA-673
Date of First Response: 2008-08-13 07:56:55
project_key: SOA

See list of relevant differences
[dist-diff] ================================================================================
[dist-diff] Differences found
[dist-diff]     Additions
[dist-diff]             samples/quickstarts/helloworld_ejb3_ws_wss
[dist-diff]             samples/quickstarts/webservice_proxy
[dist-diff]             samples/quickstarts/webservice_proxy/war
[dist-diff]             samples/quickstarts/helloworld_bridge
[dist-diff]             samples/quickstarts/helloworld_ejb3_ws
[dist-diff]             samples/quickstarts/xsd_validation
[dist-diff]             samples/quickstarts/wsmq_router
[dist-diff]             samples/quickstarts/xml2swift_action
[dist-diff]             samples/quickstarts/helloworld_ejb3
[dist-diff]             samples/quickstarts/JAAS_action
[dist-diff]             samples/quickstarts/swift2xml_action
[dist-diff]             samples/quickstarts/webservice_bpel/docs/BPEL-Process.pdf
[dist-diff]             samples/quickstarts/webservice_bpel/docs/ActiveBPEL-Orchestration.pdf
[dist-diff]             samples/quickstarts/bpm_orchestration4/docs/Readme.pdf
[dist-diff]     Removals
[dist-diff]             docs
[dist-diff]             Contributors.txt
[dist-diff]             javadocs/package-list
[dist-diff]             samples/trailblazer
[dist-diff]             tools/console/management/src/main/java/org/jboss/soa/esb/management
[dist-diff]             tools/console/management-esb/src/main/java
[dist-diff]             tools/console/management-web/src/main/resources
[dist-diff]     Modifications
[dist-diff]             tools/schema/build.properties
[dist-diff]             tools/schema/build.xml
[dist-diff] ================================================================================

I guess there are two reasons for this
1) The codebase has changed between the stndalone and embedded builds
2) Part of the build scripts afre not now executed due to jboss-esb/jboss-as dir name change

Comment 1 Jiri Pechanec 2008-08-12 10:13:00 UTC
Link: Added: This issue depends SOA-673


Comment 2 Jiri Pechanec 2008-08-12 10:13:42 UTC
Link: Removed: This issue depends SOA-673 


Comment 3 Jiri Pechanec 2008-08-12 10:13:59 UTC
Link: Added: This issue incorporates SOA-673


Comment 4 Jiri Pechanec 2008-08-12 10:14:44 UTC
Link: Added: This issue related SOA-658


Comment 5 Julian Coleman 2008-08-13 11:56:55 UTC
SOA quickstarts are now installed in both embedded and standalone versions.  See revisions
1653 and 1654 of
  build-tools/builders/e*/build.tml
  build-tools/resource/quickstarts/*

This removes the following differences:

> [dist-diff] samples/quickstarts/helloworld_ejb3_ws_wss 
> [dist-diff] samples/quickstarts/webservice_proxy 
> [dist-diff] samples/quickstarts/webservice_proxy/war 
> [dist-diff] samples/quickstarts/helloworld_bridge 
> [dist-diff] samples/quickstarts/helloworld_ejb3_ws 
> [dist-diff] samples/quickstarts/xsd_validation 
> [dist-diff] samples/quickstarts/wsmq_router 
> [dist-diff] samples/quickstarts/xml2swift_action 
> [dist-diff] samples/quickstarts/helloworld_ejb3 
> [dist-diff] samples/quickstarts/JAAS_action 
> [dist-diff] samples/quickstarts/swift2xml_action 


Comment 6 Julian Coleman 2008-08-19 12:33:27 UTC
The fix for SOA-673 has resolved the following:
> [dist-diff] tools/schema/build.properties 
> [dist-diff] tools/schema/build.xml 

build.xml will now be the same, but the properties will still be different.

Comment 7 trev 2008-08-21 15:25:24 UTC
Link: Added: This issue depends SOA-699


Comment 8 Mark Little 2008-08-26 12:58:20 UTC
The standalone version is meant to be different from the embedded version in some cases, e.g., no EJB3 support. As such those differences should remain and we will not ship examples that rely on missing/unsupported capabilities in the embedded version.

Comment 9 Julian Coleman 2008-08-28 14:48:43 UTC
Fixed in revisions 1772 and 1773 of:
  builders/*/build.xml
  resource/quickstarts/*

Log message:
  Move the quickstarts into common and embedded directories.
  Reverts the changes in revisions 1653 and 1654.


Comment 10 Jiri Pechanec 2008-09-12 11:47:16 UTC
I do not understand why the doc files are present in embedded and missing from standalone

[dist-diff]             samples/quickstarts/webservice_bpel/docs/BPEL-Process.pdf
[dist-diff]             samples/quickstarts/webservice_bpel/docs/ActiveBPEL-Orchestration.pdf
[dist-diff]             samples/quickstarts/bpm_orchestration4/docs/Readme.pdf

If EJB3 tests are removed from standalone then business_Service should be removed too.

docs/examples/binding-manager/sample-bindings.xml.bak should not be present in embedded config

Comment 11 Julian Coleman 2008-09-15 12:12:58 UTC
Removed business_service quickstart in:
  revision 1888
  build-tools/builders/esb/build.xml
Commit message:
  Removed the "business_service" quickstart, as it uses EJB3.
  Part of JIRA SOA-674.


Comment 12 trev 2008-09-22 19:07:24 UTC
Stripping down embedded zip to produce standalone to ensure common base.

Comment 13 Jiri Pechanec 2008-10-02 08:15:23 UTC
I have strong feeling that following quickstarts still requires embedded (due to EJB)
webservice_bpel
ejbprocessor
opensso

Please verify and fix or reject

Comment 14 trev 2008-10-06 12:15:16 UTC
The three quickstarts have been removed from standalone

Comment 15 Len DiMaggio 2008-10-16 01:41:46 UTC
Link: Added: This issue is a dependency of SOA-947


Comment 16 Jiri Pechanec 2008-10-20 11:34:37 UTC
Verified in CR1


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