[JBoss JIRA] (WFCORE-4355) Add utility for event logging such as audit and access logging
by James Perkins (Jira)
James Perkins created WFCORE-4355:
-------------------------------------
Summary: Add utility for event logging such as audit and access logging
Key: WFCORE-4355
URL: https://issues.jboss.org/browse/WFCORE-4355
Project: WildFly Core
Issue Type: Feature Request
Components: Logging
Reporter: James Perkins
Assignee: James Perkins
There are open feature requests to write audit and access logging to {{stdout}} in JSON format to be consumed by log aggregators. It would be useful to have a minimal API to handle this so that output can be standard. This should go through standard logging.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-3724) Defining non default Kie Base and Kie Session results in a hang in the Test Scenario Runner
by Toni Rikkola (Jira)
[ https://issues.jboss.org/browse/DROOLS-3724?page=com.atlassian.jira.plugi... ]
Toni Rikkola updated DROOLS-3724:
---------------------------------
Sprint: 2019 Week 08-10
> Defining non default Kie Base and Kie Session results in a hang in the Test Scenario Runner
> -------------------------------------------------------------------------------------------
>
> Key: DROOLS-3724
> URL: https://issues.jboss.org/browse/DROOLS-3724
> Project: Drools
> Issue Type: Bug
> Components: Test Scenarios Editor
> Reporter: Jim Tyrrell
> Assignee: Toni Rikkola
> Priority: Blocker
> Labels: ScenarioSimulation
>
> If I use the Settings of a project to created a Kie Base and Kie Session I end up with the UI hanging, and I can't continue until I do a control-R to reload the web application. Web Applications should never hang.
> Given a DRL like this:
> package com.myspace.annual_rent_decision;
> import com.myspace.annual_rent_decision.Lease;
> rule "Is signoff required"
> when
> lease : Lease(leaseAgreementAmount >= 80000)
>
> // eval(true)
> then
> System.out.println("Setting signOffRequired to True");
> lease.setSignOffRequired(true);
> end
> A simple fact model to support it. You will find the below issue.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (WFLY-11793) JPA EntityManager merge infinite loop - java.lang.StackOverflowError
by Scott Marlow (Jira)
[ https://issues.jboss.org/browse/WFLY-11793?page=com.atlassian.jira.plugin... ]
Scott Marlow commented on WFLY-11793:
-------------------------------------
[~brunomaioli] I assume that an infinite loop, is caused by something going wrong in Hibernate ORM code. Could you verify by taking a thread dump of the WildFly server after the infinite loop has been reached?
You can probably use the "jps -l" + "jstack ProcessID" invocations, after recreating the failure.
If the infinite loop is caused by code in Hibernate ORM, then a [https://hibernate.atlassian.net/projects/HHH] will need to be created instead of this jira.
Thanks for reporting this.
Scott
> JPA EntityManager merge infinite loop - java.lang.StackOverflowError
> --------------------------------------------------------------------
>
> Key: WFLY-11793
> URL: https://issues.jboss.org/browse/WFLY-11793
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 15.0.1.Final
> Environment: MAC OS Mojave
> Java 11
> Wildfly 15.0.1-Final
> Data Base Postgresql
> Reporter: Bruno Maioli Martins
> Assignee: Scott Marlow
> Priority: Critical
> Attachments: teste.zip
>
>
> Dear,
> When executing the update of a record invoking getEntityManager().merge(obj) the application goes into infinite loop. This behavior only occurs when there is a OneToMany bidirectional mapping of the entity Papel -> PermissaoAtribuida.
> If the same code runs outside of the Wildfly server context its execution occurs normally.
> Apparently the call getEntityManager.().merge(obj) attempts infinite selects to sync the object with transaction context before doing the merge.
> Attach the source code of my test classes.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-3077) Enhance data type restrictions UX - Decision Table/properties
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3077?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-3077:
----------------------------------------
[~uxdlc] It's going to be much easier to discuss this; I think the next scrum meeting would be a good time as we'd have everyone present!
> Enhance data type restrictions UX - Decision Table/properties
> -------------------------------------------------------------
>
> Key: DROOLS-3077
> URL: https://issues.jboss.org/browse/DROOLS-3077
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: DataType selection ('Properties Panel' and 'in-grid').png, Screen Shot 2018-08-10 at 10.23.36 AM.png, Screen Shot 2018-08-24 at 8.38.37 AM.png, Screen Shot 2018-09-28 at 2.44.59 PM.png, date-time.png, date.png, enumration-widget.png, pop-overc.png, pop-overcSpecs.png, read-mode.png, select.png, time.png
>
>
> *Background*
> Persona: Business analyst or Rules practitioner
> Use Cases:
> * From the DMN canvas view - as a user I want to define data type restrictions (one-off instances) from a decision table .
> * From the Data Types dialog - as a user I want the ability to define constraints for the following types: https://docs.google.com/spreadsheets/d/1HLYwi5JrCEU6IxWRge7RCKANLiHCL0d2E...
> Functional considerations/ pre conditions:
> * Consider interaction in light of Property panel and consistency.
> * Underscore the notion of one-off constraints.
> Verification conditions:
> * Scrum team and PO review.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-3724) Defining non default Kie Base and Kie Session results in a hang in the Test Scenario Runner
by Toni Rikkola (Jira)
[ https://issues.jboss.org/browse/DROOLS-3724?page=com.atlassian.jira.plugi... ]
Toni Rikkola moved RHPAM-1950 to DROOLS-3724:
---------------------------------------------
Project: Drools (was: Red Hat Process Automation Manager)
Key: DROOLS-3724 (was: RHPAM-1950)
Workflow: GIT Pull Request workflow (was: CDW with docs v1)
Docs QE Status: NEW
Component/s: Test Scenarios Editor
(was: Business Central)
Affects Version/s: (was: 7.2.0.GA)
QE Status: NEW
> Defining non default Kie Base and Kie Session results in a hang in the Test Scenario Runner
> -------------------------------------------------------------------------------------------
>
> Key: DROOLS-3724
> URL: https://issues.jboss.org/browse/DROOLS-3724
> Project: Drools
> Issue Type: Bug
> Components: Test Scenarios Editor
> Reporter: Jim Tyrrell
> Assignee: Toni Rikkola
> Priority: Blocker
> Labels: ScenarioSimulation
>
> If I use the Settings of a project to created a Kie Base and Kie Session I end up with the UI hanging, and I can't continue until I do a control-R to reload the web application. Web Applications should never hang.
> Given a DRL like this:
> package com.myspace.annual_rent_decision;
> import com.myspace.annual_rent_decision.Lease;
> rule "Is signoff required"
> when
> lease : Lease(leaseAgreementAmount >= 80000)
>
> // eval(true)
> then
> System.out.println("Setting signOffRequired to True");
> lease.setSignOffRequired(true);
> end
> A simple fact model to support it. You will find the below issue.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months