簡體   English   中英

Mule ftpExt傳輸的配置問題

[英]Configuration issue with Mule ftpExt transport

我正在使用mule esb將文件從ftp傳輸到本地目錄。 我沒有使用標准FTP連接器,而是使用擴展連接器。

我收到一個錯誤:

org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://localhost/schemaftpext/mule-ftpext.xsd'.

其實我是Mule ESB的新手,所以我不知道什么是網址“http://localhost/schemaftpext/mule-ftpext.xsd”。 我需要在localhost中放任何東西?

僅供參考:我使用的示例是“http://code.google.com/p/mule-ftpext/source/browse/trunk/Test/mule-config.xml?spec=svn23&r=23”。 我該怎么做localhost URL?

http://localhost/schemaftpext/mule-ftpext.xsd只是一個模式URI位置:不需要有任何可用的東西,它只是用作標識符。 Mule的配置加載程序將在加載時將此URI解析為實際位置。 實際位置在ftpExt-1.0-SNAPSHOT.jar內。

現在這意味着您需要在Mule的類路徑中提供ftpExt-1.0-SNAPSHOT.jar。 是這樣的嗎?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM