Hi guys,
This error has really got me stumped.
I have wittled my method down to the following code in an effort
to determine the cause of this error:
"DEBUG -- Error1: java.lang.NullPointerException "
This is my method:
=====================================
public Vector getStudents(){
Vector V = new Vector();
Log.debug(CLASS + METHOD + "About to do doSelect:");
try {
Criteria c = new Criteria();
}catch(Exception e){
Log.debug("Error1: " + e);
}
}
====================================
Anyone seen this before. The conclusion is that the Criteria
constructor is raising it.. but any idea why??
Thankyou,
Pat.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]