[jboss-jira] [JBoss JIRA] (DROOLS-2589) Indexing has not finished

Edson Tirelli (JIRA) issues at jboss.org
Mon Jun 4 13:38:00 EDT 2018


    [ https://issues.jboss.org/browse/DROOLS-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13586353#comment-13586353 ] 

Edson Tirelli commented on DROOLS-2589:
---------------------------------------

Can you please clarify which exact version are you using? Is this community 7.5.0.Final or product RHDM 7.0.0.GA?




> 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