如何从Apache Camel中的不同jar文件资源中读取属性文件

时间:2017-07-11 10:43:27

标签: apache-camel jbossfuse

是否有任何技术可以从Apache Camel中的其他jar文件资源文件夹中读取属性文件

我有两个项目一个是ESB-tracker,另一个是ESB-common。 queue-config.properties位于ESB-common / pk / com / herman / common / resources /下。

ESB-common是一个简单的java项目和一个融合集成项目中的ESB跟踪器,我试图使用下面的行来读取这个属性文件。

   let storyboard : UIStoryboard = UIStoryboard(name: "AccountStoryboard", bundle: nil)
   let vc : WelcomeViewController = storyboard.instantiateViewController(withIdentifier: "WelcomeID") as! WelcomeViewController
   vc.teststring = "hello"

   let navigationController = UINavigationController(rootViewController: vc)

   self.present(navigationController, animated: true, completion: nil)

我已经在jboss保险丝中部署了两个jar文件,但我得到了以下的删除

<propertyPlaceholder id="properties" location="pk/com/herman/common/resources/queue-config.properties"/>

0 个答案:

没有答案