jdbc/Cloudscape
Hi,
I have just downloaded the j2sdkee1.2.1. I have been able to configure it and try out couple of example. But when i tried the example "accounts" using an entity bean it say that it "cannot find the principle implementation jdbc/Cloudscape". Actually i have not been able to run the provided script in cloudscape. Can anyone help me with this. How do u run script "createTable.sql" after u have started the cloudscape server. Do u have to place the script in some directory or is there something else.
Thanks in advance
Kunal
[561 byte] By [
kunalkaul] at [2007-9-26 3:14:46]

The error that i am getting on Running testClient.bat is:
Caught an exception.
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: Unknown Exception/Error thrown by EJB method.; nested ex
ception is:
javax.ejb.EJBException: ejbCreate: Table 'ACCOUNT' does not exist.
java.rmi.RemoteException: Unknown Exception/Error thrown by EJB method.; nested exception
is:
javax.ejb.EJBException: ejbCreate: Table 'ACCOUNT' does not exist.
javax.ejb.EJBException: ejbCreate: Table 'ACCOUNT' does not exist.
<<no stack trace available>>
I think it is because i have not been able to run the script "createTable.sql". Can anyone help me as to how and where should i run this script.
Thanks