私はapache-servicemix-4.3.1-fuse-01-15を使用しており、ホット デプロイメントを行っています。
以下に示すように、service-mix の deploy フォルダー内に 1 つの blueprint xml を配置しました。
<blueprint
xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">
<camelContext xmlns="http://camel.apache.org/schema/blueprint">
<route>
<from uri="file://D:/apache-servicemix-4.3.1-fuse-01-15/apache-servicemix-4.3.1-fuse-01-15/source/?recursive=true" /><!--sample path of source folder-->
<to uri="file:////192.168.68.215/Fuse"/><!--sample path of destination folder-->
</route>
</camelContext>
</blueprint>
ご覧のとおり、ローカル pc から別のコンピューターにファイルを転送したいと考えています。
Caused by: java.io.FileNotFoundException: \\192.168.68.215\Fuse\core_logs-12012012\core-logs_20110908 - Copy - Copy (4)\core-logs_20110908.log (The system cannot find the path specified)
IP をローカル ディレクトリ パスに置き換えると、正常に動作します。
ここで何がうまくいかなかったのか知りたいです。
ftp、sftps、または ftp を使用しますか? 私がやっていることは決してうまくいかないのですか? ユーザー名とパスワードについて言及する必要がありますか?