[jboss-jira] [JBoss JIRA] (WFLY-994) NoSuchEntityException when using trans-attribute 'RequiresNew' (EJB 2.1)
David Lloyd (JIRA)
jira-events at lists.jboss.org
Fri Sep 20 15:20:05 EDT 2013
[ https://issues.jboss.org/browse/WFLY-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd resolved WFLY-994.
------------------------------
Assignee: David Lloyd (was: jaikiran pai)
Resolution: Won't Fix
This issue is being closed because CMP is no longer a part of the WildFly codebase. The JBoss EAP 6.x product line does presently still support CMP however.
> NoSuchEntityException when using trans-attribute 'RequiresNew' (EJB 2.1)
> ------------------------------------------------------------------------
>
> Key: WFLY-994
> URL: https://issues.jboss.org/browse/WFLY-994
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Environment: Windows, JDK 1.6.0_31
> Reporter: Carsten Maneg
> Assignee: David Lloyd
>
> NoSuchEntityException is caused when calling getter after ejb.create() if container-transaction is configured like this
> (xdoclet on class level @ejb.transaction type="RequiresNew")
> <container-transaction >
> <method >
> <ejb-name>OBToken</ejb-name>
> <method-name>*</method-name>
> </method>
> <trans-attribute>RequiresNew</trans-attribute>
> </container-transaction>
--
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