Description of problem: My dtgov workflows contains dpeloyment to 2 targets: local FSW & remote JON. Local FSW works as expected but when trying to deploy to JON it fails on org.overlord.sramp.governance.services.GovernanceApplication threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: org/hamcrest/core/CombinableMatcher Version-Release number of selected component (if applicable): * 6.0.0.ER6(Beta) How reproducible: Steps to Reproduce: 1. Install FSW configure dtgov to use JON target (according to attached dtgov.properties) 2. deploy attached (modified) workflows 3. Create new deployment and proceed to FinishTask Actual results: Expected results: Additional info: * Adding configuration/workflows example
Created attachment 817905 [details] modified default workflows
Created attachment 817906 [details] dtgov configuration
Server log: http://pastebin.test.redhat.com/173514
Hi Stefan, The project, as well as the prod branch both have hamcrest-core-1.2.1.jar, somehow FSW put version 1.1 in the dtgov.war. I don't know why. I will talk to Nick and find out.
Nick, if needed you can upgrade to hamcrest 1.3. In fact bz 1017698 will do just that.
FSW is now packaging hamcrest-1.3 rather than 1.1
Verified in FSW 6.0.0.ER8