My EmployeeVO valueobject class looks like:
public class EmployeeVO implements java.io.Serializable
{
private transient Category log = Category.getInstance( getClass() );
...
public getName() {
try {
...
} catch(Exception e) {
log.error(...);
}
}
- Sandeep
----------
From: Martin Gainty
Sent: Thursday, February 06, 2003 12:34 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: log4j + j2ee error
<<File: ATT00032.html>>
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 1/27/03
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 1/27/03
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]