[
https://issues.apache.org/jira/browse/DERBY-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505918
]
A B commented on DERBY-2432:
----------------------------
I think the changes for this issue have led to a couple of javadoc errors...?
[javadoc] java\engine\org\apache\derby\jdbc\EmbedXAResource.java:530:
warning - Tag @see: reference not found: Property.PROP_XA_TRANSACTION_TIMEOUT
[javadoc] java\engine\org\apache\derby\jdbc\EmbedXAResource.java:530:
warning - Tag @see: reference not found: Property.DEFAULT_XA_TRANSACTION_TIMEOUT
[javadoc] java\engine\org\apache\derby\jdbc\XATransactionState.java:337:
warning - @param argument "onPhase" is not a parameter name.
> Unimplemented transaction time out for XA transactions may cause that locks
> will not be released when client terminates outside a unit of work.
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-2432
> URL: https://issues.apache.org/jira/browse/DERBY-2432
> Project: Derby
> Issue Type: New Feature
> Components: JDBC
> Reporter: Julius Stroffek
> Assignee: Julius Stroffek
> Fix For: 10.3.0.0
>
> Attachments: d2432.diff, d2432.stat, d2432_v2.diff, d2432_v2.stat,
> d2432_v3.diff, d2432_v3.stat, d2432_v4.diff, d2432_v4.stat, d2432_v5.diff,
> d2432_v5.stat, description.txt
>
>
> The XAResource interface provides function setTransactionTimeout which is
> currently not supported in derby.
> When client application uses client driver to connect to derby database and
> the application crashes outside the unit of work of XA transaction and the
> transaction is not committed or rolled back yet the locks held by the
> transaction will not be released.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.