[JBoss JIRA] (JBTM-2380) rts requires exclusion of easily made "provided" dependencies when importing into WildFly
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2380?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-2380.
-------------------------------
> rts requires exclusion of easily made "provided" dependencies when importing into WildFly
> -----------------------------------------------------------------------------------------
>
> Key: JBTM-2380
> URL: https://issues.jboss.org/browse/JBTM-2380
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: Build System, REST
> Reporter: Tom Jenkinson
> Assignee: Tom Jenkinson
> Fix For: 5.1.1
>
>
> For example, we are excluding restat-util but then including it. Strange.
> {code:xml}
> <dependency>
> <groupId>org.jboss.narayana.rts</groupId>
> <artifactId>restat-integration</artifactId>
> <version>${version.org.jboss.narayana}</version>
> <exclusions>
> <exclusion>
> <groupId>log4j</groupId>
> <artifactId>log4j</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.narayana.rts</groupId>
> <artifactId>restat-util</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> <dependency>
> <groupId>org.jboss.narayana.rts</groupId>
> <artifactId>restat-bridge</artifactId>
> <version>${version.org.jboss.narayana}</version>
> <exclusions>
> <exclusion>
> <groupId>org.jboss.narayana.rts</groupId>
> <artifactId>restat-util</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> <dependency>
> <groupId>org.jboss.narayana.rts</groupId>
> <artifactId>restat-api</artifactId>
> <version>${version.org.jboss.narayana}</version>
> <exclusions>
> <exclusion>
> <groupId>log4j</groupId>
> <artifactId>log4j</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.narayana.rts</groupId>
> <artifactId>restat-util</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> <dependency>
> <groupId>org.jboss.narayana.rts</groupId>
> <artifactId>restat-util</artifactId>
> <version>${version.org.jboss.narayana}</version>
> <exclusions>
> <exclusion>
> <groupId>log4j</groupId>
> <artifactId>log4j</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.resteasy</groupId>
> <artifactId>jaxrs-api</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 7 months
[JBoss JIRA] (JBTM-2377) org.jboss.narayana.compensations||txframework require too many exclusion filters when integrated in WildFly
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2377?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-2377.
-------------------------------
> org.jboss.narayana.compensations||txframework require too many exclusion filters when integrated in WildFly
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBTM-2377
> URL: https://issues.jboss.org/browse/JBTM-2377
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: TXFramework
> Reporter: Tom Jenkinson
> Assignee: Gytis Trikleris
> Fix For: 5.1.1
>
>
> The same dependencies are required for TXF as compensations:
> {code:xml}
> <dependency>
> <groupId>org.jboss.narayana.compensations</groupId>
> <artifactId>compensations</artifactId>
> <version>${version.org.jboss.narayana}</version>
> <exclusions>
> <exclusion>
> <groupId>junit</groupId>
> <artifactId>junit</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.narayana.rts</groupId>
> <artifactId>restat-util</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.arquillian.junit</groupId>
> <artifactId>arquillian-junit-container</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.hibernate.javax.persistence</groupId>
> <artifactId>hibernate-jpa-2.0-api</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.weld</groupId>
> <artifactId>weld-core</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 7 months
[JBoss JIRA] (JBTM-2379) investigate why xts/txbridge have a lot of exclusions required when importing into the application server - these may not be avoidable as it is intended for deployment in multiple environments
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2379?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-2379.
-------------------------------
> investigate why xts/txbridge have a lot of exclusions required when importing into the application server - these may not be avoidable as it is intended for deployment in multiple environments
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBTM-2379
> URL: https://issues.jboss.org/browse/JBTM-2379
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: Build System, TxBridge, XTS
> Reporter: Tom Jenkinson
> Assignee: Gytis Trikleris
> Priority: Minor
> Fix For: 5.1.1
>
>
> {code:xml}
> <dependency>
> <groupId>org.jboss.narayana.xts</groupId>
> <artifactId>jbossxts</artifactId>
> <version>${version.org.jboss.narayana}</version>
> <exclusions>
> <exclusion>
> <groupId>commons-httpclient</groupId>
> <artifactId>commons-httpclient</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-core</artifactId>
> </exclusion>
> <exclusion>
> <groupId>commons-logging</groupId>
> <artifactId>commons-logging</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-core</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.narayana.arjunacore</groupId>
> <artifactId>arjunacore</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.byteman</groupId>
> <artifactId>byteman</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.byteman</groupId>
> <artifactId>byteman-submit</artifactId>
> </exclusion>
> <exclusion>
> <groupId>jfree</groupId>
> <artifactId>jfreechart</artifactId>
> </exclusion>
> <exclusion>
> <groupId>jfree</groupId>
> <artifactId>jcommon</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.spec.javax.servlet</groupId>
> <artifactId>jboss-servlet-api_3.0_spec</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> <dependency>
> <groupId>org.jboss.narayana.xts</groupId>
> <artifactId>jbossxts</artifactId>
> <classifier>api</classifier>
> <version>${version.org.jboss.narayana}</version>
> <exclusions>
> <exclusion>
> <groupId>commons-httpclient</groupId>
> <artifactId>commons-httpclient</artifactId>
> </exclusion>
> <exclusion>
> <groupId>commons-logging</groupId>
> <artifactId>commons-logging</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-core</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.narayana.arjunacore</groupId>
> <artifactId>arjunacore</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.byteman</groupId>
> <artifactId>byteman</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.byteman</groupId>
> <artifactId>byteman-submit</artifactId>
> </exclusion>
> <exclusion>
> <groupId>jfree</groupId>
> <artifactId>jfreechart</artifactId>
> </exclusion>
> <exclusion>
> <groupId>jfree</groupId>
> <artifactId>jcommon</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.spec.javax.servlet</groupId>
> <artifactId>jboss-servlet-api_3.0_spec</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> <dependency>
> <groupId>org.jboss.narayana</groupId>
> <artifactId>jbosstxbridge</artifactId>
> <version>${version.org.jboss.narayana}</version>
> <exclusions>
> <exclusion>
> <groupId>commons-httpclient</groupId>
> <artifactId>commons-httpclient</artifactId>
> </exclusion>
> <exclusion>
> <groupId>commons-logging</groupId>
> <artifactId>commons-logging</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.narayana.xts</groupId>
> <artifactId>ws-c11</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.narayana.jta</groupId>
> <artifactId>narayana-jta</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 7 months
[JBoss JIRA] (JBTM-2378) org.jboss.narayana.jts.narayana-jts-idlj has a lot of exclusions when importing into an app server like WildFly - presumably a result of the uber jar process
by Tom Jenkinson (JIRA)
[ https://issues.jboss.org/browse/JBTM-2378?page=com.atlassian.jira.plugin.... ]
Tom Jenkinson closed JBTM-2378.
-------------------------------
> org.jboss.narayana.jts.narayana-jts-idlj has a lot of exclusions when importing into an app server like WildFly - presumably a result of the uber jar process
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBTM-2378
> URL: https://issues.jboss.org/browse/JBTM-2378
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: Build System
> Reporter: Tom Jenkinson
> Assignee: Tom Jenkinson
> Fix For: 5.1.1
>
>
> {code:xml}
> <dependency>
> <groupId>org.jboss.narayana.jts</groupId>
> <artifactId>narayana-jts-idlj</artifactId>
> <version>${version.org.jboss.narayana}</version>
> <exclusions>
> <exclusion>
> <groupId>org.jboss.byteman</groupId>
> <artifactId>byteman</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.byteman</groupId>
> <artifactId>byteman-submit</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.jboss.logmanager</groupId>
> <artifactId>jboss-logmanager</artifactId>
> </exclusion>
> <exclusion>
> <groupId>org.hornetq</groupId>
> <artifactId>hornetq-core</artifactId>
> </exclusion>
> <exclusion>
> <groupId>jfree</groupId>
> <artifactId>jfreechart</artifactId>
> </exclusion>
> <exclusion>
> <groupId>jfree</groupId>
> <artifactId>jcommon</artifactId>
> </exclusion>
> <exclusion>
> <groupId>tanukisoft</groupId>
> <artifactId>wrapper</artifactId>
> </exclusion>
> </exclusions>
> </dependency>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 7 months