[JBoss JIRA] (JBTM-3036) flight-service quickstart fails to build due to dependency failure
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-3036?page=com.atlassian.jira.plugin.... ]
Michael Musgrove updated JBTM-3036:
-----------------------------------
Workaround: Workaround Exists
So the simplest workaround is to build it manually:
{code}
git clone https://github.com/jbosstm/microprofile-lra
cd microprofile-lra/
git checkout microprofile-lra
cd ..
./build.sh -f microprofile-lra/pom.xml -B clean install
{code}
or you can run it from the script: export WORKSPACE=`pwd`; ./scripts/hudson/quickstart.sh
> flight-service quickstart fails to build due to dependency failure
> ------------------------------------------------------------------
>
> Key: JBTM-3036
> URL: https://issues.jboss.org/browse/JBTM-3036
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Build System
> Affects Versions: 5.8.2.Final
> Reporter: Phillip Rhodes
> Assignee: Michael Musgrove
>
> [INFO] REST-AT to JTA Bridge Quickstart: JPA .............. SUCCESS [ 14.800 s]
> [INFO] REST-AT to JTA Bridge Quickstart: JMS .............. SUCCESS [ 0.587 s]
> [INFO] Narayana Quickstarts: REST-AT with undertow ........ SUCCESS [ 7.526 s]
> [INFO] RESTTX Quickstarts ................................. SUCCESS [ 0.000 s]
> [INFO] LRA Quickstart flight-service ...................... FAILURE [ 47.077 s]
> [INFO] LRA Quickstart hotel-service ....................... SKIPPED
> [INFO] LRA Quickstart trip-controller ..................... SKIPPED
> [INFO] LRA Quickstart trip-client ......................... SKIPPED
> [INFO] Run the example locally ............................ SKIPPED
> [INFO] RESTTX Quickstarts ................................. SKIPPED
> [INFO] xts-demo-all ....................................... SKIPPED
> [INFO] xts-demo-core ...................................... SKIPPED
> [INFO] xts-demo-webservices ............................... SKIPPED
> [INFO] xts-demo-war ....................................... SKIPPED
> [INFO] xts-demo-ear ....................................... SKIPPED
> [INFO] xts-demo-test ...................................... SKIPPED
> [INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers SKIPPED
> [INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers where one service invokes another SKIPPED
> [INFO] XTS Examples ....................................... SKIPPED
> [INFO] XTS over SSL Quickstart ............................ SKIPPED
> [INFO] setCheckedActionFactoryExample ..................... SKIPPED
> [INFO] optimistic ......................................... SKIPPED
> [INFO] pessimistic ........................................ SKIPPED
> [INFO] stm-jta ............................................ SKIPPED
> [INFO] JBoss Core Examples ................................ SKIPPED
> [INFO] narayana-quickstarts-all ........................... SKIPPED
> [INFO] jts-docker ......................................... SKIPPED
> [INFO] Narayana Quickstarts: JBTM and OSGI ................ SKIPPED
> [INFO] Narayana Quickstart: Standalone JTA 1.2 and Hibernate Quickstart SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 03:05 min
> [INFO] Finished at: 2018-06-20T17:19:36Z
> [INFO] Final Memory: 145M/738M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project flight-service: Could not resolve dependencies for project org.jboss.narayan a.quickstart.rts.lra:flight-service:war:5.8.2.Final: Could not find artifact org.eclipse.microprofile.lra:microprofile -lra-api:jar:1.0-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :flight-service
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (JBTM-3036) flight-service quickstart fails to build due to dependency failure
by Michael Musgrove (JIRA)
[ https://issues.jboss.org/browse/JBTM-3036?page=com.atlassian.jira.plugin.... ]
Michael Musgrove commented on JBTM-3036:
----------------------------------------
In version 5.8.2 Final of the quickstarts the eclipse microprofile-lra artifact needs to be built first. I see we didn't include that step in the README, apologies for that, but if you run the quickstarts from the script it will be built automatically:
{code}
export WORKSPACE=`pwd`; ./scripts/hudson/quickstart.sh
{code}
We have since fixed it by making sure the dependency is available in a public repo so you wont have the same issue in version 5.8.3 Final
> flight-service quickstart fails to build due to dependency failure
> ------------------------------------------------------------------
>
> Key: JBTM-3036
> URL: https://issues.jboss.org/browse/JBTM-3036
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Build System
> Affects Versions: 5.8.2.Final
> Reporter: Phillip Rhodes
> Assignee: Michael Musgrove
>
> [INFO] REST-AT to JTA Bridge Quickstart: JPA .............. SUCCESS [ 14.800 s]
> [INFO] REST-AT to JTA Bridge Quickstart: JMS .............. SUCCESS [ 0.587 s]
> [INFO] Narayana Quickstarts: REST-AT with undertow ........ SUCCESS [ 7.526 s]
> [INFO] RESTTX Quickstarts ................................. SUCCESS [ 0.000 s]
> [INFO] LRA Quickstart flight-service ...................... FAILURE [ 47.077 s]
> [INFO] LRA Quickstart hotel-service ....................... SKIPPED
> [INFO] LRA Quickstart trip-controller ..................... SKIPPED
> [INFO] LRA Quickstart trip-client ......................... SKIPPED
> [INFO] Run the example locally ............................ SKIPPED
> [INFO] RESTTX Quickstarts ................................. SKIPPED
> [INFO] xts-demo-all ....................................... SKIPPED
> [INFO] xts-demo-core ...................................... SKIPPED
> [INFO] xts-demo-webservices ............................... SKIPPED
> [INFO] xts-demo-war ....................................... SKIPPED
> [INFO] xts-demo-ear ....................................... SKIPPED
> [INFO] xts-demo-test ...................................... SKIPPED
> [INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers SKIPPED
> [INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers where one service invokes another SKIPPED
> [INFO] XTS Examples ....................................... SKIPPED
> [INFO] XTS over SSL Quickstart ............................ SKIPPED
> [INFO] setCheckedActionFactoryExample ..................... SKIPPED
> [INFO] optimistic ......................................... SKIPPED
> [INFO] pessimistic ........................................ SKIPPED
> [INFO] stm-jta ............................................ SKIPPED
> [INFO] JBoss Core Examples ................................ SKIPPED
> [INFO] narayana-quickstarts-all ........................... SKIPPED
> [INFO] jts-docker ......................................... SKIPPED
> [INFO] Narayana Quickstarts: JBTM and OSGI ................ SKIPPED
> [INFO] Narayana Quickstart: Standalone JTA 1.2 and Hibernate Quickstart SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 03:05 min
> [INFO] Finished at: 2018-06-20T17:19:36Z
> [INFO] Final Memory: 145M/738M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project flight-service: Could not resolve dependencies for project org.jboss.narayan a.quickstart.rts.lra:flight-service:war:5.8.2.Final: Could not find artifact org.eclipse.microprofile.lra:microprofile -lra-api:jar:1.0-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :flight-service
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (JBTM-3036) flight-service quickstart fails to build due to dependency failure
by Phillip Rhodes (JIRA)
[ https://issues.jboss.org/browse/JBTM-3036?page=com.atlassian.jira.plugin.... ]
Phillip Rhodes commented on JBTM-3036:
--------------------------------------
FWIW, I took a stab at getting it to build by building and installing lra separately, but no luck so far. There's still a mismatch somewhere that I ran out of time to chase down while I was working on this yesterday.
> flight-service quickstart fails to build due to dependency failure
> ------------------------------------------------------------------
>
> Key: JBTM-3036
> URL: https://issues.jboss.org/browse/JBTM-3036
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Build System
> Affects Versions: 5.8.2.Final
> Reporter: Phillip Rhodes
> Assignee: Michael Musgrove
>
> [INFO] REST-AT to JTA Bridge Quickstart: JPA .............. SUCCESS [ 14.800 s]
> [INFO] REST-AT to JTA Bridge Quickstart: JMS .............. SUCCESS [ 0.587 s]
> [INFO] Narayana Quickstarts: REST-AT with undertow ........ SUCCESS [ 7.526 s]
> [INFO] RESTTX Quickstarts ................................. SUCCESS [ 0.000 s]
> [INFO] LRA Quickstart flight-service ...................... FAILURE [ 47.077 s]
> [INFO] LRA Quickstart hotel-service ....................... SKIPPED
> [INFO] LRA Quickstart trip-controller ..................... SKIPPED
> [INFO] LRA Quickstart trip-client ......................... SKIPPED
> [INFO] Run the example locally ............................ SKIPPED
> [INFO] RESTTX Quickstarts ................................. SKIPPED
> [INFO] xts-demo-all ....................................... SKIPPED
> [INFO] xts-demo-core ...................................... SKIPPED
> [INFO] xts-demo-webservices ............................... SKIPPED
> [INFO] xts-demo-war ....................................... SKIPPED
> [INFO] xts-demo-ear ....................................... SKIPPED
> [INFO] xts-demo-test ...................................... SKIPPED
> [INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers SKIPPED
> [INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers where one service invokes another SKIPPED
> [INFO] XTS Examples ....................................... SKIPPED
> [INFO] XTS over SSL Quickstart ............................ SKIPPED
> [INFO] setCheckedActionFactoryExample ..................... SKIPPED
> [INFO] optimistic ......................................... SKIPPED
> [INFO] pessimistic ........................................ SKIPPED
> [INFO] stm-jta ............................................ SKIPPED
> [INFO] JBoss Core Examples ................................ SKIPPED
> [INFO] narayana-quickstarts-all ........................... SKIPPED
> [INFO] jts-docker ......................................... SKIPPED
> [INFO] Narayana Quickstarts: JBTM and OSGI ................ SKIPPED
> [INFO] Narayana Quickstart: Standalone JTA 1.2 and Hibernate Quickstart SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 03:05 min
> [INFO] Finished at: 2018-06-20T17:19:36Z
> [INFO] Final Memory: 145M/738M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project flight-service: Could not resolve dependencies for project org.jboss.narayan a.quickstart.rts.lra:flight-service:war:5.8.2.Final: Could not find artifact org.eclipse.microprofile.lra:microprofile -lra-api:jar:1.0-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :flight-service
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (JBTM-3032) Check the connection pool with JMX when using Transactional DataSource
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-3032?page=com.atlassian.jira.plugin.... ]
Amos Feng commented on JBTM-3032:
---------------------------------
BasicDataSourceMXBean is used for exposing some information of the pool via JMX and it needs to set with 'jmxName', such as
{code:xml}
<Resource name="transactionalDataSource" uniqueName="transactionalDataSource" auth="Container" type="javax.sql.XADataSource"
transactionManager="TransactionManager" xaDataSource="h2DataSource" jmxEnabled="true" jmxName="org.apache.commons.dbcp2:name=transactionalDataSource"
factory="org.jboss.narayana.tomcat.jta.TransactionalDataSourceFactory"/>
{code}
> Check the connection pool with JMX when using Transactional DataSource
> ----------------------------------------------------------------------
>
> Key: JBTM-3032
> URL: https://issues.jboss.org/browse/JBTM-3032
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Components: Tomcat
> Reporter: Amos Feng
> Assignee: Amos Feng
>
> Currently the common-dbcp2 only expose the org.apache.commons.dbcp2.PoolableConnectionMXBean for every database connection. And the customer want to check the connection pool with JMX just like org.apach.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
> * getIdle()
> * getSize()
> * getActive()
> * getNumIdle()
> * getNumActibe()
> * getWaitCount()
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (JBTM-3036) flight-service quickstart fails to build due to dependency failure
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-3036?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-3036:
-------------------------------------
This is caused by the changes to using the eclipse microprofile LRA spec jar. Mike is there a good coordinate we can update this quickstart to use yet or do we have to recommend the workaround (to build https://github.com/eclipse/microprofile-lra by hand?)
> flight-service quickstart fails to build due to dependency failure
> ------------------------------------------------------------------
>
> Key: JBTM-3036
> URL: https://issues.jboss.org/browse/JBTM-3036
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Build System
> Affects Versions: 5.8.2.Final
> Reporter: Phillip Rhodes
> Assignee: Michael Musgrove
>
> [INFO] REST-AT to JTA Bridge Quickstart: JPA .............. SUCCESS [ 14.800 s]
> [INFO] REST-AT to JTA Bridge Quickstart: JMS .............. SUCCESS [ 0.587 s]
> [INFO] Narayana Quickstarts: REST-AT with undertow ........ SUCCESS [ 7.526 s]
> [INFO] RESTTX Quickstarts ................................. SUCCESS [ 0.000 s]
> [INFO] LRA Quickstart flight-service ...................... FAILURE [ 47.077 s]
> [INFO] LRA Quickstart hotel-service ....................... SKIPPED
> [INFO] LRA Quickstart trip-controller ..................... SKIPPED
> [INFO] LRA Quickstart trip-client ......................... SKIPPED
> [INFO] Run the example locally ............................ SKIPPED
> [INFO] RESTTX Quickstarts ................................. SKIPPED
> [INFO] xts-demo-all ....................................... SKIPPED
> [INFO] xts-demo-core ...................................... SKIPPED
> [INFO] xts-demo-webservices ............................... SKIPPED
> [INFO] xts-demo-war ....................................... SKIPPED
> [INFO] xts-demo-ear ....................................... SKIPPED
> [INFO] xts-demo-test ...................................... SKIPPED
> [INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers SKIPPED
> [INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers where one service invokes another SKIPPED
> [INFO] XTS Examples ....................................... SKIPPED
> [INFO] XTS over SSL Quickstart ............................ SKIPPED
> [INFO] setCheckedActionFactoryExample ..................... SKIPPED
> [INFO] optimistic ......................................... SKIPPED
> [INFO] pessimistic ........................................ SKIPPED
> [INFO] stm-jta ............................................ SKIPPED
> [INFO] JBoss Core Examples ................................ SKIPPED
> [INFO] narayana-quickstarts-all ........................... SKIPPED
> [INFO] jts-docker ......................................... SKIPPED
> [INFO] Narayana Quickstarts: JBTM and OSGI ................ SKIPPED
> [INFO] Narayana Quickstart: Standalone JTA 1.2 and Hibernate Quickstart SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 03:05 min
> [INFO] Finished at: 2018-06-20T17:19:36Z
> [INFO] Final Memory: 145M/738M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project flight-service: Could not resolve dependencies for project org.jboss.narayan a.quickstart.rts.lra:flight-service:war:5.8.2.Final: Could not find artifact org.eclipse.microprofile.lra:microprofile -lra-api:jar:1.0-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :flight-service
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (JBTM-3036) flight-service quickstart fails to build due to dependency failure
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-3036?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson reassigned JBTM-3036:
-----------------------------------
Assignee: Michael Musgrove
> flight-service quickstart fails to build due to dependency failure
> ------------------------------------------------------------------
>
> Key: JBTM-3036
> URL: https://issues.jboss.org/browse/JBTM-3036
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Build System
> Affects Versions: 5.8.2.Final
> Reporter: Phillip Rhodes
> Assignee: Michael Musgrove
>
> [INFO] REST-AT to JTA Bridge Quickstart: JPA .............. SUCCESS [ 14.800 s]
> [INFO] REST-AT to JTA Bridge Quickstart: JMS .............. SUCCESS [ 0.587 s]
> [INFO] Narayana Quickstarts: REST-AT with undertow ........ SUCCESS [ 7.526 s]
> [INFO] RESTTX Quickstarts ................................. SUCCESS [ 0.000 s]
> [INFO] LRA Quickstart flight-service ...................... FAILURE [ 47.077 s]
> [INFO] LRA Quickstart hotel-service ....................... SKIPPED
> [INFO] LRA Quickstart trip-controller ..................... SKIPPED
> [INFO] LRA Quickstart trip-client ......................... SKIPPED
> [INFO] Run the example locally ............................ SKIPPED
> [INFO] RESTTX Quickstarts ................................. SKIPPED
> [INFO] xts-demo-all ....................................... SKIPPED
> [INFO] xts-demo-core ...................................... SKIPPED
> [INFO] xts-demo-webservices ............................... SKIPPED
> [INFO] xts-demo-war ....................................... SKIPPED
> [INFO] xts-demo-ear ....................................... SKIPPED
> [INFO] xts-demo-test ...................................... SKIPPED
> [INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers SKIPPED
> [INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers where one service invokes another SKIPPED
> [INFO] XTS Examples ....................................... SKIPPED
> [INFO] XTS over SSL Quickstart ............................ SKIPPED
> [INFO] setCheckedActionFactoryExample ..................... SKIPPED
> [INFO] optimistic ......................................... SKIPPED
> [INFO] pessimistic ........................................ SKIPPED
> [INFO] stm-jta ............................................ SKIPPED
> [INFO] JBoss Core Examples ................................ SKIPPED
> [INFO] narayana-quickstarts-all ........................... SKIPPED
> [INFO] jts-docker ......................................... SKIPPED
> [INFO] Narayana Quickstarts: JBTM and OSGI ................ SKIPPED
> [INFO] Narayana Quickstart: Standalone JTA 1.2 and Hibernate Quickstart SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 03:05 min
> [INFO] Finished at: 2018-06-20T17:19:36Z
> [INFO] Final Memory: 145M/738M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project flight-service: Could not resolve dependencies for project org.jboss.narayan a.quickstart.rts.lra:flight-service:war:5.8.2.Final: Could not find artifact org.eclipse.microprofile.lra:microprofile -lra-api:jar:1.0-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :flight-service
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (JBTM-3036) flight-service quickstart fails to build due to dependency failure
by Phillip Rhodes (JIRA)
Phillip Rhodes created JBTM-3036:
------------------------------------
Summary: flight-service quickstart fails to build due to dependency failure
Key: JBTM-3036
URL: https://issues.jboss.org/browse/JBTM-3036
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Build System
Affects Versions: 5.8.2.Final
Reporter: Phillip Rhodes
[INFO] REST-AT to JTA Bridge Quickstart: JPA .............. SUCCESS [ 14.800 s]
[INFO] REST-AT to JTA Bridge Quickstart: JMS .............. SUCCESS [ 0.587 s]
[INFO] Narayana Quickstarts: REST-AT with undertow ........ SUCCESS [ 7.526 s]
[INFO] RESTTX Quickstarts ................................. SUCCESS [ 0.000 s]
[INFO] LRA Quickstart flight-service ...................... FAILURE [ 47.077 s]
[INFO] LRA Quickstart hotel-service ....................... SKIPPED
[INFO] LRA Quickstart trip-controller ..................... SKIPPED
[INFO] LRA Quickstart trip-client ......................... SKIPPED
[INFO] Run the example locally ............................ SKIPPED
[INFO] RESTTX Quickstarts ................................. SKIPPED
[INFO] xts-demo-all ....................................... SKIPPED
[INFO] xts-demo-core ...................................... SKIPPED
[INFO] xts-demo-webservices ............................... SKIPPED
[INFO] xts-demo-war ....................................... SKIPPED
[INFO] xts-demo-ear ....................................... SKIPPED
[INFO] xts-demo-test ...................................... SKIPPED
[INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers SKIPPED
[INFO] JBoss Narayana Quickstarts: Simple WS-AT Web service, bridged to and from JTA. Bridges three servers where one service invokes another SKIPPED
[INFO] XTS Examples ....................................... SKIPPED
[INFO] XTS over SSL Quickstart ............................ SKIPPED
[INFO] setCheckedActionFactoryExample ..................... SKIPPED
[INFO] optimistic ......................................... SKIPPED
[INFO] pessimistic ........................................ SKIPPED
[INFO] stm-jta ............................................ SKIPPED
[INFO] JBoss Core Examples ................................ SKIPPED
[INFO] narayana-quickstarts-all ........................... SKIPPED
[INFO] jts-docker ......................................... SKIPPED
[INFO] Narayana Quickstarts: JBTM and OSGI ................ SKIPPED
[INFO] Narayana Quickstart: Standalone JTA 1.2 and Hibernate Quickstart SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:05 min
[INFO] Finished at: 2018-06-20T17:19:36Z
[INFO] Final Memory: 145M/738M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project flight-service: Could not resolve dependencies for project org.jboss.narayan a.quickstart.rts.lra:flight-service:war:5.8.2.Final: Could not find artifact org.eclipse.microprofile.lra:microprofile -lra-api:jar:1.0-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :flight-service
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months