JBoss does overlog exceptions a bit (sometime I prefer that). What 
you're seeing in the log is normal.

-danch

awc wrote:

> Hi All,
> 
> I do have entity bean that thows EJBException if the variable called
> version(integer) does not match the version from a dataHolder(bulk
> accessor). It works right, but since it is thrown from bean, does it
> have to throw all these exceptions with it??
> 
> [ejb/Customer] version exception  <== this fine, should throw a
> EJBException at this point.
> [ejb/Customer] TRANSACTION ROLLBACK EXCEPTION:null; nested exception is:
> 
>  javax.ejb.EJBException
> [ejb/Customer] java.lang.IllegalStateException: Wrong version. Had 3,
> got 2
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to