[JBoss JIRA] (WFLY-11166) Create capabilities for TransactionManager, UserTransaction and TransactionSynchronizationRegistry
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFLY-11166?page=com.atlassian.jira.plugin... ]
Brian Stansberry commented on WFLY-11166:
-----------------------------------------
[~dmlloyd] So all the existing Service injection should be ripped out?
That's getting to be a bit beyond what I'm up for doing. But OTOH perhaps I should just "Won't Fix" this and instead add capability requirements for the existing org.wildfly.transactions. There were really two things that sparked my interest in this:
1) Subsystems depending on having a local provider but the management model (and hence galleon too) not having a clue. So you could remove the tx subsystem in admin-only mode and it would be accepted, but then you start in normal mode and boom. So just requiring org.wildfly.transactions or perhaps a more precisely named org.wildfly.transactions.local-provider fixes that.
2) Avoiding classloading dependencies on org.jboss.as.transactions, which itself has a lot transitive dependencies, so possible source of big ball of mud. But investigation since then shows there's very little benefit from not depending on org.jboss.as.transactions (at least not if your feature really requires a local provider). The key thing is to avoid unnecessary hard dependency chains that propagate out from org.jboss.as.transactions, e.g. WFLY-11195.
> Create capabilities for TransactionManager, UserTransaction and TransactionSynchronizationRegistry
> --------------------------------------------------------------------------------------------------
>
> Key: WFLY-11166
> URL: https://issues.jboss.org/browse/WFLY-11166
> Project: WildFly
> Issue Type: Sub-task
> Components: Management, Transactions
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Priority: Major
>
> See https://issues.jboss.org/browse/WFLY-9587?focusedCommentId=13647549&page=... in the parent issue.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months
[JBoss JIRA] (WFLY-11202) Default ResourceBundle fails to load
by Andrew Schmidt (Jira)
Andrew Schmidt created WFLY-11202:
-------------------------------------
Summary: Default ResourceBundle fails to load
Key: WFLY-11202
URL: https://issues.jboss.org/browse/WFLY-11202
Project: WildFly
Issue Type: Bug
Affects Versions: 14.0.1.Final
Reporter: Andrew Schmidt
Assignee: Jason Greene
Attachments: resourcebundle.zip
Wildfly 14 no longer loads the default message bundle when a locale is specified and the specific locale has no properties file.
For example, in the attached project, I have a messages.properties file, Wildfly 13 and previous releases would simply load the messages.properties if there is no messages_en.properties. But in wildfly 14 this is no longer the case (it appears it provides a different resourcebundle)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months
[JBoss JIRA] (DROOLS-3154) Minor UI improvements/bugfixes for Scenario
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3154?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-3154:
-------------------------------------
[~Rikkola] I noticed that the table/grid doesn't span the full width of the canvas area by default, just wondering if it could?
> Minor UI improvements/bugfixes for Scenario
> -------------------------------------------
>
> Key: DROOLS-3154
> URL: https://issues.jboss.org/browse/DROOLS-3154
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Toni Rikkola
> Priority: Critical
> Labels: UX-CSS
>
> This item contains a list of general UI bugs to be fixed:
> - Use grey borders for all the grid and not only for the header
> - Add some padding to the cells of the grid
> - Add some padding to right panel the tab titles
> - Remove scrolling bar from right panel
> - Review expression editor component HTML/CSS (paddings, indents, etc)
> - Review right panel padding (now it is hardcoded)
> - Use text area inputs instead of text box for inline editing
> - Reduce the width of Index column
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months
[JBoss JIRA] (DROOLS-3112) FEEL Compiler: modularize FEELImpl compiler/interpreter vs. DMNFEELHelper
by Edoardo Vacchi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3112?page=com.atlassian.jira.plugi... ]
Edoardo Vacchi commented on DROOLS-3112:
----------------------------------------
waiting for DROOLS-3088 to be merged for merging this
> FEEL Compiler: modularize FEELImpl compiler/interpreter vs. DMNFEELHelper
> --------------------------------------------------------------------------
>
> Key: DROOLS-3112
> URL: https://issues.jboss.org/browse/DROOLS-3112
> Project: Drools
> Issue Type: Enhancement
> Reporter: Edoardo Vacchi
> Assignee: Edoardo Vacchi
> Priority: Major
> Labels: drools-core
>
> Code in FEELImpl could be reused in the DMNFEELHelper, but it cannot be shared, because FEELImpl exposes an interface to evaluate expressions, while DMNFEELHelper needs access to the compiler backend.
> Solution: separate the compilation pipeline and the interpreter pipeline from the public FEEL interface to promote code reuse. In particular, CompilerBytecodeLoader can be probably split between some kind of CompiledUnit+CompiledUnaryTest impls that provide methods to retrieve Java source code and/or JVM bytecode.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months