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.
現在、私の jboss-service.xml ファイルは、ハードドライブの context-bindings.xml ファイルを指しています。データベースにコンテキストバインディングと参照アドレスを保持する db 構造があります。ハードドライブの context-bindings.xml ファイルではなく、データベースを指すように Jboss に指示するにはどうすればよいですか?
それを見つけた。答えは、FileName 属性の代わりに DataSource 属性を設定することでした
その代わりに、
<attribute name="FileName">C:\context-bindings.xml</attribute>
むしろ使う、
<attribute name="DataSource">java:txLifeDS</attribute>