[JBoss JIRA] (HIBERNATE-168) make @Where, @Filter, @Formula JPQL aware
by nimo stephan (Jira)
nimo stephan created HIBERNATE-168:
--------------------------------------
Summary: make @Where, @Filter, @Formula JPQL aware
Key: HIBERNATE-168
URL: https://issues.jboss.org/browse/HIBERNATE-168
Project: Hibernate Integration
Issue Type: Feature Request
Reporter: nimo stephan
Assignee: Steve Ebersole
Actually, the clause of @Where, @Filter, @Formula must be raw SQL. As Hibernate is an ORM providing JPQL as the query language, it should also allow JPQL inside these clauses.
*For example:*
{code:java}
// JPQL clause
@Where(clause ="users.tasks is not empty")
{code}
instead of
{code:java}
// SQL clause
@Where(clause"exists (select ....)")
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-3486) Scenario Simulation: Export agenda info from session to a report
by Toni Rikkola (Jira)
[ https://issues.jboss.org/browse/DROOLS-3486?page=com.atlassian.jira.plugi... ]
Toni Rikkola updated DROOLS-3486:
---------------------------------
Description: Report information should at least contain information about test coverage and what rules fired. Proposed format is CSV file. (was: Report information should at least contain information about test coverage and what rules fired and what not. Proposed format is CSV file.)
> Scenario Simulation: Export agenda info from session to a report
> ----------------------------------------------------------------
>
> Key: DROOLS-3486
> URL: https://issues.jboss.org/browse/DROOLS-3486
> Project: Drools
> Issue Type: Feature Request
> Components: Scenario Simulation and Testing, Test Scenarios Editor
> Reporter: Toni Rikkola
> Assignee: Yeser Amer
> Priority: Major
> Labels: ScenarioSimulation
>
> Report information should at least contain information about test coverage and what rules fired. Proposed format is CSV file.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4399) KIE Server kie-server-7.24.0.Final-webc fails with ClassNotFoundException
by Maciej Swiderski (Jira)
[ https://issues.jboss.org/browse/DROOLS-4399?page=com.atlassian.jira.plugi... ]
Maciej Swiderski commented on DROOLS-4399:
------------------------------------------
thanks a lot for all the investigation. Would you mind sending a pull request with changes to the readme file? That way we can actually thank you for the hard work by accepting your contribution and to state the author of these improvements accordingly in GitHub.
> KIE Server kie-server-7.24.0.Final-webc fails with ClassNotFoundException
> -------------------------------------------------------------------------
>
> Key: DROOLS-4399
> URL: https://issues.jboss.org/browse/DROOLS-4399
> Project: Drools
> Issue Type: Bug
> Components: kie server
> Affects Versions: 7.24.0.Final
> Environment: Windows 8.1 x64
> Tomcat 9.0.16
> Reporter: Simon Dallaway
> Assignee: Maciej Swiderski
> Priority: Major
> Attachments: README.md, catalina.2019-08-05.log, catalina.2019-08-06.log, catalina.2019-08-08.log, catalina.2019-08-08.log, context.xml, libDir.txt, server.xml, setenv.bat, tomcat-users.xml, xa-recovery-properties.xml
>
>
> Attempting to deploy KIE Server on Tomcat 9 fails with a ClassNotFoundException org.jboss.narayana.tomcat.jta.NarayanaJtaServletContextListener when trying to setup application listener
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months