Hi All-
I am trying to get Castor to work with my SapDB database and I get the
following error...
[tourney] Loading mapping descriptors from
file:/F:/Dev/Tourney/Source/com/tourney/team/mapping.xml
[tourney] SQL for creating com.tourney.team.TeamInfo: INSERT INTO "TM_INFO"
("TM_INFO_REF","TM_INFO_LONG_NAME","TM_INFO_SHORT_NAME","TM_INFO_MASCOTT","C
HANGE_DATE","PROGRAM_CHANGE","USER_CHANGE") VALUES (?,?,?,?,?,?,?)
[tourney] SQL for deleting com.tourney.team.TeamInfo: DELETE FROM "TM_INFO"
WHERE "TM_INFO_REF"=?
[tourney] SQL for updating com.tourney.team.TeamInfo: UPDATE "TM_INFO" SET
"TM_INFO_LONG_NAME"=?,"TM_INFO_SHORT_NAME"=?,"TM_INFO_MASCOTT"=?,"CHANGE_DAT
E"=?,"PROGRAM_CHANGE"=?,"USER_CHANGE"=? WHERE "TM_INFO_REF"=? AND
"TM_INFO_LONG_NAME"=? AND "TM_INFO_SHORT_NAME"=? AND "TM_INFO_MASCOTT"=? AND
"CHANGE_DATE"=? AND "PROGRAM_CHANGE"=? AND "USER_CHANGE"=?
[tourney] SQL for loading com.tourney.team.TeamInfo: SELECT
"TM_INFO"."TM_INFO_LONG_NAME","TM_INFO"."TM_INFO_SHORT_NAME","TM_INFO"."TM_I
NFO_MASCOTT","TM_INFO"."CHANGE_DATE","TM_INFO"."PROGRAM_CHANGE","TM_INFO"."U
SER_CHANGE" FROM "TM_INFO" WHERE "TM_INFO"."TM_INFO_REF"=?
[tourney] org.exolab.castor.jdo.DatabaseNotFoundException: No configuration
loaded for database TOURNEY -- use the JDO interface to load a configuration
for this database
[tourney] org.exolab.castor.jdo.DatabaseNotFoundException: No configuration
loaded for database TOURNEY -- use the JDO interface to load a configuration
for this database
[tourney] at
org.exolab.castor.jdo.engine.DatabaseImpl.<init>(DatabaseImpl.java:177)
[tourney] at org.exolab.castor.jdo.JDO.getDatabase(JDO.java:599)
[tourney] at com.tourney.team.Test.run(Test.java:85)
[tourney] at com.tourney.team.Test.main(Test.java:49)
I would greatly appreciate any help with this issue.
Thanks,
Jim Fritchman
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev