[jboss-jira] [JBoss JIRA] (JBEE-160) jboss-transaction-api OSGi bundle requiring optional packages
Steve Ebersole (JIRA)
issues at jboss.org
Tue May 5 17:22:47 EDT 2015
[ https://issues.jboss.org/browse/JBEE-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065648#comment-13065648 ]
Steve Ebersole edited comment on JBEE-160 at 5/5/15 5:22 PM:
-------------------------------------------------------------
Until this one is resolved we are using the Geronimo one in Hibernate dependencies:
{code}
// There is a bug in the OSGi information in the JBoss one. See https://issues.jboss.org/browse/JBEE-160
//jta: 'org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.0.Final',
jta: 'org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1',
{code}
was (Author: sebersole):
Until this one is resolved we are using the Geronimo one in Hibernate dependencies:
{code}
// OSGi information in the JBoss one is messed up. See https://issues.jboss.org/browse/JBEE-160
//jta: 'org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.0.Final',
jta: 'org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1',
{code}
> jboss-transaction-api OSGi bundle requiring optional packages
> -------------------------------------------------------------
>
> Key: JBEE-160
> URL: https://issues.jboss.org/browse/JBEE-160
> Project: JBoss JavaEE Spec APIs
> Issue Type: Bug
> Reporter: Brett Meyer
> Assignee: Shelly McGowan
>
> The jboss-transaction-api_1.2_spec OSGi bundle requires the 'javax.enterprise.context'. Instead, that should be optional, right? cdi-api shouldn't be required to simply use jta. Thanks!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list