I've started trying to port rtgov to wildfly using the same modules deployed by switchyard (2.0.0.Alpha3) and found a few issues with drools, so I deployed the 'rules-interview' quickstart from swyd into wildfly and found similar issues.
I've attached two logs - the first shows up a dependency from org.drools, org.jbpm and com.opensymphony (bpmn layer) modules to module org.jboss.as.osgi.jta - which does not exist in wildfly. So I set this dependency to optional in the three module.xml files, and then it seemed to get past that issue but showed up what appears to be another missing Eclipse JDT dependency.
|