[JBoss JIRA] (DROOLS-836) Decision sheet substitution incorrect for more than 9 parameters
by murali mohan (JIRA)
[ https://issues.jboss.org/browse/DROOLS-836?page=com.atlassian.jira.plugin... ]
murali mohan updated DROOLS-836:
--------------------------------
Attachment: TrialTest.java
Test
> Decision sheet substitution incorrect for more than 9 parameters
> ----------------------------------------------------------------
>
> Key: DROOLS-836
> URL: https://issues.jboss.org/browse/DROOLS-836
> Project: Drools
> Issue Type: Bug
> Components: decision tables
> Affects Versions: 6.2.0.Final
> Reporter: murali mohan
> Assignee: Mario Fusco
> Priority: Minor
> Attachments: TrialTest.java
>
>
> In the decision sheets, we have the option to specify multiple comma separated inpu parameters which can refered to in CONDITION or ACTION as $1, $2 etc.
> These parameters are substituted with values on forming the DRL. This substitution goes wrong when the input parameter number exceeds 9.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years
[JBoss JIRA] (DROOLS-836) Decision sheet substitution incorrect for more than 9 parameters
by murali mohan (JIRA)
murali mohan created DROOLS-836:
-----------------------------------
Summary: Decision sheet substitution incorrect for more than 9 parameters
Key: DROOLS-836
URL: https://issues.jboss.org/browse/DROOLS-836
Project: Drools
Issue Type: Bug
Components: decision tables
Affects Versions: 6.2.0.Final
Reporter: murali mohan
Assignee: Mario Fusco
Priority: Minor
In the decision sheets, we have the option to specify multiple comma separated inpu parameters which can refered to in CONDITION or ACTION as $1, $2 etc.
These parameters are substituted with values on forming the DRL. This substitution goes wrong when the input parameter number exceeds 9.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years
[JBoss JIRA] (WFLY-4858) Add tests for permission assignment checking when security manager is enabled
by Josef Cacek (JIRA)
Josef Cacek created WFLY-4858:
---------------------------------
Summary: Add tests for permission assignment checking when security manager is enabled
Key: WFLY-4858
URL: https://issues.jboss.org/browse/WFLY-4858
Project: WildFly
Issue Type: Enhancement
Components: Test Suite
Reporter: Josef Cacek
Assignee: Josef Cacek
Extend test coverage for security manager permissions assignment (in {{permissions.xml}}) and their overrides (in {{jboss-permissions.xml}}).
Add also tests which check permissions overrides in ear modules (subdeployments).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years
[JBoss JIRA] (WFLY-4857) use ConnectionListener implementation
by Hynek Švábek (JIRA)
Hynek Švábek created WFLY-4857:
----------------------------------
Summary: use ConnectionListener implementation
Key: WFLY-4857
URL: https://issues.jboss.org/browse/WFLY-4857
Project: WildFly
Issue Type: Bug
Components: JCA
Reporter: Hynek Švábek
Assignee: Jesper Pedersen
Hi,
I have tests for implementation ConnectionListener:
org.jboss.jca.adapters.jdbc.spi.listener.ConnectionListener
My questions is:
*Where can I put connectionListener impl?*
If doesn't exist any other possibility can you add new one?
I follow this
https://developer.jboss.org/thread/240575
{code}
In the "org.jboss.ironjacamar.jdbcadapters:main" module add a dependency to your module with the listener implementation.
BTW, AllConnections is a bit dangerous - don't you want Gracefully ? And, you don't need use-strict-min when min-pool-size is 0.
{code}
But is not OK change module.xml
According to Brian Stansberry's comment https://github.com/wildfly/wildfly/pull/7499/files#r33722928
{code}
Plugin points exposed via classname attributes in the WildFly management model should also include an attribute that allows the user to specify the name of the module in which the class resides, and the subsystem should load the class from that module.
If a user alters one of our modules, a patch affecting that module will not apply.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years