[JBoss JIRA] (ELY-1311) Translate password before obtaining clear password spec
by Pedro Igor (JIRA)
[ https://issues.jboss.org/browse/ELY-1311?page=com.atlassian.jira.plugin.s... ]
Pedro Igor updated ELY-1311:
----------------------------
Summary: Translate password before obtaining clear password spec (was: Replace RawPassword with ClearPassword when using clear passwords)
> Translate password before obtaining clear password spec
> -------------------------------------------------------
>
> Key: ELY-1311
> URL: https://issues.jboss.org/browse/ELY-1311
> Project: WildFly Elytron
> Issue Type: Bug
> Components: API / SPI
> Affects Versions: 1.1.0.CR4
> Reporter: Pedro Igor
> Assignee: Pedro Igor
> Fix For: 1.1.0.CR5
>
>
> In some situations we are creating {{RawClearPassword}} where ideally we should create concrete {{ClearPassword}} instances.
> The main issue we need to fix is credential propagation where only concrete {{ClearPassowrd}} instances are supposed to be used.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (DROOLS-845) @KSession throws exception when using kmodule in separate jar
by José Filipe Neis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-845?page=com.atlassian.jira.plugin... ]
José Filipe Neis edited comment on DROOLS-845 at 7/26/17 2:21 PM:
------------------------------------------------------------------
Same thing for me using Drools 6.5.0 on Linux.
was (Author: jfneis):
Same thing for me using Drools 6.5.0.
> @KSession throws exception when using kmodule in separate jar
> -------------------------------------------------------------
>
> Key: DROOLS-845
> URL: https://issues.jboss.org/browse/DROOLS-845
> Project: Drools
> Issue Type: Bug
> Components: core engine, decision tables, kie server
> Affects Versions: 6.2.0.Final
> Environment: windows 7
> Reporter: lucio piccoli
> Assignee: Mario Fusco
> Attachments: drools-bug.zip
>
>
> i am using drools with a kmodules.xml and decisiontable inside a separate jar file. when i attempt to bind the @KSession to the spring application context it throws an nullpointer exception deep inside the annotation.
> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'oft.onlineservice.business.FeeRulesEngineTest': Injection of kie dependencies failed; nested exception is java.lang.NullPointerException
> at org.kie.spring.annotations.AnnotationsPostProcessor.postProcessPropertyValues(AnnotationsPostProcessor.java:109)
> using a simple junittest shows the problem.
> public class FeeRulesEngineTest {
> @KSession( "ksession1")
> private StatelessKieSession ksession;
> @KBase("feeDecisionTable")
> private KieBase kbase;
> the kmodule.xml
> <kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule">
> <kbase name="feeDecisionTable" packages="oft.rulesengine" default="true">
> <ksession name="ksession1" type="stateless" default="true" >
> </ksession>
> </kbase>
> </kmodule>
> the spring config is using the annonation postprocessor.
> <kie:import />
> <bean id="kiePostProcessor"
> class="org.kie.spring.annotations.KModuleAnnotationPostProcessor"/>
>
> my curent work around to is to use @Autowire for the KSession and KBase.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (DROOLS-845) @KSession throws exception when using kmodule in separate jar
by José Filipe Neis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-845?page=com.atlassian.jira.plugin... ]
José Filipe Neis commented on DROOLS-845:
-----------------------------------------
Same thing for me using Drools 6.5.0.
> @KSession throws exception when using kmodule in separate jar
> -------------------------------------------------------------
>
> Key: DROOLS-845
> URL: https://issues.jboss.org/browse/DROOLS-845
> Project: Drools
> Issue Type: Bug
> Components: core engine, decision tables, kie server
> Affects Versions: 6.2.0.Final
> Environment: windows 7
> Reporter: lucio piccoli
> Assignee: Mario Fusco
> Attachments: drools-bug.zip
>
>
> i am using drools with a kmodules.xml and decisiontable inside a separate jar file. when i attempt to bind the @KSession to the spring application context it throws an nullpointer exception deep inside the annotation.
> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'oft.onlineservice.business.FeeRulesEngineTest': Injection of kie dependencies failed; nested exception is java.lang.NullPointerException
> at org.kie.spring.annotations.AnnotationsPostProcessor.postProcessPropertyValues(AnnotationsPostProcessor.java:109)
> using a simple junittest shows the problem.
> public class FeeRulesEngineTest {
> @KSession( "ksession1")
> private StatelessKieSession ksession;
> @KBase("feeDecisionTable")
> private KieBase kbase;
> the kmodule.xml
> <kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule">
> <kbase name="feeDecisionTable" packages="oft.rulesengine" default="true">
> <ksession name="ksession1" type="stateless" default="true" >
> </ksession>
> </kbase>
> </kmodule>
> the spring config is using the annonation postprocessor.
> <kie:import />
> <bean id="kiePostProcessor"
> class="org.kie.spring.annotations.KModuleAnnotationPostProcessor"/>
>
> my curent work around to is to use @Autowire for the KSession and KBase.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (WFCORE-3110) NullPointerException in ModelControllerMBeanServerPlugin::accepts
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3110?page=com.atlassian.jira.plugi... ]
Brian Stansberry reassigned WFCORE-3110:
----------------------------------------
Assignee: Markus Gaisbauer
> NullPointerException in ModelControllerMBeanServerPlugin::accepts
> -----------------------------------------------------------------
>
> Key: WFCORE-3110
> URL: https://issues.jboss.org/browse/WFCORE-3110
> Project: WildFly Core
> Issue Type: Bug
> Components: JMX
> Reporter: Brian Stansberry
> Assignee: Markus Gaisbauer
>
> ModelControllerMBeanServerPlugin.accepts throws a NPE if getLegacyDomain returns null.
> {code}
> java.lang.NullPointerException
> at java.util.regex.Matcher.getTextLength(Unknown Source)
> at java.util.regex.Matcher.reset(Unknown Source)
> at java.util.regex.Matcher.(Unknown Source)
> at java.util.regex.Pattern.matcher(Unknown Source)
> at org.jboss.as.jmx.model.ModelControllerMBeanServerPlugin.accepts(ModelControllerMBeanServerPlugin.java:111)
> at org.jboss.as.jmx.PluggableMBeanServerImpl.queryMBeans(PluggableMBeanServerImpl.java:821)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (WFCORE-3110) NullPointerException in ModelControllerMBeanServerPlugin::accepts
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3110?page=com.atlassian.jira.plugi... ]
Brian Stansberry updated WFCORE-3110:
-------------------------------------
Reporter: Markus Gaisbauer (was: Brian Stansberry)
> NullPointerException in ModelControllerMBeanServerPlugin::accepts
> -----------------------------------------------------------------
>
> Key: WFCORE-3110
> URL: https://issues.jboss.org/browse/WFCORE-3110
> Project: WildFly Core
> Issue Type: Bug
> Components: JMX
> Reporter: Markus Gaisbauer
> Assignee: Markus Gaisbauer
>
> ModelControllerMBeanServerPlugin.accepts throws a NPE if getLegacyDomain returns null.
> {code}
> java.lang.NullPointerException
> at java.util.regex.Matcher.getTextLength(Unknown Source)
> at java.util.regex.Matcher.reset(Unknown Source)
> at java.util.regex.Matcher.(Unknown Source)
> at java.util.regex.Pattern.matcher(Unknown Source)
> at org.jboss.as.jmx.model.ModelControllerMBeanServerPlugin.accepts(ModelControllerMBeanServerPlugin.java:111)
> at org.jboss.as.jmx.PluggableMBeanServerImpl.queryMBeans(PluggableMBeanServerImpl.java:821)
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (DROOLS-1663) Kie DMN doesn't support IMPORT decisions between DMN files
by Edson Tirelli (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1663?page=com.atlassian.jira.plugi... ]
Edson Tirelli updated DROOLS-1663:
----------------------------------
Sprint: (was: 2017 Week 30-31)
> Kie DMN doesn't support IMPORT decisions between DMN files
> ----------------------------------------------------------
>
> Key: DROOLS-1663
> URL: https://issues.jboss.org/browse/DROOLS-1663
> Project: Drools
> Issue Type: Enhancement
> Components: dmn engine
> Reporter: Stylianos Koussouris
> Assignee: Edson Tirelli
> Fix For: 7.2.0.Final
>
> Attachments: IMG_2197.jpg, IMG_2198.jpg, IMG_2199.jpg
>
>
> DMN Spec 1.1
> Page 40.
> import: Import [*] This attribute is used to import externally defined elements and
> make them available for use by elements in this Definitions.
> Section 6.3.3 Import metamodel
> The aim here is to be able to import one Decision defined in a separate DMN into another where it is used as a supporting decision and is referenced (RequiredDecision)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (ELY-1311) Replace RawPassword with ClearPassword when using clear passwords
by Pedro Igor (JIRA)
Pedro Igor created ELY-1311:
-------------------------------
Summary: Replace RawPassword with ClearPassword when using clear passwords
Key: ELY-1311
URL: https://issues.jboss.org/browse/ELY-1311
Project: WildFly Elytron
Issue Type: Bug
Components: API / SPI
Affects Versions: 1.1.0.CR4
Reporter: Pedro Igor
Assignee: Pedro Igor
Fix For: 1.1.0.CR5
In some situations we are creating {{RawClearPassword}} where ideally we should create concrete {{ClearPassword}} instances.
The main issue we need to fix is credential propagation where only concrete {{ClearPassowrd}} instances are supposed to be used.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months