Hello,
We are using J2EE to deploy an application which has an Entity bean
(Container Managed Persistent) and using cloudscape database.The setting in
j2ee/config/default.properties for datasource is as follows:
jdbc.datasources=jdbc/ssmCustomers|jdbc:cloudscape:rmi:ssmCustomersDB;create
=true
We have already created the "customers" table in ssmCustomersDB
before deployment.In the deployment settings of J2ee Deployment Tool,
settings are as follows:
Database JNDI Name: jdbc/ssmCustomers
Create Table on Deploy & Delete Table on Undeploy : Deselected
Generated Sql for corresponding Method:
ejbCreate :INSERT INTO "customers" ( "firstName" , "lastName" ,
"middleName" ) VALUES ( ? , ? , ? )
The above code gives the following error at run time : Table " customers"
does not exist, but the table is already there in the database.
Please suggest , thanks,
Viraj
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".