Re: RE: Re: Re: RMI SybTimestamp Exception

<[email protected]> Mon, 25 Jul 2011 15:01:27 +0200 (CEST)
Newsgroups gmane.comp.java.objectweb.jonas
Message-ID <[email protected]>
 
Find below 'getCreatedAdminUser()' Method  signature. 
public ArrayList<TestBean> getCreatedAdminUser(String language, String sort,
String direction){

The method getCreatedAdminUser() is returning an "ArrayList<TestBean>" where
inside the TestBean Class :


import java.sql.Timestamp;

public Timestamp getAccessDate() {
	return accessDate;
}

public void setAccessDate(Timestamp accessDate) {
	this. accessDate = accessDate;
}

Note that we are running the same application using Sybase jconn2.jar JDBC
driver and we aren't facing the reported exception!

Best Regards