[jboss-user] [Beginner's Corner] - Re: Migrating from JBoss AS 4.2.1 to 5.1.0
jaikiran pai
do-not-reply at jboss.com
Fri Mar 25 05:10:09 EDT 2011
jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion
"Re: Migrating from JBoss AS 4.2.1 to 5.1.0"
To view the discussion, visit: http://community.jboss.org/message/595496#595496
--------------------------------------------------------------
> @ApplicationException(rollback = true)
> public class ReportedEquipmentSessionEJB
Like the error message says, you can't have the @ApplicationException on the bean class. Instead it has to be on the exception class which you expect to be an application exception. Do you have any such exceptions? If not, just remove that annotation from the bean.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/595496#595496]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110325/ec9c2ba5/attachment-0001.html
More information about the jboss-user
mailing list