Eugene Kashin wrote:
I wonder to know, how can I switch off the database schema updating in Jboss? I've heard something about hibernate.hbm2ddl.auto property, but I don't know where it is.
If it's hibernate which is updating/creating the schema, then that property will be present in persistence.xml or hibernate.cfg.xml of your application .ear file.