.ds.xmlのファイルを旧バージョンのJbossと同じように使用したいと考えています。 現在、私たちはWildfly 10.0.0を使用していますが、はいつでもすぐにを更新しません。今はかなり時間がかかりましたが、現時点では不可能なようです。例えばWildfly 10の外部データソースファイル
私は、リソースアダプタを設定し、設定は、このようなstandalone.xmlである:
<resource-adapter id="TCPConnector" statistics-enabled="true">
<module slot="1.0.0.0" id="com.company.server.TCPConnector"/>
<transaction-support>NoTransaction</transaction-support>
<connection-definitions>
<connection-definition class-name="com.company.server.jca.tcp.impl.TCPManagedConnectionFactory" jndi-name="java:/tcp/TcpDevice3" pool-name="TcpDevice3">
<config-property name="protocol">
MesswertLieferantProtocol
</config-property>
<config-property name="port">
8000
</config-property>
<config-property name="name">
terminal2
</config-property>
<config-property name="host">
192.168.0.165
</config-property>
<config-property name="deviceClass">
MesswertLieferant
</config-property>
<config-property name="timeout">
120000
</config-property>
<config-property name="enabled">
false
</config-property>
</connection-definition>
</connection-definitions>
</resource-adapter>
複数のデバイスが明らかにあまりにも大きなファイルを引き起こします。 standalone.xmlをきれいにして、Jbossから(私たちは.dsファイルを使用してその部分を抽出することを考えていました)元気にします。
もうこれは不可能なのですか?私は経由見 出典: Link 1
Link 2
Link 3
Link 4
Link 5
TL; DR:それはものを設定するためにwildfly 10に外部.ds.xmlファイルを使用することは可能ですか?
これは悲しいことですが、ありがとうございます。 – Nico
'* -ds.xml'については、https://issues.jboss.org/browse/WFLY-4296に不参加としてください。 –