[jbossts-issues] [JBoss JIRA] (JBTM-2591) WildFly quick start example fails to build

Mark Little (JIRA) issues at jboss.org
Thu Dec 24 10:46:00 EST 2015


    [ https://issues.jboss.org/browse/JBTM-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13144124#comment-13144124 ] 

Mark Little commented on JBTM-2591:
-----------------------------------

Yes, using 5.2.9.Final produces an example that works ...

15:43:35,988 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0006: Starting Services for CDI deployment: ROOT.war
15:43:36,055 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.2.16 (SP1)
15:43:36,303 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0009: Starting weld service for deployment ROOT.war
15:43:38,196 INFO  [stdout] (ServerService Thread Pool -- 58) StartupBean call
15:43:38,217 INFO  [stdout] (ServerService Thread Pool -- 58) MyEJB call
15:43:38,217 WARN  [com.arjuna.ats.arjuna] (ServerService Thread Pool -- 58) ARJUNA012094: Commit of action id 0:ffffc0a80121:-26a9308d:567c12a6:b invoked while multiple threads active within it.
15:43:38,218 WARN  [com.arjuna.ats.arjuna] (ServerService Thread Pool -- 58) ARJUNA012107: CheckedAction::check - atomic action 0:ffffc0a80121:-26a9308d:567c12a6:b commiting with 1 threads active!
15:43:38,602 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 58) Initializing Mojarra 2.2.12-jbossorg-2 20150729-1131 for context ''
15:43:40,112 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 58) WFLYUT0021: Registered web context: /
15:43:40,151 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
15:43:40,264 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
15:43:40,266 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
15:43:40,266 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) started in 14595ms - Started 330 of 510 services (221 services are lazy, passive or on-demand)

I won't raise a pull request because maybe there's a reason it shouldn't be 5.2.9.Final. Whoever takes this issue should provide the right fix, i.e., don't wait for me :)

> WildFly quick start example fails to build
> ------------------------------------------
>
>                 Key: JBTM-2591
>                 URL: https://issues.jboss.org/browse/JBTM-2591
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>          Components: Application Server Integration, Demonstrator
>    Affects Versions: 5.2.11.Final
>            Reporter: Mark Little
>            Assignee: Amos Feng
>
> Trying to build the example here ...
> https://github.com/jbosstm/quickstart/tree/master/wildfly/setCheckedActionFactoryExample
> The pom refers to a version of JTA that isn't in the repo, so it fails.
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 19.553 s
> [INFO] Finished at: 2015-12-24T15:30:31+00:00
> [INFO] Final Memory: 8M/149M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project setCheckedActionFactoryExample: Could not resolve dependencies for project org.jboss.narayana:setCheckedActionFactoryExample:war:0.0.1-SNAPSHOT: Could not find artifact org.jboss.narayana.jta:jta:jar:5.2.12.Final-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/) -> [Help 1]
> Changing to 5.2.9.Final at least lets the example build (and hopefully run).



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossts-issues mailing list