Title: Cloudscape problem with Account Example

Has anyone got the Account Entity Bean example to work with Cloudscape?
I'm using version 3.5 of cloudscape. 

I am getting a FinderException when trying to execute a query in the AccountExplBean via
java eb.ClientAccount AccountExplHome. 
An SQLException is being thrown in AccountExplBean.ejbFindAllAccounts() during the
conn.prepareStatement("select accno from accountsample") statement.  Curiously, the
getConnection() method succeeds.

My guess is that the DB Connection is somehow invalid.

Any pointers?

thanx in advance
-- anthony

Reply via email to