[jboss-jira] [JBoss JIRA] (DROOLS-2589) Indexing has not finished
Kylin Soong (JIRA)
issues at jboss.org
Fri May 25 11:12:00 EDT 2018
Kylin Soong created DROOLS-2589:
-----------------------------------
Summary: Indexing has not finished
Key: DROOLS-2589
URL: https://issues.jboss.org/browse/DROOLS-2589
Project: Drools
Issue Type: Bug
Affects Versions: 7.5.0.Final
Environment: * 7.5 from RHDM 7
Reporter: Kylin Soong
Assignee: Edson Tirelli
I have used the following steps to add rules and facts to RHDM git:
* Create a project on RHDM decision-central
* Clone it to local disk, do some change and commit
{code}
$ git clone ~/work/rhdm/jboss-eap-7.1/.niogit/sample-myrepo.git/ && cd sample-myrepo/logistics-freight-management
$ rm -fr src/main/resources/
$ cp -r ~/logistics-freight-management/src/main/resources/ src/main/
$ mkdir -p src/main/java/com/sample/models
$ cp ~/src/drools-examples/logistics-freight-management/src/main/java/com/sample/models/*.java src/main/java/com/sample/models/
$ git add --all
$ git commit -m "add facts and rules"
$ git push
{code}
* Check from git, the rules and facts be imported to RHDM git, but log into decision-central and Assets panel shows that Indexing has not finished, but never ended.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list