[jboss-jira] [JBoss JIRA] (AS7-5926) EJB system exceptions not wrapped as EJBException when tx attribute NEVER
Cheng Fang (JIRA)
jira-events at lists.jboss.org
Mon Nov 12 10:18:18 EST 2012
[ https://issues.jboss.org/browse/AS7-5926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Cheng Fang updated AS7-5926:
----------------------------
Attachment: test.war
Attached is a ejb-in-war, to run it
http://localhost:8080/test/
> EJB system exceptions not wrapped as EJBException when tx attribute NEVER
> --------------------------------------------------------------------------
>
> Key: AS7-5926
> URL: https://issues.jboss.org/browse/AS7-5926
> Project: Application Server 7
> Issue Type: Bug
> Components: EJB
> Affects Versions: 7.2.0.CR1
> Reporter: Cheng Fang
> Assignee: jaikiran pai
> Attachments: test.war
>
>
> EJB spec has requirements that system exceptions be wrapped as EJBException before throwing it to the client.
> The problem I'm seeing is, when the ejb business method has tx attribute NEVER, any runtime exceptions thrown from the method currently are directly propagated to the client.
> The exception handling should work with all types of tx attributes.
--
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