Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySql Workbench と JBoss 4.2.3 で MySql を使用しています。JBoss サーバーがロードまたは停止されると、データベース全体が完全に消去されます。しかし、サーバーがロードされた後にデータを挿入すると、すべて正常に動作します... JBoss がこのような奇妙な動作をする理由について何か考えはありますか?
これは、展開後の create-drop などの永続性の設定が原因である可能性があり、Jboss の起動時にアプリが展開され、データベースが削除され、新しいものが作成されます。