JBoss Community

Re: Migrating from JBoss AS 4.2.1 to 5.1.0

created by jaikiran pai in Beginner's Corner - View the full discussion

@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

Start a new discussion in Beginner's Corner at Community