[JBoss JIRA] (WFCORE-3542) Elytron JDBC realm password mapping is not consistent with underlying implementation
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3542?page=com.atlassian.jira.plugi... ]
Brian Stansberry updated WFCORE-3542:
-------------------------------------
Fix Version/s: 4.0.0.Beta1
(was: 4.0.0.Alpha9)
> Elytron JDBC realm password mapping is not consistent with underlying implementation
> ------------------------------------------------------------------------------------
>
> Key: WFCORE-3542
> URL: https://issues.jboss.org/browse/WFCORE-3542
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Reporter: David Lloyd
> Assignee: Darran Lofthouse
> Fix For: 4.0.0.Beta1
>
>
> There is no way to configure the JDBC realm to use modular crypt in WildFly, even though the underlying realm does support it.
> The problem is that the {{salt-index}} and {{itereration-count-index}} attributes should be optional, and if they not given, a value of {{-1}} should be passed to the mapper. By omitting both of these values, the database column values will then be recognized as modular-crypt strings.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2184) UX design DRD logic table actions
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2184?page=com.atlassian.jira.plugi... ]
Liz Clayton edited comment on DROOLS-2184 at 2/5/18 4:33 PM:
-------------------------------------------------------------
[~aglass] Thanks for sending the article that [~srambach] found. I just scanned it but it looks interesting and will read it more carefully when I have a sec. I see the pencil and kebabs in the examples - it looks like they are always there. I'm concerned that having these elements always present will add too much "[chart junk|https://en.wikipedia.org/wiki/Chartjunk]" to the display and might overwhelm the content. My "where to" question was a bit rhetorical in that I was positing that there might not be a good place to put these widgets. But I could keep knocking this around in future design iterations.
My gut feeling is that decision tables are a different beast than the PF type data tables, and that we should design for the key decision functions/features and unique use cases for these tables. But I'm new to this DMN area, so I might be off. Adding [~tirelli] [~ibek] [~manstis] for input and for a heads-up that folks might be interested in opening up a jira for another round of iterations.
Thanks, Liz
was (Author: uxdlc):
[~aglass] Thanks for sending the article that [~srambach] found. I just scanned it but it looks interesting and will read it more carefully when I have a sec. I see the pencil and kebabs in the examples - it looks like they are always there. I'm concerned that having these elements always present will add too much "[chart junk|https://en.wikipedia.org/wiki/Chartjunk]" to the display and might overwhelm the content. My "where to" question was a bit rhetorical in that I was positing that there might not be a good place to put these widgets. But I could keep knocking this around in future design iterations.
My gut feeling is that decision tables are a different beast than the PF type data tables, and that we should design for the key decision functions/features and unique use cases for these tables. But I'm new to this DMN area, so I might be off. Adding [~tirelli] [~ibek] [~manstis] for input and for a heads-up that folks might be interested in my opening up a jira for another round of iterations.
Thanks, Liz
> UX design DRD logic table actions
> ---------------------------------
>
> Key: DROOLS-2184
> URL: https://issues.jboss.org/browse/DROOLS-2184
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam
> Attachments: DMN Editor UX - Logic_ 2184 - Google Docs.pdf, Screen Shot 2018-01-19 at 3.22.15 PM.png, Screen Shot 2018-01-19 at 3.22.25 PM.png, Screen Shot 2018-01-19 at 3.23.31 PM.png, kebab-dmn.png, kebab-where.png
>
>
> Use case description:
As a business user (Citizen Developer…), I want to easily create, edit, and refine business decision logic (tables, expressions, boxed expression, etc.) Note: Using inline controls and employ autocomplete capabilities where possible.
> Verification Conditions
> * The user of this feature is able to easily/quickly perform key actions (Add, Remove, Edit) in logic tables, boxed expressions, and the like.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9635) jdr throws IllegalArgumentException if server is not started
by Brad Maxwell (JIRA)
[ https://issues.jboss.org/browse/WFLY-9635?page=com.atlassian.jira.plugin.... ]
Brad Maxwell reassigned WFLY-9635:
----------------------------------
Assignee: Jean-Francois Denise (was: Brad Maxwell)
> jdr throws IllegalArgumentException if server is not started
> ------------------------------------------------------------
>
> Key: WFLY-9635
> URL: https://issues.jboss.org/browse/WFLY-9635
> Project: WildFly
> Issue Type: Bug
> Components: JDR
> Reporter: Marek Kopecký
> Assignee: Jean-Francois Denise
> Priority: Blocker
> Attachments: jboss-eap-7.1.0.log, wildfly-11.0.0.Final.log
>
>
> *Description of the issue:*
> jdr throws IllegalArgumentException if server is not started
> *Steps to reproduce:*
> # do *not* start the server
> # ./jdr.sh
> *Actual results:*
> {noformat}
> [mkopecky@dhcp-10-40-4-226 bin]$ ./jdr.sh
> Initializing JBoss Diagnostic Reporter...
> Trying to connect to http-remoting localhost:9990
> Starting embedded server
> Exception for embed-server --std-out=echo : Task java.util.concurrent.FutureTask@6631f5ca rejected from java.util.concurrent.ThreadPoolExecutor@5ace1ed4[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
> Exception for stop-embedded-server: Task java.util.concurrent.FutureTask@31e5415e rejected from java.util.concurrent.ThreadPoolExecutor@5ace1ed4[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
> Exception in thread "main" java.lang.IllegalArgumentException: Error handling command: /subsystem=jdr:generate-jdr-report()
> at org.jboss.as.cli.scriptsupport.CLI.cmd(CLI.java:248)
> at org.jboss.as.jdr.CommandLineMain.main(CommandLineMain.java:120)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> Caused by: org.jboss.as.cli.CommandLineException: The connection to the controller has not been established.
> at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:804)
> at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:823)
> at org.jboss.as.cli.scriptsupport.CLI.cmd(CLI.java:241)
> ... 3 more
> [mkopecky@dhcp-10-40-4-226 bin]$
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2184) UX design DRD logic table actions
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2184?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-2184:
-------------------------------------
[~aglass] [~srambach] For reference, check out example tables ( such as "Salaries by Age") at: https://methodandstyle.com/dmcommunity-challenge-september/
> UX design DRD logic table actions
> ---------------------------------
>
> Key: DROOLS-2184
> URL: https://issues.jboss.org/browse/DROOLS-2184
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam
> Attachments: DMN Editor UX - Logic_ 2184 - Google Docs.pdf, Screen Shot 2018-01-19 at 3.22.15 PM.png, Screen Shot 2018-01-19 at 3.22.25 PM.png, Screen Shot 2018-01-19 at 3.23.31 PM.png, kebab-dmn.png, kebab-where.png
>
>
> Use case description:
As a business user (Citizen Developer…), I want to easily create, edit, and refine business decision logic (tables, expressions, boxed expression, etc.) Note: Using inline controls and employ autocomplete capabilities where possible.
> Verification Conditions
> * The user of this feature is able to easily/quickly perform key actions (Add, Remove, Edit) in logic tables, boxed expressions, and the like.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2184) UX design DRD logic table actions
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2184?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-2184:
-------------------------------------
[~aglass] Thanks for sending the article that [~srambach] found. I just scanned it but it looks interesting and will read it more carefully when I have a sec. I see the pencil and kebabs in the examples - it looks like they are always there. I'm concerned that having these elements always present will add too much "[chart junk|https://en.wikipedia.org/wiki/Chartjunk]" to the display and might overwhelm the content. My "where to" question was a bit rhetorical in that I was positing that there might not be a good place to put these widgets. But I could keep knocking this around in future design iterations.
My gut feeling is that decision tables are a different beast than the PF type data tables, and that we should design for the key decision functions/features and unique use cases for these tables. But I'm new to this DMN area, so I might be off. Adding [~tirelli] [~ibek] [~manstis] for input and for a heads-up that folks might be interested in my opening up a jira for another round of iterations.
Thanks, Liz
> UX design DRD logic table actions
> ---------------------------------
>
> Key: DROOLS-2184
> URL: https://issues.jboss.org/browse/DROOLS-2184
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam
> Attachments: DMN Editor UX - Logic_ 2184 - Google Docs.pdf, Screen Shot 2018-01-19 at 3.22.15 PM.png, Screen Shot 2018-01-19 at 3.22.25 PM.png, Screen Shot 2018-01-19 at 3.23.31 PM.png, kebab-dmn.png, kebab-where.png
>
>
> Use case description:
As a business user (Citizen Developer…), I want to easily create, edit, and refine business decision logic (tables, expressions, boxed expression, etc.) Note: Using inline controls and employ autocomplete capabilities where possible.
> Verification Conditions
> * The user of this feature is able to easily/quickly perform key actions (Add, Remove, Edit) in logic tables, boxed expressions, and the like.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2184) UX design DRD logic table actions
by Sarah Rambacher (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2184?page=com.atlassian.jira.plugi... ]
Sarah Rambacher commented on DROOLS-2184:
-----------------------------------------
[~aglass] FWIW, about clickable area - with best practice on design and proper implementation, an icon button like the pencil or kebab would have a click area of approximately 44 by 44px that wouldn't overlap anything else.
> UX design DRD logic table actions
> ---------------------------------
>
> Key: DROOLS-2184
> URL: https://issues.jboss.org/browse/DROOLS-2184
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam
> Attachments: DMN Editor UX - Logic_ 2184 - Google Docs.pdf, Screen Shot 2018-01-19 at 3.22.15 PM.png, Screen Shot 2018-01-19 at 3.22.25 PM.png, Screen Shot 2018-01-19 at 3.23.31 PM.png, kebab-dmn.png, kebab-where.png
>
>
> Use case description:
As a business user (Citizen Developer…), I want to easily create, edit, and refine business decision logic (tables, expressions, boxed expression, etc.) Note: Using inline controls and employ autocomplete capabilities where possible.
> Verification Conditions
> * The user of this feature is able to easily/quickly perform key actions (Add, Remove, Edit) in logic tables, boxed expressions, and the like.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9761) CLI, failed connect side effect
by Jean-Francois Denise (JIRA)
Jean-Francois Denise created WFLY-9761:
------------------------------------------
Summary: CLI, failed connect side effect
Key: WFLY-9761
URL: https://issues.jboss.org/browse/WFLY-9761
Project: WildFly
Issue Type: Bug
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Priority: Blocker
An attempt to connect that fails makes the current context unusable.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9646) Wsconsume is not able to generate jar file from wsdl
by R Searls (JIRA)
[ https://issues.jboss.org/browse/WFLY-9646?page=com.atlassian.jira.plugin.... ]
R Searls updated WFLY-9646:
---------------------------
Attachment: TestService.wsdl
> Wsconsume is not able to generate jar file from wsdl
> ----------------------------------------------------
>
> Key: WFLY-9646
> URL: https://issues.jboss.org/browse/WFLY-9646
> Project: WildFly
> Issue Type: Bug
> Components: Scripts, Web Services
> Reporter: Marek Kopecký
> Assignee: R Searls
> Priority: Blocker
> Fix For: 12.0.0.Alpha1
>
> Attachments: TestService.wsdl
>
>
> *Description:*
> Wsconsume is able to generate jar file from wsdl on WildFly 11. On WildFly master, wsconsume doesn't create any files in "out" folder. It leads to Exception from wsdl2java tool.
> *Steps to reproduce:*
> # cd $\{JBOSS_HOME\}/bin
> # # download Echo1.wsdl, Echo1Service.wsdl and Echo1Service_schema1.xsd files, these files are attached to this jira
> # mkdir out
> # ./wsconsume.sh -j wsClientShort.jar -p org.jboss.test.script -o out Echo1Service.wsdl
> *Actual results:*
> {noformat}
> [mkopecky@dhcp-10-40-4-226 bin]$ ./wsconsume.sh -j wsClientShort.jar -p org.jboss.test.script -o out Echo1Service.wsdl
> Could not find log4j.properties or log4j.xml configuration, logging to console.
> Loading FrontEnd jaxws ...
> Loading DataBinding jaxb ...
> wsdl2java -clientjar wsClientShort.jar -compile -exsh false -p org.jboss.test.script -d /home/mkopecky/playground/wf/wfly.08/wfly.08/bin/out/tmp3507583 -verbose -classdir /home/mkopecky/playground/wf/wfly.08/wfly.08/bin/out -allowElementReferences file:/home/mkopecky/playground/wf/wfly.08/wfly.08/bin/Echo1Service.wsdl
> wsdl2java - Apache CXF 3.1.12
> JBWS024002: Failed to invoke org.apache.cxf.tools.wsdlto.WSDLToJava
> org.apache.cxf.tools.common.ToolException: java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/mkopecky/playground/wf/wfly.08/wfly.08/bin/out/tmp3507583/org/jboss/test/script/package-info.java" "read")
> at org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaContainer.java:423)
> at org.apache.cxf.tools.common.toolspec.ToolRunner.runTool(ToolRunner.java:105)
> at org.apache.cxf.tools.wsdlto.WSDLToJava.run(WSDLToJava.java:113)
> at org.jboss.wsf.stack.cxf.tools.CXFConsumerImpl.consume(CXFConsumerImpl.java:313)
> at org.jboss.ws.tools.cmd.WSConsume.importServices(WSConsume.java:298)
> at org.jboss.ws.tools.cmd.WSConsume.mainInternal(WSConsume.java:108)
> at org.jboss.ws.tools.cmd.WSConsume.main(WSConsume.java:96)
> at org.jboss.modules.Module.run(Module.java:344)
> at org.jboss.modules.Main.main(Main.java:525)
> Caused by: java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/mkopecky/playground/wf/wfly.08/wfly.08/bin/out/tmp3507583/org/jboss/test/script/package-info.java" "read")
> at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
> at java.security.AccessController.checkPermission(AccessController.java:884)
> at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
> at java.lang.SecurityManager.checkRead(SecurityManager.java:888)
> at java.io.File.isDirectory(File.java:844)
> at com.sun.tools.javac.file.RegularFileObject.<init>(RegularFileObject.java:69)
> at com.sun.tools.javac.file.RegularFileObject.<init>(RegularFileObject.java:64)
> at com.sun.tools.javac.file.JavacFileManager.getJavaFileObjectsFromFiles(JavacFileManager.java:785)
> at com.sun.tools.javac.file.JavacFileManager.getJavaFileObjectsFromStrings(JavacFileManager.java:185)
> at org.apache.cxf.common.util.Compiler.useJava6Compiler(Compiler.java:192)
> at org.apache.cxf.common.util.Compiler.compileFiles(Compiler.java:141)
> at org.apache.cxf.tools.common.ClassUtils.compile(ClassUtils.java:123)
> at org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.processWsdl(WSDLToJavaContainer.java:306)
> at org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaContainer.java:164)
> at org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaContainer.java:415)
> ... 8 more
> [mkopecky@dhcp-10-40-4-226 bin]$ ll out/
> total 0
> [mkopecky@dhcp-10-40-4-226 bin]$
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months