I have tried two different ways for database connections
1) use default zone dbmanager.
2)creating new DBManager as below and getting connection from that.
SFSDBManager dbm = null;
// Prepare DBManager configuration
DBConfig cfg = new DBConfig();
cfg.active = true;
cfg.driverName = "org.gjt.mm ...
Search found 3 matches
- 17 Jul 2014, 06:00
- Forum: SFS2X Questions
- Topic: Getting Error :Could not create a validated object,
- Replies: 6
- Views: 14696
- 16 Jul 2014, 14:11
- Forum: SFS2X Questions
- Topic: Getting Error :Could not create a validated object,
- Replies: 6
- Views: 14696
Re: Getting Error :Could not create a validated object,
Thanks For reply
I have research all the way through google and this forum and experimented all the things what i got.
Please find the detail
Test SQL "SELECT 1" even i tried many others.
I have verified all the details regarding SQL Statement things were working fine while i was using local ...
I have research all the way through google and this forum and experimented all the things what i got.
Please find the detail
Test SQL "SELECT 1" even i tried many others.
I have verified all the details regarding SQL Statement things were working fine while i was using local ...
- 16 Jul 2014, 12:25
- Forum: SFS2X Questions
- Topic: Getting Error :Could not create a validated object,
- Replies: 6
- Views: 14696
Getting Error :Could not create a validated object,
Hello Guys,
I am getting following error on SFS connection with mysql while i am doing any operations related to database.
SQL Failed: java.sql.SQLException: Cannot get a connection, pool error: Could not create a validated object, cause: ValidateObject failed
Following is the code i have used ...
I am getting following error on SFS connection with mysql while i am doing any operations related to database.
SQL Failed: java.sql.SQLException: Cannot get a connection, pool error: Could not create a validated object, cause: ValidateObject failed
Following is the code i have used ...