Hangs a little ...and then it works or ? If it just hangs a little and then works it is most likely because we by default scans the whole database metadata and on oracle that is slow.
Set default_schema and default_catalog in your hibernate properties and it should reduce the time spent. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133854#4133854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133854 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
