"unnis" wrote :
|
| Since Hibernate and Kodo-jdo takes the connection using datasource look up in
their own code, I won't be able to change the database there. So this has to managed
in the datasource level.
From what i know, Hibernate allows the schema to be set through one of
its APIs.
| Configuration cfg = new Configuration();
| cfg.setProperty("hibernate.default_schema", "XXX");
| SessionFactory sf = cfg.configure().buildSessionFactory();
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151902#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...