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:
s/b CreditCheck - had a typo there
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.
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