[JBoss JIRA] (DROOLS-4245) [DMN Designer] Documentation - Enhance presentation
by Brian Dellascio (Jira)
[ https://issues.jboss.org/browse/DROOLS-4245?page=com.atlassian.jira.plugi... ]
Brian Dellascio commented on DROOLS-4245:
-----------------------------------------
* [~karreiro] Updated the mockup based on the discussion and adding the Drools & Supported by Red Hat logos to the resources attached to this story. In Marvel, just view the mockups using "Handoff" mode to get hover info you need for implementation. Prefer we use the SVG files as they'll render much cleaner.
* !Logo-Red_Hat-Supported_By-A-Standard-RGB.png|thumbnail!
* [^Logo-Red_Hat-Supported_By-A-Standard-RGB.svg]
* !drools_logo_600px.png|thumbnail!
* [^drools_logo.svg]
> [DMN Designer] Documentation - Enhance presentation
> ---------------------------------------------------
>
> Key: DROOLS-4245
> URL: https://issues.jboss.org/browse/DROOLS-4245
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: Brian Dellascio
> Priority: Major
> Labels: UX, UXTeam, VisualDesign, drools-tools
> Attachments: Logo-Red_Hat-Supported_By-A-Standard-RGB.png, Logo-Red_Hat-Supported_By-A-Standard-RGB.svg, doc.pdf, drools_logo.svg, drools_logo_600px.png, logo.png, new_doc.pdf
>
>
> Enhance styles and presentation of the Documentation output.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4245) [DMN Designer] Documentation - Enhance presentation
by Brian Dellascio (Jira)
[ https://issues.jboss.org/browse/DROOLS-4245?page=com.atlassian.jira.plugi... ]
Brian Dellascio updated DROOLS-4245:
------------------------------------
Attachment: Logo-Red_Hat-Supported_By-A-Standard-RGB.png
> [DMN Designer] Documentation - Enhance presentation
> ---------------------------------------------------
>
> Key: DROOLS-4245
> URL: https://issues.jboss.org/browse/DROOLS-4245
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: Brian Dellascio
> Priority: Major
> Labels: UX, UXTeam, VisualDesign, drools-tools
> Attachments: Logo-Red_Hat-Supported_By-A-Standard-RGB.png, Logo-Red_Hat-Supported_By-A-Standard-RGB.svg, doc.pdf, drools_logo.svg, drools_logo_600px.png, logo.png, new_doc.pdf
>
>
> Enhance styles and presentation of the Documentation output.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFWIP-167) EAP Operator handling ConfigMap internally
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFWIP-167?page=com.atlassian.jira.plugin.... ]
Brian Stansberry commented on WFWIP-167:
----------------------------------------
Let's mark the "standalone.xml via ConfigMap" feature as unsupported for EAP 7.3. TBH I think it's fine but we have a lot to do with very little time and debating immutability rules is not a good fit for how we need to use our time.
> EAP Operator handling ConfigMap internally
> ------------------------------------------
>
> Key: WFWIP-167
> URL: https://issues.jboss.org/browse/WFWIP-167
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Martin Choma
> Assignee: Jeff Mesnil
> Priority: Major
>
> If I understand description in [1] correctly. To specify custom standalone.xml I have to create ConfigMap with standalone.xml first and afterwards link operator to this ConfigMap.
> Is it possible to handle creation of ConfigMap and storing standalone.xml for me? Ideally I just specify file URI where custom standalone.xml is located. This location have to be accessible from operator pod. In this way we can look at it as hiding internals (implementation details) from users.
> Currently when user wants to change standalone.xml he does in ConfigMap, not operator. When changing standalone.xml through config map, I assume pod have to be restarted manually. Operator could do that for me.
> However this can be triggered by storing newer version of standalone.xml under another key, eg `standalone.xml.v2` and changing `StandaloneConfigMapSpec.key` in operator.
> What do you think? Have you considered this approach?
> [1] https://github.com/wildfly/wildfly-operator/blob/master/doc/apis.adoc#sta...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4430) Unable to find class 'ksLoggers.newFileLogger'
by Stephen Kaisler (Jira)
Stephen Kaisler created DROOLS-4430:
---------------------------------------
Summary: Unable to find class 'ksLoggers.newFileLogger'
Key: DROOLS-4430
URL: https://issues.jboss.org/browse/DROOLS-4430
Project: Drools
Issue Type: Bug
Environment: Windows 1 w/ JDK-12.02, Eclipse
Reporter: Stephen Kaisler
Assignee: Mario Fusco
java.lang.ClassNotFoundException: Unable to find class 'ksLoggers.newFileLogger'
at org.kie.soup.project.datamodel.commons.types.ClassTypeResolver.resolveType(ClassTypeResolver.java:268)
at org.kie.soup.project.datamodel.commons.types.ClassTypeResolver.resolveType(ClassTypeResolver.java:153)
at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.processGlobals(KnowledgeBuilderImpl.java:1686)
at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.processOtherDeclarations(KnowledgeBuilderImpl.java:1668)
at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.buildOtherDeclarations(KnowledgeBuilderImpl.java:2511)
at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.buildPackagesWithoutRules(KnowledgeBuilderImpl.java:2458)
at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.buildPackages(KnowledgeBuilderImpl.java:2449)
at org.drools.compiler.builder.impl.CompositeKnowledgeBuilderImpl.build(CompositeKnowledgeBuilderImpl.java:108)
at org.drools.compiler.builder.impl.CompositeKnowledgeBuilderImpl.build(CompositeKnowledgeBuilderImpl.java:100)
at org.drools.compiler.kie.builder.impl.AbstractKieProject.buildKnowledgePackages(AbstractKieProject.java:261)
at org.drools.compiler.kie.builder.impl.AbstractKieModule.buildKnowledgePackages(AbstractKieModule.java:201)
at org.drools.compiler.kie.builder.impl.AbstractKieModule.createKieBase(AbstractKieModule.java:215)
at org.drools.compiler.kie.builder.impl.KieContainerImpl.createKieBase(KieContainerImpl.java:406)
at org.drools.compiler.kie.builder.impl.KieContainerImpl.getKieBase(KieContainerImpl.java:374)
at org.drools.compiler.kie.builder.impl.KieContainerImpl.getKieBaseFromKieSessionModel(KieContainerImpl.java:575)
at org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:551)
at org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:458)
at org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:441)
at CAKnowledgeBase.CAKB.initializeRuleEngine(CAKB.java:269)
at chemistryAdvisor.ChemistryAdvisor.main(ChemistryAdvisor.java:217)
SOurce code:
try
{
// define a KieModule
//KieModuleModel CAproj = ks.newKieModuleModel();
// get a container for the KieBases
chemistryAdvisorSession = CAks.newKieClasspathContainer().newKieSession();
if (debugKB)
{
System.out.println("\ninitialized KieContainer:\t" + CAContainer);
}
}
catch (NoClassDefFoundError fe)
{
fe.printStackTrace();
}
where CAks is a KieSession.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months