Carsten Maneg created AS7-5151:
----------------------------------
Summary: NoSuchEntityException when using trans-attribute
'RequiresNew' (EJB 2.1)
Key: AS7-5151
URL:
https://issues.jboss.org/browse/AS7-5151
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.2.0.Alpha1
Environment: Windows, JDK 1.6.0_31
Reporter: Carsten Maneg
Assignee: jaikiran pai
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira