Re: [JBoss-user] EJBExcepion

2001-04-10 Thread awc
Hi danch, thanks for the clarification. anil danch wrote: > 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(

Re: [JBoss-user] EJBExcepion

2001-04-10 Thread danch
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 work

[JBoss-user] EJBExcepion

2001-04-10 Thread awc
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 <==