Bug 1023579

Summary: remote-invoker quickstart will not deploy to FSW
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Jim Rigsbee <jrigsbee>
Component: SwitchYardAssignee: Keith Babo <kbabo>
Status: CLOSED NOTABUG QA Contact: Jiri Sedlacek <jsedlace>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: atangrin, ldimaggi, oskutka, soa-p-jira
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-01 13:44:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jim Rigsbee 2013-10-25 19:49:23 UTC
Description of problem:
the remote-invoker quickstart builds and tests fine, but when deployed to FSW 6.0 Beta, Weld complains of an unresolvable CDI injection for the CheckCredit service.  This service is referenced in the switchyard.xml correctly.
This quickstart works fine against community 1.0.0.Final

Version-Release number of selected component (if applicable):
FSW CI 6.0.0 (Beta)

How reproducible:
Always

Steps to Reproduce:
1. mvn clean package jboss-as:deploy
2.
3.

Actual results:
Fails to deploy

Expected results:
Should deploy with no errors and mvn exec:java should access the SCA endpoint

Additional info:

Comment 1 Jim Rigsbee 2013-10-25 19:50:55 UTC
s/b CreditCheck - had a typo there

Comment 3 Keith Babo 2013-10-29 10:37:23 UTC
This works fine for me using the beta installer with RH FSW runtime, RTGov client, and FSW quickstarts as installed options.  Attach the server log from the deployment and the app you are deploying if you continue to hit this in a clean install.

Comment 4 Jim Rigsbee 2013-10-30 13:32:28 UTC
This is user error on my part.  I had JBOSS_HOME preset for another installation of SY 1.0.0 and so the installer when it brings up EAP for running CLI scripts, etc. was hitting the wrong server thus leaving me with an incomplete FSW setup.

I have fixed JBOSS_HOME, run the installer, and successfully tested the quickstart.

Sorry for the trouble.

Jim