[JBoss JIRA] (WFLY-4997) Upgrade jboss-transaction-spi
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-4997?page=com.atlassian.jira.plugin.... ]
Kabir Khan closed WFLY-4997.
----------------------------
> Upgrade jboss-transaction-spi
> -----------------------------
>
> Key: WFLY-4997
> URL: https://issues.jboss.org/browse/WFLY-4997
> Project: WildFly
> Issue Type: Component Upgrade
> Components: Transactions
> Affects Versions: 10.0.0.Alpha5
> Reporter: Michael Musgrove
> Assignee: Michael Musgrove
> Priority: Minor
> Fix For: 10.0.0.Beta1
>
>
> We have just released 7.3.0.Final which introduced a locator method for obtaining an implementation of the TransactionListenerRegistry interface that JPA uses to monitor thread to transaction association changes.
> The upgrade also pulls in 7.2.0.Final which introduced a change to make ServerVMClientUserTransaction implement javax.naming.Referenceable (so that it can be looked up via JNDI).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (WFLY-5192) XTSSubsystemDefinition says HOST attribute doesn't allow null, but it should
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-5192?page=com.atlassian.jira.plugin.... ]
Kabir Khan closed WFLY-5192.
----------------------------
> XTSSubsystemDefinition says HOST attribute doesn't allow null, but it should
> ----------------------------------------------------------------------------
>
> Key: WFLY-5192
> URL: https://issues.jboss.org/browse/WFLY-5192
> Project: WildFly
> Issue Type: Bug
> Components: XTS
> Affects Versions: 10.0.0.Beta2
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: 10.0.0.CR1
>
>
> The xsd for the xts subsystem says the "host" element is not required, and the parser behaves accordingly, but the HOST attribute in XTSSubsystemDefinition says the attribute doesn't allow null, while simultaneously configuring a default value for it.
> Setting a default value for an attribute is pointless if it doesn't allow null; the default value is what the runtime services will use if the persistent config value is null.
> This situation prevents booting of legacy xml configs using schema versions that predate the "host element. (Specifically, EAP 6 configs.) The boot validates the entire config to ensure that required attributes are configured, and that validation fails. Booting configs that conform to the current schema would fail too if "host" was not present.
> This should be a simple one line change.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months