[JBoss JIRA] (DROOLS-2589) Indexing has not finished
by Kylin Soong (JIRA)
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)
7 years, 11 months
[JBoss JIRA] (ELYWEB-2) Update WildFly Common version to 1.4.0.Final
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELYWEB-2?page=com.atlassian.jira.plugin.s... ]
Darran Lofthouse updated ELYWEB-2:
----------------------------------
Summary: Update WildFly Common version to 1.4.0.Final (was: Add a test dependency on org.wildfly.common)
> Update WildFly Common version to 1.4.0.Final
> --------------------------------------------
>
> Key: ELYWEB-2
> URL: https://issues.jboss.org/browse/ELYWEB-2
> Project: Elytron Web
> Issue Type: Task
> Components: Undertow
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.2.0.CR1
>
>
> The authentication mechanisms now use the iterators from WildFly Common in master of WildFly Elytron so we need a test dependency.
> We probably should have had this dependency anyway as there is always a chance of hitting a parameter check that uses common as well.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (ELYWEB-2) Add a test dependency on org.wildfly.common
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELYWEB-2?page=com.atlassian.jira.plugin.s... ]
Darran Lofthouse updated ELYWEB-2:
----------------------------------
Description:
The authentication mechanisms now use the iterators from WildFly Common in master of WildFly Elytron so we need a test dependency.
We probably should have had this dependency anyway as there is always a chance of hitting a parameter check that uses common as well.
> Add a test dependency on org.wildfly.common
> -------------------------------------------
>
> Key: ELYWEB-2
> URL: https://issues.jboss.org/browse/ELYWEB-2
> Project: Elytron Web
> Issue Type: Task
> Components: Undertow
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.2.0.CR1
>
>
> The authentication mechanisms now use the iterators from WildFly Common in master of WildFly Elytron so we need a test dependency.
> We probably should have had this dependency anyway as there is always a chance of hitting a parameter check that uses common as well.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10456) add JPA class enhancement logging
by Scott Marlow (JIRA)
Scott Marlow created WFLY-10456:
-----------------------------------
Summary: add JPA class enhancement logging
Key: WFLY-10456
URL: https://issues.jboss.org/browse/WFLY-10456
Project: WildFly
Issue Type: Task
Components: JPA / Hibernate
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 14.0.0.CR1
For users to find out if bytecode enhancing is actually updating application entity classes, we should:
# Log when the transformer is registered.
# Log when the transformer calls the persistence providers Enhancer.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months