[JBoss JIRA] (DROOLS-2591) Re-Loading of updated SNAPSHOT KJars is broken
by Nils Meyer (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2591?page=com.atlassian.jira.plugi... ]
Nils Meyer commented on DROOLS-2591:
------------------------------------
Just to be sure about the procedures regarding setting the Fix Version here in JIRA - I think this fix is included in the just released 7.8.0.Final, but the Fix Version is not set here. Would you consider this as my task or should this be done by the Drools team when doing the merge?
> Re-Loading of updated SNAPSHOT KJars is broken
> ----------------------------------------------
>
> Key: DROOLS-2591
> URL: https://issues.jboss.org/browse/DROOLS-2591
> Project: Drools
> Issue Type: Bug
> Affects Versions: 7.1.0.Final, 7.7.0.Final
> Reporter: Nils Meyer
> Assignee: Mario Fusco
>
> Re-loading updated SNAPSHOT versions of a KJar from a remote maven repository seems to be broken since 7.1.0. My code is working for 7.0.0 but not for 7.1.0 and 7.7.0. I did not test versions in between.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (WFLY-10199) Using jboss-modules loading outside WildFly 12 is broken
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-10199?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on WFLY-10199:
------------------------------------------------
RHV Bugzilla Automation and Verification Bot <rhv-bugzilla-bot(a)redhat.com> changed the Status of [bug 1550120|https://bugzilla.redhat.com/show_bug.cgi?id=1550120] from MODIFIED to ON_QA
> Using jboss-modules loading outside WildFly 12 is broken
> --------------------------------------------------------
>
> Key: WFLY-10199
> URL: https://issues.jboss.org/browse/WFLY-10199
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 12.0.0.Final
> Reporter: Martin Perina
> Assignee: David Lloyd
>
> oVirt is using jboss-modules not only for dependencies inside WildFly, but also when executing command line tools outside WildFly process. We are using following method which worked fine from JBoss 7 to WildFly11:
> export JAVA_MODULEPATH="<PATH TO OUR MODULES>"
> exec "${JAVA_HOME}/bin/java" \
> -jar "${JBOSS_HOME}/jboss-modules.jar" \
> -dependencies org.ovirt.engine.core.tools \
> -class org.ovirt.engine.core.cryptotool.Main \
> "$@"
> where "org.ovirt.engine.core.tools" is one of our existing module and in class we have standard Java class with main() method executing logic of specific command line tool.
> When I try to execute this code with WildFly 12.0.0.FINAL I receive following exception:
> Exception in thread "main" java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:460)
> at java.util.Properties.setProperty(Properties.java:166)
> at java.lang.System.setProperty(System.java:796)
> at org.jboss.modules.PropertyWriteAction.run(PropertyWriteAction.java:40)
> at org.jboss.modules.PropertyWriteAction.run(PropertyWriteAction.java:28)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.jboss.modules.Main.main(Main.java:390)
> When I tried to replace jboss-modules.jar provided by WildFly 12.0.0.FINAL with manuall build using latest code in 1.7 branch (commit a52a323c5c3d71cf9597f06951155e4639cbb707) I receive different error:
> org.jboss.modules.ModuleNotFoundException: org.ovirt.engine.core.tools
> at org.jboss.modules.Module.addPaths(Module.java:1221)
> at org.jboss.modules.Module.link(Module.java:1577)
> at org.jboss.modules.Module.relinkIfNecessary(Module.java:1605)
> at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:296)
> at org.jboss.modules.Main.main(Main.java:426)
> I haven't found any documentation describing such incompatible between 1.6 and 1.7, so is there any way how to have above execution compatible with both jboss-modules versions?
> Thanks
> Martin
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2656) PNGs for the toolbox icons for the different connector types.
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2656?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-2656:
-----------------------------------
Attachment: DROOLS-2656 (toolbox icons).png
> PNGs for the toolbox icons for the different connector types.
> -------------------------------------------------------------
>
> Key: DROOLS-2656
> URL: https://issues.jboss.org/browse/DROOLS-2656
> Project: Drools
> Issue Type: Sub-task
> Reporter: Liz Clayton
> Assignee: Brian Dellascio
> Labels: IconRequest, UX, UXTeam, VisualDesign, drools-tools
> Attachments: DROOLS-2656 (toolbox icons).png, DROOLS-2656.png, association_toolbox.png, association_toolbox.svg, authority_requirement_toolbox.png, authority_requirement_toolbox.svg, businessknowledgemodel_toolbox.png, businessknowledgemodel_toolbox.svg, edit.svg, info_requirement_toolbox.png, info_requirement_toolbox.svg, inputdata_toolbox.png, inputdata_toolbox.svg, knowledge_requirement_toolbox.png, knowledge_requirement_toolbox.svg, knowledgesource_toolbox.png, knowledgesource_toolbox.svg, task_toolbox.png, task_toolbox.svg, textannotation_toolbox.png, textannotation_toolbox.svg, toolbox_icons.png
>
>
> PNGs for the toolbox icons for the different connector types.
> Their appearance can be seen in https://www.omg.org/spec/DMN/1.1/PDF (page 30, "Association", "Information Requirement", "Knowledge Requirement" and "Authority Requirement"). They'll only be used as icons on the toolbox (see screenshot attached). Could you please also remind me of the BAPL for the new "Node" SVGs (I'll need to make PNGs of those too for the same "toolbox" purpose.. unless UX have a tool to convert SVG to PNG?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2656) PNGs for the toolbox icons for the different connector types.
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2656?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-2656:
----------------------------------------
[~bdellasc] Latest screenshot attached ("DROOLS-2656 (toolbox icons)").. I'll have to investigate why they appear lighter grey (the black one is a SVG).
> PNGs for the toolbox icons for the different connector types.
> -------------------------------------------------------------
>
> Key: DROOLS-2656
> URL: https://issues.jboss.org/browse/DROOLS-2656
> Project: Drools
> Issue Type: Sub-task
> Reporter: Liz Clayton
> Assignee: Brian Dellascio
> Labels: IconRequest, UX, UXTeam, VisualDesign, drools-tools
> Attachments: DROOLS-2656.png, association_toolbox.png, association_toolbox.svg, authority_requirement_toolbox.png, authority_requirement_toolbox.svg, businessknowledgemodel_toolbox.png, businessknowledgemodel_toolbox.svg, edit.svg, info_requirement_toolbox.png, info_requirement_toolbox.svg, inputdata_toolbox.png, inputdata_toolbox.svg, knowledge_requirement_toolbox.png, knowledge_requirement_toolbox.svg, knowledgesource_toolbox.png, knowledgesource_toolbox.svg, task_toolbox.png, task_toolbox.svg, textannotation_toolbox.png, textannotation_toolbox.svg, toolbox_icons.png
>
>
> PNGs for the toolbox icons for the different connector types.
> Their appearance can be seen in https://www.omg.org/spec/DMN/1.1/PDF (page 30, "Association", "Information Requirement", "Knowledge Requirement" and "Authority Requirement"). They'll only be used as icons on the toolbox (see screenshot attached). Could you please also remind me of the BAPL for the new "Node" SVGs (I'll need to make PNGs of those too for the same "toolbox" purpose.. unless UX have a tool to convert SVG to PNG?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2656) PNGs for the toolbox icons for the different connector types.
by Brian Dellascio (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2656?page=com.atlassian.jira.plugi... ]
Brian Dellascio commented on DROOLS-2656:
-----------------------------------------
No worries - I realized it was late there, so I just ran with it lol. Have a good evening!
> PNGs for the toolbox icons for the different connector types.
> -------------------------------------------------------------
>
> Key: DROOLS-2656
> URL: https://issues.jboss.org/browse/DROOLS-2656
> Project: Drools
> Issue Type: Sub-task
> Reporter: Liz Clayton
> Assignee: Brian Dellascio
> Labels: IconRequest, UX, UXTeam, VisualDesign, drools-tools
> Attachments: DROOLS-2656.png, association_toolbox.png, association_toolbox.svg, authority_requirement_toolbox.png, authority_requirement_toolbox.svg, businessknowledgemodel_toolbox.png, businessknowledgemodel_toolbox.svg, edit.svg, info_requirement_toolbox.png, info_requirement_toolbox.svg, inputdata_toolbox.png, inputdata_toolbox.svg, knowledge_requirement_toolbox.png, knowledge_requirement_toolbox.svg, knowledgesource_toolbox.png, knowledgesource_toolbox.svg, task_toolbox.png, task_toolbox.svg, textannotation_toolbox.png, textannotation_toolbox.svg, toolbox_icons.png
>
>
> PNGs for the toolbox icons for the different connector types.
> Their appearance can be seen in https://www.omg.org/spec/DMN/1.1/PDF (page 30, "Association", "Information Requirement", "Knowledge Requirement" and "Authority Requirement"). They'll only be used as icons on the toolbox (see screenshot attached). Could you please also remind me of the BAPL for the new "Node" SVGs (I'll need to make PNGs of those too for the same "toolbox" purpose.. unless UX have a tool to convert SVG to PNG?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2656) PNGs for the toolbox icons for the different connector types.
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2656?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-2656:
----------------------------------------
Thanks [~bdellasc] (timezone-wise I was unable to answer your question; but you've made the correct assumption).
> PNGs for the toolbox icons for the different connector types.
> -------------------------------------------------------------
>
> Key: DROOLS-2656
> URL: https://issues.jboss.org/browse/DROOLS-2656
> Project: Drools
> Issue Type: Sub-task
> Reporter: Liz Clayton
> Assignee: Brian Dellascio
> Labels: IconRequest, UX, UXTeam, VisualDesign, drools-tools
> Attachments: DROOLS-2656.png, association_toolbox.png, association_toolbox.svg, authority_requirement_toolbox.png, authority_requirement_toolbox.svg, businessknowledgemodel_toolbox.png, businessknowledgemodel_toolbox.svg, edit.svg, info_requirement_toolbox.png, info_requirement_toolbox.svg, inputdata_toolbox.png, inputdata_toolbox.svg, knowledge_requirement_toolbox.png, knowledge_requirement_toolbox.svg, knowledgesource_toolbox.png, knowledgesource_toolbox.svg, task_toolbox.png, task_toolbox.svg, textannotation_toolbox.png, textannotation_toolbox.svg, toolbox_icons.png
>
>
> PNGs for the toolbox icons for the different connector types.
> Their appearance can be seen in https://www.omg.org/spec/DMN/1.1/PDF (page 30, "Association", "Information Requirement", "Knowledge Requirement" and "Authority Requirement"). They'll only be used as icons on the toolbox (see screenshot attached). Could you please also remind me of the BAPL for the new "Node" SVGs (I'll need to make PNGs of those too for the same "toolbox" purpose.. unless UX have a tool to convert SVG to PNG?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2656) PNGs for the toolbox icons for the different connector types.
by Brian Dellascio (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2656?page=com.atlassian.jira.plugi... ]
Brian Dellascio edited comment on DROOLS-2656 at 7/12/18 3:37 PM:
------------------------------------------------------------------
[~manstis] I just assumed we needed all of the palette icons, that way you're not held up with any that would be missing.
I've posted:
* mockup showing the set of icons alongside the original set of connector icons:
!toolbox_icons.png|thumbnail!
* scaled PNGs | original SVGs:
* !businessknowledgemodel_toolbox.png|thumbnail! [^businessknowledgemodel_toolbox.svg]
* !inputdata_toolbox.png|thumbnail! [^inputdata_toolbox.svg]
* !knowledgesource_toolbox.png|thumbnail! [^knowledgesource_toolbox.svg]
* !task_toolbox.png|thumbnail! [^task_toolbox.svg]
* !textannotation_toolbox.png|thumbnail! [^textannotation_toolbox.svg]
I can review it again once you've integrated the new files. Thanks!
CC: [~uxdlc], [~mstevens1]
was (Author: bdellasc):
[~manstis] I just assumed we needed all of the palette icons, that way you're not held up with any that would be missing.
I've posted:
* mockup showing the set of icons alongside the original set of connector icons:
!toolbox_icons.png|thumbnail!
* scaled PNGs | original SVGs:
* !businessknowledgemodel_toolbox.png|thumbnail! [^businessknowledgemodel_toolbox.svg]
* !inputdata_toolbox.png|thumbnail! [^inputdata_toolbox.svg]
* !knowledgesource_toolbox.png|thumbnail! [^knowledgesource_toolbox.svg]
* !task_toolbox.png|thumbnail! [^task_toolbox.svg]
* !textannotation_toolbox.png|thumbnail! [^textannotation_toolbox.svg]
> PNGs for the toolbox icons for the different connector types.
> -------------------------------------------------------------
>
> Key: DROOLS-2656
> URL: https://issues.jboss.org/browse/DROOLS-2656
> Project: Drools
> Issue Type: Sub-task
> Reporter: Liz Clayton
> Assignee: Brian Dellascio
> Labels: IconRequest, UX, UXTeam, VisualDesign, drools-tools
> Attachments: DROOLS-2656.png, association_toolbox.png, association_toolbox.svg, authority_requirement_toolbox.png, authority_requirement_toolbox.svg, businessknowledgemodel_toolbox.png, businessknowledgemodel_toolbox.svg, edit.svg, info_requirement_toolbox.png, info_requirement_toolbox.svg, inputdata_toolbox.png, inputdata_toolbox.svg, knowledge_requirement_toolbox.png, knowledge_requirement_toolbox.svg, knowledgesource_toolbox.png, knowledgesource_toolbox.svg, task_toolbox.png, task_toolbox.svg, textannotation_toolbox.png, textannotation_toolbox.svg, toolbox_icons.png
>
>
> PNGs for the toolbox icons for the different connector types.
> Their appearance can be seen in https://www.omg.org/spec/DMN/1.1/PDF (page 30, "Association", "Information Requirement", "Knowledge Requirement" and "Authority Requirement"). They'll only be used as icons on the toolbox (see screenshot attached). Could you please also remind me of the BAPL for the new "Node" SVGs (I'll need to make PNGs of those too for the same "toolbox" purpose.. unless UX have a tool to convert SVG to PNG?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2656) PNGs for the toolbox icons for the different connector types.
by Brian Dellascio (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2656?page=com.atlassian.jira.plugi... ]
Brian Dellascio edited comment on DROOLS-2656 at 7/12/18 3:36 PM:
------------------------------------------------------------------
[~manstis] I just assumed we needed all of the palette icons, that way you're not held up with any that would be missing.
I've posted:
* mockup showing the set of icons alongside the original set of connector icons:
!toolbox_icons.png|thumbnail!
* scaled PNGs | original SVGs:
* !businessknowledgemodel_toolbox.png|thumbnail! [^businessknowledgemodel_toolbox.svg]
* !inputdata_toolbox.png|thumbnail! [^inputdata_toolbox.svg]
* !knowledgesource_toolbox.png|thumbnail! [^knowledgesource_toolbox.svg]
* !task_toolbox.png|thumbnail! [^task_toolbox.svg]
* !textannotation_toolbox.png|thumbnail! [^textannotation_toolbox.svg]
was (Author: bdellasc):
[~manstis] I just assumed we needed all of the palette icons, that way you're not held up with any that would be missing. I'm posting:
* mockup showing the set of icons alongside the original set of connector icons:
!toolbox_icons.png|thumbnail!
* scaled PNGs | original SVGs:
* !businessknowledgemodel_toolbox.png|thumbnail! [^businessknowledgemodel_toolbox.svg]
* !inputdata_toolbox.png|thumbnail! [^inputdata_toolbox.svg]
* !knowledgesource_toolbox.png|thumbnail! [^knowledgesource_toolbox.svg]
* !task_toolbox.png|thumbnail! [^task_toolbox.svg]
* !textannotation_toolbox.png|thumbnail! [^textannotation_toolbox.svg]
> PNGs for the toolbox icons for the different connector types.
> -------------------------------------------------------------
>
> Key: DROOLS-2656
> URL: https://issues.jboss.org/browse/DROOLS-2656
> Project: Drools
> Issue Type: Sub-task
> Reporter: Liz Clayton
> Assignee: Brian Dellascio
> Labels: IconRequest, UX, UXTeam, VisualDesign, drools-tools
> Attachments: DROOLS-2656.png, association_toolbox.png, association_toolbox.svg, authority_requirement_toolbox.png, authority_requirement_toolbox.svg, businessknowledgemodel_toolbox.png, businessknowledgemodel_toolbox.svg, edit.svg, info_requirement_toolbox.png, info_requirement_toolbox.svg, inputdata_toolbox.png, inputdata_toolbox.svg, knowledge_requirement_toolbox.png, knowledge_requirement_toolbox.svg, knowledgesource_toolbox.png, knowledgesource_toolbox.svg, task_toolbox.png, task_toolbox.svg, textannotation_toolbox.png, textannotation_toolbox.svg, toolbox_icons.png
>
>
> PNGs for the toolbox icons for the different connector types.
> Their appearance can be seen in https://www.omg.org/spec/DMN/1.1/PDF (page 30, "Association", "Information Requirement", "Knowledge Requirement" and "Authority Requirement"). They'll only be used as icons on the toolbox (see screenshot attached). Could you please also remind me of the BAPL for the new "Node" SVGs (I'll need to make PNGs of those too for the same "toolbox" purpose.. unless UX have a tool to convert SVG to PNG?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2656) PNGs for the toolbox icons for the different connector types.
by Brian Dellascio (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2656?page=com.atlassian.jira.plugi... ]
Brian Dellascio edited comment on DROOLS-2656 at 7/12/18 3:35 PM:
------------------------------------------------------------------
[~manstis] I just assumed we needed all of the palette icons, that way you're not held up with any that would be missing. I'm posting:
* mockup showing the set of icons alongside the original set of connector icons:
!toolbox_icons.png|thumbnail!
* scaled PNGs | original SVGs:
* !businessknowledgemodel_toolbox.png|thumbnail! [^businessknowledgemodel_toolbox.svg]
* !inputdata_toolbox.png|thumbnail! [^inputdata_toolbox.svg]
* !knowledgesource_toolbox.png|thumbnail! [^knowledgesource_toolbox.svg]
* !task_toolbox.png|thumbnail! [^task_toolbox.svg]
* !textannotation_toolbox.png|thumbnail! [^textannotation_toolbox.svg]
was (Author: bdellasc):
[~manstis] I just assumed we needed all of the palette icons, that way you're not held up with any that would be missing. I'm posting:
* the original SVGs
* the scaled PNGs
* mockup showing the set of icons alongside the original set of connector icons.
!toolbox_icons.png|thumbnail!
* !businessknowledgemodel_toolbox.png|thumbnail! [^businessknowledgemodel_toolbox.svg]
* !inputdata_toolbox.png|thumbnail! [^inputdata_toolbox.svg]
* !knowledgesource_toolbox.png|thumbnail! [^knowledgesource_toolbox.svg]
* !task_toolbox.png|thumbnail! [^task_toolbox.svg]
* !textannotation_toolbox.png|thumbnail! [^textannotation_toolbox.svg]
> PNGs for the toolbox icons for the different connector types.
> -------------------------------------------------------------
>
> Key: DROOLS-2656
> URL: https://issues.jboss.org/browse/DROOLS-2656
> Project: Drools
> Issue Type: Sub-task
> Reporter: Liz Clayton
> Assignee: Brian Dellascio
> Labels: IconRequest, UX, UXTeam, VisualDesign, drools-tools
> Attachments: DROOLS-2656.png, association_toolbox.png, association_toolbox.svg, authority_requirement_toolbox.png, authority_requirement_toolbox.svg, businessknowledgemodel_toolbox.png, businessknowledgemodel_toolbox.svg, edit.svg, info_requirement_toolbox.png, info_requirement_toolbox.svg, inputdata_toolbox.png, inputdata_toolbox.svg, knowledge_requirement_toolbox.png, knowledge_requirement_toolbox.svg, knowledgesource_toolbox.png, knowledgesource_toolbox.svg, task_toolbox.png, task_toolbox.svg, textannotation_toolbox.png, textannotation_toolbox.svg, toolbox_icons.png
>
>
> PNGs for the toolbox icons for the different connector types.
> Their appearance can be seen in https://www.omg.org/spec/DMN/1.1/PDF (page 30, "Association", "Information Requirement", "Knowledge Requirement" and "Authority Requirement"). They'll only be used as icons on the toolbox (see screenshot attached). Could you please also remind me of the BAPL for the new "Node" SVGs (I'll need to make PNGs of those too for the same "toolbox" purpose.. unless UX have a tool to convert SVG to PNG?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2656) PNGs for the toolbox icons for the different connector types.
by Brian Dellascio (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2656?page=com.atlassian.jira.plugi... ]
Brian Dellascio edited comment on DROOLS-2656 at 7/12/18 3:34 PM:
------------------------------------------------------------------
[~manstis] I just assumed we needed all of the palette icons, that way you're not held up with any that would be missing. I'm posting:
* the original SVGs
* the scaled PNGs
* mockup showing the set of icons alongside the original set of connector icons.
!toolbox_icons.png|thumbnail!
* !businessknowledgemodel_toolbox.png|thumbnail! [^businessknowledgemodel_toolbox.svg]
* !inputdata_toolbox.png|thumbnail! [^inputdata_toolbox.svg]
* !knowledgesource_toolbox.png|thumbnail! [^knowledgesource_toolbox.svg]
* !task_toolbox.png|thumbnail! [^task_toolbox.svg]
* !textannotation_toolbox.png|thumbnail! [^textannotation_toolbox.svg]
was (Author: bdellasc):
[~manstis] I just assumed we needed all of the palette icons, that way you're not held up with any that would be missing. I'm posting:
* the original SVGs
* the scaled PNGs
* the mockup showing the set of icons alongside the original set of connector icons.
* !toolbox_icons.png|thumbnail!
* !businessknowledgemodel_toolbox.png|thumbnail! [^businessknowledgemodel_toolbox.svg]
* !inputdata_toolbox.png|thumbnail! [^inputdata_toolbox.svg]
* !knowledgesource_toolbox.png|thumbnail! [^knowledgesource_toolbox.svg]
* !task_toolbox.png|thumbnail! [^task_toolbox.svg]
* !textannotation_toolbox.png|thumbnail! [^textannotation_toolbox.svg]
> PNGs for the toolbox icons for the different connector types.
> -------------------------------------------------------------
>
> Key: DROOLS-2656
> URL: https://issues.jboss.org/browse/DROOLS-2656
> Project: Drools
> Issue Type: Sub-task
> Reporter: Liz Clayton
> Assignee: Brian Dellascio
> Labels: IconRequest, UX, UXTeam, VisualDesign, drools-tools
> Attachments: DROOLS-2656.png, association_toolbox.png, association_toolbox.svg, authority_requirement_toolbox.png, authority_requirement_toolbox.svg, businessknowledgemodel_toolbox.png, businessknowledgemodel_toolbox.svg, edit.svg, info_requirement_toolbox.png, info_requirement_toolbox.svg, inputdata_toolbox.png, inputdata_toolbox.svg, knowledge_requirement_toolbox.png, knowledge_requirement_toolbox.svg, knowledgesource_toolbox.png, knowledgesource_toolbox.svg, task_toolbox.png, task_toolbox.svg, textannotation_toolbox.png, textannotation_toolbox.svg, toolbox_icons.png
>
>
> PNGs for the toolbox icons for the different connector types.
> Their appearance can be seen in https://www.omg.org/spec/DMN/1.1/PDF (page 30, "Association", "Information Requirement", "Knowledge Requirement" and "Authority Requirement"). They'll only be used as icons on the toolbox (see screenshot attached). Could you please also remind me of the BAPL for the new "Node" SVGs (I'll need to make PNGs of those too for the same "toolbox" purpose.. unless UX have a tool to convert SVG to PNG?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years