[JBoss JIRA] (JBTM-2634) Create Narayana Spring Boot starter quickstart
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2634?page=com.atlassian.jira.plugin.... ]
Amos Feng commented on JBTM-2634:
---------------------------------
It needs to add the spring milestone repository
{code}
<repositories>
<repository>
<id>spring-milestone</id>
<name>Spring Milestone Repository</name>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-milestone</id>
<name>Spring Milestone Repository</name>
<url>https://repo.spring.io/milestone</url>
</pluginRepository>
</pluginRepositories>
{code}
> Create Narayana Spring Boot starter quickstart
> ----------------------------------------------
>
> Key: JBTM-2634
> URL: https://issues.jboss.org/browse/JBTM-2634
> Project: JBoss Transaction Manager
> Issue Type: Sub-task
> Components: Demonstrator, JTA
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Fix For: 5.next
>
>
> Create a demonstrator application for Narayana Spring Boot starter before raising pull request to Spring. This would allow to make a better review of the Narayana Spring Boot integration on the forum.
> Quickstart should have a simple example of JTA and crash recovery.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (JBTM-2660) multiple jars provide the same package:javax/transaction
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2660?page=com.atlassian.jira.plugin.... ]
Amos Feng commented on JBTM-2660:
---------------------------------
It works with this upgrading
> multiple jars provide the same package:javax/transaction
> --------------------------------------------------------
>
> Key: JBTM-2660
> URL: https://issues.jboss.org/browse/JBTM-2660
> Project: JBoss Transaction Manager
> Issue Type: Sub-task
> Reporter: Amos Feng
> Assignee: Amos Feng
> Fix For: 5.next
>
>
> [WARNING] Bundle org.jboss.narayana.osgi:narayana-osgi-jta:bundle:5.3.3.Final-SNAPSHOT : Split package, multiple jars provide the same package:javax/transaction
> Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
> Package found in [Jar:jboss-transaction-api_1.2_spec, Jar:jboss-transaction-api_1.1_spec]
> Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:jbosgi-metadata, Jar:jboss-transaction-api_1.2_spec, Jar:jta, Jar:common, Jar:arjuna, Jar:jconsole, Jar:jboss-transaction-spi, Jar:jboss-connector-api_1.5_spec, Jar:jboss-transaction-api_1.1_spec, Jar:narayana-jts-integration, Jar:jboss-logging, Jar:artemis-journal, Jar:artemis-commons, Jar:jboss-logmanager, Jar:netty-all, Jar:commons-beanutils, Jar:commons-collections, Jar:guava, Jar:artemis-native, Jar:spring-tx, Jar:aopalliance, Jar:spring-aop, Jar:spring-asm, Jar:spring-beans, Jar:spring-context, Jar:spring-expression, Jar:spring-core, Jar:commons-logging]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (JBTM-2660) multiple jars provide the same package:javax/transaction
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2660?page=com.atlassian.jira.plugin.... ]
Amos Feng commented on JBTM-2660:
---------------------------------
yeah, it looks like we need to upgrade to jboss-connector-api_1.7_spec:1.0.0.Final which includes JTA 1.2
> multiple jars provide the same package:javax/transaction
> --------------------------------------------------------
>
> Key: JBTM-2660
> URL: https://issues.jboss.org/browse/JBTM-2660
> Project: JBoss Transaction Manager
> Issue Type: Sub-task
> Reporter: Amos Feng
> Assignee: Amos Feng
> Fix For: 5.next
>
>
> [WARNING] Bundle org.jboss.narayana.osgi:narayana-osgi-jta:bundle:5.3.3.Final-SNAPSHOT : Split package, multiple jars provide the same package:javax/transaction
> Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
> Package found in [Jar:jboss-transaction-api_1.2_spec, Jar:jboss-transaction-api_1.1_spec]
> Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:jbosgi-metadata, Jar:jboss-transaction-api_1.2_spec, Jar:jta, Jar:common, Jar:arjuna, Jar:jconsole, Jar:jboss-transaction-spi, Jar:jboss-connector-api_1.5_spec, Jar:jboss-transaction-api_1.1_spec, Jar:narayana-jts-integration, Jar:jboss-logging, Jar:artemis-journal, Jar:artemis-commons, Jar:jboss-logmanager, Jar:netty-all, Jar:commons-beanutils, Jar:commons-collections, Jar:guava, Jar:artemis-native, Jar:spring-tx, Jar:aopalliance, Jar:spring-aop, Jar:spring-asm, Jar:spring-beans, Jar:spring-context, Jar:spring-expression, Jar:spring-core, Jar:commons-logging]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (JBTM-2660) multiple jars provide the same package:javax/transaction
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2660?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson commented on JBTM-2660:
-------------------------------------
Good work Amos, I wonder if we can upgrade the SPI org.jboss.spec.javax.resource:jboss-connector-api_1.5_spec:jar:1.0.0.Final dependency to a later one that includes JTA 1.2?
> multiple jars provide the same package:javax/transaction
> --------------------------------------------------------
>
> Key: JBTM-2660
> URL: https://issues.jboss.org/browse/JBTM-2660
> Project: JBoss Transaction Manager
> Issue Type: Sub-task
> Reporter: Amos Feng
> Assignee: Amos Feng
> Fix For: 5.next
>
>
> [WARNING] Bundle org.jboss.narayana.osgi:narayana-osgi-jta:bundle:5.3.3.Final-SNAPSHOT : Split package, multiple jars provide the same package:javax/transaction
> Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
> Package found in [Jar:jboss-transaction-api_1.2_spec, Jar:jboss-transaction-api_1.1_spec]
> Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:jbosgi-metadata, Jar:jboss-transaction-api_1.2_spec, Jar:jta, Jar:common, Jar:arjuna, Jar:jconsole, Jar:jboss-transaction-spi, Jar:jboss-connector-api_1.5_spec, Jar:jboss-transaction-api_1.1_spec, Jar:narayana-jts-integration, Jar:jboss-logging, Jar:artemis-journal, Jar:artemis-commons, Jar:jboss-logmanager, Jar:netty-all, Jar:commons-beanutils, Jar:commons-collections, Jar:guava, Jar:artemis-native, Jar:spring-tx, Jar:aopalliance, Jar:spring-aop, Jar:spring-asm, Jar:spring-beans, Jar:spring-context, Jar:spring-expression, Jar:spring-core, Jar:commons-logging]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (JBTM-2634) Create Narayana Spring Boot starter quickstart
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2634?page=com.atlassian.jira.plugin.... ]
Amos Feng commented on JBTM-2634:
---------------------------------
It looks like it is in the spring-boot-1.4.0-M2 release now.
> Create Narayana Spring Boot starter quickstart
> ----------------------------------------------
>
> Key: JBTM-2634
> URL: https://issues.jboss.org/browse/JBTM-2634
> Project: JBoss Transaction Manager
> Issue Type: Sub-task
> Components: Demonstrator, JTA
> Reporter: Gytis Trikleris
> Assignee: Gytis Trikleris
> Fix For: 5.next
>
>
> Create a demonstrator application for Narayana Spring Boot starter before raising pull request to Spring. This would allow to make a better review of the Narayana Spring Boot integration on the forum.
> Quickstart should have a simple example of JTA and crash recovery.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (JBTM-2660) multiple jars provide the same package:javax/transaction
by Amos Feng (JIRA)
[ https://issues.jboss.org/browse/JBTM-2660?page=com.atlassian.jira.plugin.... ]
Amos Feng commented on JBTM-2660:
---------------------------------
It looks like the jca spec 1.5 dependency JTA 1.1
{code}
+- org.jboss:jboss-transaction-spi:jar:7.3.0.Final:provided
[INFO] | \- org.jboss.spec.javax.resource:jboss-connector-api_1.5_spec:jar:1.0.0.Final:provided
[INFO] | \- org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:provided
{code}
> multiple jars provide the same package:javax/transaction
> --------------------------------------------------------
>
> Key: JBTM-2660
> URL: https://issues.jboss.org/browse/JBTM-2660
> Project: JBoss Transaction Manager
> Issue Type: Sub-task
> Reporter: Amos Feng
> Assignee: Amos Feng
> Fix For: 5.next
>
>
> [WARNING] Bundle org.jboss.narayana.osgi:narayana-osgi-jta:bundle:5.3.3.Final-SNAPSHOT : Split package, multiple jars provide the same package:javax/transaction
> Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
> Package found in [Jar:jboss-transaction-api_1.2_spec, Jar:jboss-transaction-api_1.1_spec]
> Class path [Jar:., Jar:org.osgi.core, Jar:org.osgi.compendium, Jar:jbosgi-metadata, Jar:jboss-transaction-api_1.2_spec, Jar:jta, Jar:common, Jar:arjuna, Jar:jconsole, Jar:jboss-transaction-spi, Jar:jboss-connector-api_1.5_spec, Jar:jboss-transaction-api_1.1_spec, Jar:narayana-jts-integration, Jar:jboss-logging, Jar:artemis-journal, Jar:artemis-commons, Jar:jboss-logmanager, Jar:netty-all, Jar:commons-beanutils, Jar:commons-collections, Jar:guava, Jar:artemis-native, Jar:spring-tx, Jar:aopalliance, Jar:spring-aop, Jar:spring-asm, Jar:spring-beans, Jar:spring-context, Jar:spring-expression, Jar:spring-core, Jar:commons-logging]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months