問題タブ [mule-module-jpa]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
mysql - Mule は、XA トランザクションを使用した MySQL データベース接続プールをサポートしていますか?
Mule は、XA トランザクションを使用した MySQL データベース接続プールをサポートしていますか? はいの場合、構成を教えてください。
mule - Mule 3.8 でプレーン テキスト ファイルを読み取る方法
Mule 3.8 で、ファイル コネクタを使用してテキスト ファイルを処理すると、次のような例外が発生します。助けてください。
これがフローxmlです
例外
ルート例外スタック トレース:
java.lang.IllegalStateException: com.mulesoft.weave.module.flatfile.FlatFileSettings.loadSchema(FlatFileSettings.scala:45) にスキーマが設定されていません com.mulesoft.weave.module.flatfile.FlatFileReader.ffParser(FlatFileReader.scala:42) )
mule - フローでミュール設定ファイル名を見つけるにはどうすればよいですか
ミュールの設定ファイル名をフローのロガーに出力したいのですが、どうすれば取得できますか?
フローが test.xml を出力するロガーを持っている中で、test.xml の設定ファイル名を仮定すると、どうすればこれを取得できますか?
フロー名="filenameFlow"> http:listener config-ref="HTTP_Listener_Configuration" path="/Hello" doc:name="HTTP"/> logger message="#[app.name.toString()]" level=" INFO" doc:name="Logger"/> /flow>