Hm yes theres a sql exception:
| Caused by: java.sql.SQLException: Table not found in statement [delete from ORDERLINES]
|
But thats from import.xml - i thought the application should work without the data provided in the import.sql script, its only pre defined data, it should work without, am i right?
But the db schema did not get exported, there are no tables created at the database, have i have to create them manually? Didn't get that schema stuff completly in my head yet.
kind regards
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958846#3958846
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958846
Ok, I've been reading the docs on CacheLoaders. They seem like a promising solution.
It looks to me like if I create my own CacheLoader implementation that sits on top of this virtual, infinite tree I'm describing, then that might do the trick. As my objects are requested out of this custom CacheLoader, I could instantiate them on demand. This custom CacheLoader could wrap around a FileCacheLoader instance for simple passivation capability.
Sound reasonable?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958840#3958840
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958840