Re: [JBoss-user] exception handling advice

2003-09-11 Thread Matthew Hixson
e I'm still very confused!! Thanks, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Hixson Sent: 10 September 2003 17:55 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] exception handling advice Hi Brian, You might want to look into the Busin

RE: [JBoss-user] exception handling advice

2003-09-11 Thread John Moore
Brian, We do the same as Harm described. One thing we have found to be useful is to send a e-mail to an account dedicated to the application. We send exceptions as well as output from cron jobs. Personally, I find it much easier to browse through a set of e-mails than scan the log.

RE: [JBoss-user] exception handling advice

2003-09-11 Thread harm
Glad I could help... Cheers, Harm. "Brian McSweeney" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/11/2003 02:08 PM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject RE: [JBoss-user] exception handling advice Hi Harm, Yes, your answe

RE: [JBoss-user] exception handling advice

2003-09-11 Thread Brian McSweeney
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 11 September 2003 09:45 To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] exception handling advice Hi Brian, I always do the following. I have one 'baseexception' class. Which all my application specific exceptions exten

RE: [JBoss-user] exception handling advice

2003-09-11 Thread harm
03 11:21 AM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject RE: [JBoss-user] exception handling advice Thanks for the response Mathew, I'll look into the business delegate pattern, however I'm still confused as to what I should do with finder and

RE: [JBoss-user] exception handling advice

2003-09-11 Thread Brian McSweeney
Stop hijacking my thread :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vijaya Sent: 11 September 2003 08:47 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] exception handling advice Hai, I followed your step-by-step instructions given to configure

Re: [JBoss-user] exception handling advice

2003-09-11 Thread Vijaya
Hai, I followed your step-by-step instructions given to configure 2 instances on the same machine. While I'm trying to access the jsps, some warning messages are getting printed like No Tx support for findByPrimaryKey, setSession and all.Can we ignore these warnings? Then I tried to pass a String

RE: [JBoss-user] exception handling advice

2003-09-11 Thread Brian McSweeney
t: 10 September 2003 17:55 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] exception handling advice Hi Brian, You might want to look into the BusinessDelegate pattern. It would fit between your struts actions and the session facade. In this level you can wrap system level excepti

Re: [JBoss-user] exception handling advice

2003-09-10 Thread Matthew Hixson
Hi Brian, You might want to look into the BusinessDelegate pattern. It would fit between your struts actions and the session facade. In this level you can wrap system level exceptions inside more application usable exceptions. -M@ On Wednesday, September 10, 2003, at 09:34 AM, Brian McSw

[JBoss-user] exception handling advice

2003-09-10 Thread Brian McSweeney
Hi all,   I’d like to know what the best practice on handling exceptions is. I’m using:     Jsps >struts actions  > session facades > entity beans   Imagine for a second that the session façade allows CRUD operations on my entity beans. For example say I have a entity