Hide Forgot
Date of First Response: 2008-09-28 09:22:59 project_key: SOA SLI (see linked issue)
Link: Added: This issue depends JBESB-1808
Can we have confirmation that fixes are in place for 4.2CP03.
Link: Added: This issue is related to SOA-571
Is business_rules_service part of SOA-P 4.2?
Link: Added: This issue depends SOA-571
will hold this on until ESB team merges all their fixes for SOA-P 4.2CP03 to a https://svn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_2_1_SOA_4_2_CP3 branch
Link: Removed: This issue depends JBESB-1808
Link: Removed: This issue depends SOA-571
Link: Added: This issue depends JBESB-2169
Release Note: The business_rules_service QuickStart was missing an action
Verified fixed in SOA-P 4.2 CP03 CR5: [ldimaggi@ldimaggi business_rules_service]$ ant deploy Buildfile: build.xml check-jbossesb-dist: qslib-dependencies: non-qslib-dependencies: jbossesb-quickstart-override: jbossesb-source-dependencies: jbossesb-server-dependencies: [echo] Defaulting to profile: default jbossesb-dependencies: messaging-config: messaging-dependencies: jbossmq-dependencies: quickstart-specific-dependencies: classpath-dependencies: quickstart-specific-checks: dependencies: compile: [mkdir] Created dir: /opt/42_CP03_CR5/jboss-soa-p-standalone.4.2.0/jboss-as/samples/quickstarts/business_rules_service/build/classes [javac] Compiling 6 source files to /opt/42_CP03_CR5/jboss-soa-p-standalone.4.2.0/jboss-as/samples/quickstarts/business_rules_service/build/classes [mkdir] Created dir: /opt/42_CP03_CR5/jboss-soa-p-standalone.4.2.0/jboss-as/samples/quickstarts/conf/anttasks/classes [javac] Compiling 1 source file to /opt/42_CP03_CR5/jboss-soa-p-standalone.4.2.0/jboss-as/samples/quickstarts/conf/anttasks/classes config: copy-metainf: [mkdir] Created dir: /opt/42_CP03_CR5/jboss-soa-p-standalone.4.2.0/jboss-as/samples/quickstarts/business_rules_service/build/META-INF [copy] Copying 2 files to /opt/42_CP03_CR5/jboss-soa-p-standalone.4.2.0/jboss-as/samples/quickstarts/business_rules_service/build/META-INF quickstart-specific-assemblies: [echo] No Quickstart specific assembly tasks. package-deployment: [jar] Building jar: /opt/42_CP03_CR5/jboss-soa-p-standalone.4.2.0/jboss-as/samples/quickstarts/business_rules_service/build/Quickstart_business_rules_service.esb prepare-deployment: check-exploded: deploy-esb: [copy] Copying 1 file to /opt/42_CP03_CR5/jboss-soa-p-standalone.4.2.0/jboss-as/server/default/deploy deploy-exploded-esb: quickstart-specific-deploys: [echo] No Quickstart specific deployments being made. display-instructions: [echo] [echo] ****************** [echo] Quickstart deployed to target JBoss ESB/App Server at '/opt/42_CP03_CR5/jboss-soa-p-standalone.4.2.0/jboss-as/server/default/deploy'. [echo] 1. Check your ESB Server console to make sure the deployment was executed without errors. [echo] 2. Run 'ant runtest' to run the Quickstart. [echo] 3. Check your ESB Server console again. The Quickstart should have produced some output. [echo] ****************** deploy: BUILD SUCCESSFUL Total time: 10 seconds [ldimaggi@ldimaggi business_rules_service]$ ant runtest Buildfile: build.xml check-jbossesb-dist: qslib-dependencies: non-qslib-dependencies: jbossesb-quickstart-override: jbossesb-source-dependencies: jbossesb-server-dependencies: [echo] Defaulting to profile: default jbossesb-dependencies: messaging-config: messaging-dependencies: jbossmq-dependencies: quickstart-specific-dependencies: classpath-dependencies: quickstart-specific-checks: dependencies: compile: runtest: [echo] Runs Test JMS Sender [java] Connection Started [java] --------------------------------------------- [java] <Order orderId="1" orderDate="Wed Nov 15 13:45:28 EST 2006" statusCode="0" [java] netAmount="59.97" totalAmount="64.92" tax="4.95"> [java] <Customer userName="user1" firstName="Harry" lastName="Fletcher" state="SD"/> [java] <OrderLines> [java] <OrderLine position="1" quantity="1"> [java] <Product productId="364" title="The 40-Year-Old Virgin " price="29.98"/> [java] </OrderLine> [java] <OrderLine position="2" quantity="1"> [java] <Product productId="299" title="Pulp Fiction" price="29.99"/> [java] </OrderLine> [java] </OrderLines> [java] </Order> [java] [java] --------------------------------------------- BUILD SUCCESSFUL Total time: 6 seconds [ldimaggi@ldimaggi business_rules_service]$