[
https://issues.redhat.com/browse/JBTM-3269?page=com.atlassian.jira.plugin...
]
Ondrej Chaloupka updated JBTM-3269:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 5.next
Resolution: Done
Make Narayana commit markable resource quickstart working with JDK9+
--------------------------------------------------------------------
Key: JBTM-3269
URL:
https://issues.redhat.com/browse/JBTM-3269
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Quickstarts
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
Priority: Minor
Fix For: 5.next
The quickstart `wildfly/commit-markable-resource` fails with
{quote}
Failed to execute goal on project commit-markable-resource: Could not resolve
dependencies for project
org.jboss.narayana.quickstarts:commit-markable-resource:war:5.10.5.Final-SNAPSHOT: Could
not find artifact com.sun:tools:jar:1.6.0 at specified path
/opt/jdk-9.0.4/../lib/tools.jar
{quote}
on JDK9.
It's caused by the fact that the Arquillian Byteman Extension uses call
{{VirtualMachine.attach(pid)}} which is handled differently on JDK9+.
See
https://github.com/arquillian/arquillian-extension-byteman/blob/master/po...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)