[jboss-jira] [JBoss JIRA] (WFLY-1494) Wiring inconsistency with javax.transaction 1.2 API
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Tue Jun 11 07:09:54 EDT 2013
Thomas Diesler created WFLY-1494:
------------------------------------
Summary: Wiring inconsistency with javax.transaction 1.2 API
Key: WFLY-1494
URL: https://issues.jboss.org/browse/WFLY-1494
Project: WildFly
Issue Type: Bug
Components: Transactions
Reporter: Thomas Diesler
Assignee: jaikiran pai
The transaction API defines imports like this
Import-Package: javax.enterprise.context,javax.enterprise.util,javax.interceptor;version="[1.2,2)"
which is problematic in two ways
a) unspecified version for javax.enterprise API
b) explicit import of javax.interceptor API, which is missing above
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list