PageRenderTime 98ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 1ms

/ri-clients/jbi-ant-tasks/src/com/sun/jbi/ui/ant/Bundle.properties

https://bitbucket.org/openesb/openesb-core
Properties File | 556 lines | 381 code | 92 blank | 83 comment | 0 complexity | 9e32721e23e6822ba8b7c65a50a3852b MD5 | raw file
  1. # Copyright (c) 2004-2007 Sun Microsystems Inc., All Rights Reserved.
  2. #
  3. # I18N Strings for JBI Ant Tasks
  4. #
  5. # format is = TaskBuildStatus [ \n<Optional main-cause-msg \n > Caused by : \n <root-casus-msg> \n]
  6. jbi.ui.ant.task.msg.success.format={0} [\n{1}\n]
  7. jbi.ui.ant.task.msg.success.no.args.format={0}
  8. jbi.ui.ant.task.msg.failed.format={0} [\n{1}\n]
  9. jbi.ui.ant.task.msg.failed.no.args.format={0}
  10. ################################################################################
  11. # jbi ant tasks main result success/failure messages for all tasks
  12. ################################################################################
  13. #
  14. # example success message = Install component succeeded. [ component name ]
  15. # example failed message =
  16. # Install component failed. [
  17. # ERROR:(UIANT2001) An error occured in jmx.
  18. # Cause by : ERROR:(UICMN0000) can not connect
  19. # ]
  20. ################################################################################
  21. ##### installation success/failure messages #####
  22. ################################################################################
  23. jbi.ui.ant.install.successful=Install component succeeded.
  24. jbi.ui.ant.install.failed=Install component failed.
  25. jbi.ui.ant.uninstall.successful=Uninstall component succeeded.
  26. jbi.ui.ant.uninstall.failed=Uninstall component failed.
  27. jbi.ui.ant.upgrade.component.successful=Upgrade component succeeded.
  28. jbi.ui.ant.upgrade.component.failed=Upgrade component failed.
  29. jbi.ui.ant.install.slib.successful=Install shared library succeeded.
  30. jbi.ui.ant.install.slib.failed=Install shared library failed.
  31. jbi.ui.ant.uninstall.slib.successful=Uninstall shared library succeeded.
  32. jbi.ui.ant.uninstall.slib.failed=Uninstall shared library failed.
  33. ################################################################################
  34. ##### deployment success/failure messages #####
  35. ################################################################################
  36. jbi.ui.ant.deploy.successful=Service assembly deployment succeeded.
  37. jbi.ui.ant.deploy.failed=Service assembly deployment failed.
  38. jbi.ui.ant.deploy.partial.success=Service assembly deployment partially succeeded.
  39. jbi.ui.ant.undeploy.successful=Service assembly undeployment succeeded.
  40. jbi.ui.ant.undeploy.failed=Service assembly undeployment failed.
  41. jbi.ui.ant.undeploy.partial.success=Service assembly undeployment partially succeeded.
  42. ################################################################################
  43. ##### lifecycle success/failure messages #####
  44. ################################################################################
  45. jbi.ui.ant.start.successful=Start component succeeded.
  46. jbi.ui.ant.start.failed=Start component failed.
  47. jbi.ui.ant.stop.successful=Stop component succeeded.
  48. jbi.ui.ant.stop.failed=Stop component failed.
  49. jbi.ui.ant.shutdown.successful=Shutdown component succeeded.
  50. jbi.ui.ant.shutdown.failed=Shutdown component failed.
  51. jbi.ui.ant.start.sasm.successful=Start service assembly succeeded.
  52. jbi.ui.ant.start.sasm.failed=Start service assembly failed.
  53. jbi.ui.ant.start.sasm.partial.success=Start service assembly partially succeeded.
  54. jbi.ui.ant.stop.sasm.successful=Stop service assembly succeeded.
  55. jbi.ui.ant.stop.sasm.failed=Stop service assembly failed.
  56. jbi.ui.ant.stop.sasm.partial.success=Stop service assembly partially succeeded.
  57. jbi.ui.ant.shutdown.sasm.successful=Shutdown service assembly succeeded.
  58. jbi.ui.ant.shutdown.sasm.failed=Shutdown service assembly failed.
  59. jbi.ui.ant.shutdown.sasm.partial.success=Shutdown service assembly partially succeeded.
  60. ################################################################################
  61. ##### query success/failure messages #####
  62. ################################################################################
  63. jbi.ui.ant.list.engines.successful=List service engines succeeded.
  64. jbi.ui.ant.list.engines.failed=List service engines failed.
  65. jbi.ui.ant.list.bindings.successful=List binding components succeeded.
  66. jbi.ui.ant.list.bindings.failed=List binding components failed.
  67. jbi.ui.ant.list.shared.lib.successful=List shared libraries succeeded.
  68. jbi.ui.ant.list.shared.lib.failed=List shared libraries failed.
  69. jbi.ui.ant.list.service.assemblies.successful=List service assemblies succeeded.
  70. jbi.ui.ant.list.service.assemblies.failed=List service assemblies failed.
  71. ################################################################################
  72. ##### configuration task success/failure messages #####
  73. ################################################################################
  74. jbi.ui.ant.set.configuration.successful=Set configuration succeeded.
  75. jbi.ui.ant.set.configuration.failed=Set configuration failed.
  76. jbi.ui.ant.set.configuration.partial.success=Set configuration partially succeeded.
  77. jbi.ui.ant.list.configuration.successful=List configuration succeeded.
  78. jbi.ui.ant.list.configuration.failed=List configuration failed.
  79. ################################################################################
  80. ##### logger task success/failure messages #####
  81. ################################################################################
  82. jbi.ui.ant.set.logger.successful=Set logger succeeded.
  83. jbi.ui.ant.set.logger.failed=Set logger failed.
  84. jbi.ui.ant.set.logger.partial.success=Set logger partially succeeded.
  85. jbi.ui.ant.list.logger.successful=List logger succeeded.
  86. jbi.ui.ant.list.logger.failed=List logger failed.
  87. ################################################################################
  88. ################################################################################
  89. ##### appconfig task success/failure messages #####
  90. ################################################################################
  91. jbi.ui.ant.set.appconfig.successful=Set application configuration succeeded.
  92. jbi.ui.ant.set.appconfig.failed=Set application configuration failed.
  93. jbi.ui.ant.set.appconfig.partial.success=Set application configuration partially succeeded.
  94. jbi.ui.ant.list.appconfig.successful=List application configuration succeeded.
  95. jbi.ui.ant.list.appconfig.failed=List application configuration failed.
  96. jbi.ui.ant.add.appconfig.successful=Add application configuration succeeded.
  97. jbi.ui.ant.add.appconfig.failed=Add application configuration failed.
  98. jbi.ui.ant.add.appconfig.partial.success=Set application configuration partially succeeded.
  99. jbi.ui.ant.delete.appconfig.successful=Delete application configuration succeeded.
  100. jbi.ui.ant.delete.appconfig.failed=Delete application configuration failed.
  101. ################################################################################
  102. ##### appvariable task success/failure messages #####
  103. ################################################################################
  104. jbi.ui.ant.set.appvariable.successful=Set application variable succeeded.
  105. jbi.ui.ant.set.appvariable.failed=Set application variable failed.
  106. jbi.ui.ant.set.appvariable.partial.success=Set application variable partially succeeded.
  107. jbi.ui.ant.list.appvariable.successful=List application variable succeeded.
  108. jbi.ui.ant.list.appvariable.failed=List application variable failed.
  109. jbi.ui.ant.add.appvariable.successful=Add application variable succeeded.
  110. jbi.ui.ant.add.appvariable.failed=Add application variable failed.
  111. jbi.ui.ant.add.appvariable.partial.success=Add application variable partially succeeded.
  112. jbi.ui.ant.delete.appvariable.successful=Delete application variable succeeded.
  113. jbi.ui.ant.delete.appvariable.failed=Delete application variable failed.
  114. ################################################################################
  115. ##### verify application task success/failure messages #####
  116. ################################################################################
  117. jbi.ui.ant.verify.app.env.successful=Verify application succeeded.
  118. jbi.ui.ant.verify.app.env.failed=Verify application failed.
  119. jbi.ui.ant.verify.app.env.partial.success=Verify application partially succeeded.
  120. ################################################################################
  121. ##### export application environment task success/failure messages #####
  122. ################################################################################
  123. jbi.ui.ant.export.app.env.successful=Export application environment succeeded.
  124. jbi.ui.ant.export.app.env.failed=Export application environment failed.
  125. jbi.ui.ant.export.app.env.partial.success=Export application environment partially succeeded.
  126. jbi.ui.ant.export.app.env.return.msg=Application Environment has been exported to \"{0}\".
  127. ################################################################################
  128. # jbi ant task error messages with error codes UIANTXXXX
  129. ################################################################################
  130. ################################################################################
  131. ##### common error messages for all ant tasks UIANT1XXX #####
  132. ################################################################################
  133. # common error messages
  134. jbi.ui.ant.unknown.error.ID=UIANT0000
  135. jbi.ui.ant.unknown.error=Internal system error.
  136. jbi.ui.ant.task.error.invalid.jmx.port.ID=UIANT1000
  137. jbi.ui.ant.task.error.invalid.jmx.port=Invalid admin server port value ({0}).
  138. jbi.ui.ant.task.error.param.invalid.ID=UIANT1001
  139. jbi.ui.ant.task.error.param.invalid=Invalid attribute values for <param> nested element. <param name={0}, value={1} />
  140. jbi.ui.ant.task.error.params.file.not.exist.ID=UIANT1002
  141. jbi.ui.ant.task.error.params.file.not.exist=The installation configuration parameters file {0} not found.
  142. jbi.ui.ant.task.error.params.file.is.directory.ID=UIANT1003
  143. jbi.ui.ant.task.error.params.file.is.directory=The parameters file cannot be a directory.
  144. jbi.ui.ant.task.error.params.file.param.invalid.ID=UIANT1004
  145. jbi.ui.ant.task.error.params.file.param.invalid=Invalid entry <param name={0}, value={1} /> found in parameters file {2}.
  146. jbi.ui.ant.task.error.invalid.state.ID=UIANT1005
  147. jbi.ui.ant.task.error.invalid.state=The state value passed is invalid. state = ''{0}''.
  148. jbi.ui.ant.task.error.nullCompName.ID=UIANT1006
  149. jbi.ui.ant.task.error.nullCompName=Component name cannot be null or empty
  150. jbi.ui.ant.task.error.nullSLibName.ID=UIANT1007
  151. jbi.ui.ant.task.error.nullSLibName=Shared library name cannot be null or empty
  152. jbi.ui.ant.task.error.nullSAName.ID=UIANT1008
  153. jbi.ui.ant.task.error.nullSAName=Service assembly name cannot be null or empty
  154. jbi.ui.ant.task.error.invalid.target.ID=UIANT1009
  155. jbi.ui.ant.task.error.invalid.target=The target value passed is invalid. Invalid target=''{0}''.
  156. jbi.ui.ant.task.error.password.file.not.exist.ID=UIANT1010
  157. jbi.ui.ant.task.error.password.file.not.exist=The password file {0} not found.
  158. jbi.ui.ant.task.error.password.not.found.in.file.ID=UIANT1011
  159. jbi.ui.ant.task.error.password.not.found.in.file=The admin password not found in file {0}.
  160. jbi.ui.ant.task.error.nested.element.empty.ID=UIANT1012
  161. jbi.ui.ant.task.error.nested.element.empty=nested element should not be empty.
  162. ################################################################################
  163. ##### installation error messages UIANT2XXX #####
  164. ################################################################################
  165. ##### component installation error messages
  166. jbi.ui.ant.install.error.comp.archive.file.path.null.ID=UIANT2000
  167. jbi.ui.ant.install.error.comp.archive.file.path.null=Component archive file path cannot be null.
  168. jbi.ui.ant.install.error.comp.archive.file.path.required.ID=UIANT2001
  169. jbi.ui.ant.install.error.comp.archive.file.path.required=Component archive file path required.
  170. jbi.ui.ant.install.error.comp.archive.file.not.exist.ID=UIANT2002
  171. jbi.ui.ant.install.error.comp.archive.file.not.exist=Component archive file not found ({0}).
  172. jbi.ui.ant.install.error.comp.archive.file.is.directory.ID=UIANT2003
  173. jbi.ui.ant.install.error.comp.archive.file.is.directory=Component archive file path cannot be a directory.
  174. # shared library installation error messages
  175. jbi.ui.ant.install.error.slib.archive.file.path.null.ID=UIANT2004
  176. jbi.ui.ant.install.error.slib.archive.file.path.null=Shared library archive file path cannot be null.
  177. jbi.ui.ant.install.error.slib.archive.file.path.required.ID=UIANT2005
  178. jbi.ui.ant.install.error.slib.archive.file.path.required=Shared library archive file path required.
  179. jbi.ui.ant.install.error.slib.archive.file.not.exist.ID=UIANT2006
  180. jbi.ui.ant.install.error.slib.archive.file.not.exist=Shared library archive file not found ({0}).
  181. jbi.ui.ant.install.error.slib.archive.file.is.directory.ID=UIANT2007
  182. jbi.ui.ant.install.error.slib.archive.file.is.directory=Shared library archive file path cannot be a directory.
  183. jbi.ui.ant.install.error.comp.name.and.file.set.ID=UIANT2008
  184. jbi.ui.ant.install.error.comp.name.and.file.set=Cannot take both name and file attributes to install a component.
  185. jbi.ui.ant.install.error.comp.name.or.file.required.ID=UIANT2009
  186. jbi.ui.ant.install.error.comp.name.or.file.required=Name or file attribute should be specified to install a component.
  187. jbi.ui.ant.install.error.comp.invalid.target.with.name.attrib.ID=UIANT2010
  188. jbi.ui.ant.install.error.comp.invalid.target.with.name.attrib=Target cannot be 'domain' for installing component with name.
  189. jbi.ui.ant.install.error.slib.name.and.file.set.ID=UIANT2011
  190. jbi.ui.ant.install.error.slib.name.and.file.set=Cannot take both name and file attributes to install a shared library.
  191. jbi.ui.ant.install.error.slib.name.or.file.required.ID=UIANT2012
  192. jbi.ui.ant.install.error.slib.name.or.file.required=Name or file attribute should be specified to install a shared library.
  193. jbi.ui.ant.install.error.slib.invalid.target.with.name.attrib.ID=UIANT2013
  194. jbi.ui.ant.install.error.slib.invalid.target.with.name.attrib=Target cannot be 'domain' for installing shared library with name.
  195. jbi.ui.ant.install.from.domain.error.comp.name.required.ID=UIANT2014
  196. jbi.ui.ant.install.from.domain.error.comp.name.required=Component name required to install a component from domain.
  197. jbi.ui.ant.install.from.domain.error.slib.name.required.ID=UIANT2015
  198. jbi.ui.ant.install.from.domain.error.slib.name.required=Shared library name required to install a shared library from domain.
  199. ##### component upgrade error messages
  200. jbi.ui.ant.upgrade.error.comp.archive.file.path.null.ID=UIANT2034
  201. jbi.ui.ant.upgrade.error.comp.archive.file.path.null=Component archive file path cannot be null.
  202. jbi.ui.ant.upgrade.error.comp.archive.file.path.required.ID=UIANT2035
  203. jbi.ui.ant.upgrade.error.comp.archive.file.path.required=Component archive file path required.
  204. jbi.ui.ant.upgrade.error.comp.archive.file.not.exist.ID=UIANT2036
  205. jbi.ui.ant.upgrade.error.comp.archive.file.not.exist=Component archive file not found ({0}).
  206. jbi.ui.ant.upgrade.error.comp.archive.file.is.directory.ID=UIANT2037
  207. jbi.ui.ant.upgrade.error.comp.archive.file.is.directory=Component archive file path cannot be a directory.
  208. jbi.ui.ant.upgrade.error.comp.name.required.ID=UIANT2038
  209. jbi.ui.ant.upgrade.error.comp.name.required=Component name required.
  210. jbi.ui.ant.upgrade.error.target.set.ID=UIANT2039
  211. jbi.ui.ant.upgrade.error.target.set=target attribute cannot be set for updating the component.
  212. ################################################################################
  213. ##### deployment error messages UIANT3XXX #####
  214. ################################################################################
  215. # service assembly deployment error messages
  216. jbi.ui.ant.deploy.error.sa.archive.file.path.null.ID=UIANT3000
  217. jbi.ui.ant.deploy.error.sa.archive.file.path.null=Service assembly archive file path cannot be null.
  218. jbi.ui.ant.deploy.error.sa.archive.file.path.required.ID=UIANT3001
  219. jbi.ui.ant.deploy.error.sa.archive.file.path.required=Service assembly archive file path required.
  220. jbi.ui.ant.deploy.error.sa.archive.file.not.exist.ID=UIANT3002
  221. jbi.ui.ant.deploy.error.sa.archive.file.not.exist=Service assembly archive file not found ({0}).
  222. jbi.ui.ant.deploy.error.sa.archive.file.is.directory.ID=UIANT3003
  223. jbi.ui.ant.deploy.error.sa.archive.file.is.directory=Service assembly archive file path cannot be a directory.
  224. jbi.ui.ant.deploy.error.sa.name.and.file.set.ID=UIANT3004
  225. jbi.ui.ant.deploy.error.sa.name.and.file.set=Cannot take both name and file attributes to deploy a service assembly.
  226. jbi.ui.ant.deploy.error.sa.name.or.file.required.ID=UIANT3005
  227. jbi.ui.ant.deploy.error.sa.name.or.file.required=Name or file attribute should be specified to deploy a service assembly.
  228. jbi.ui.ant.deploy.error.sa.invalid.target.with.name.attrib.ID=UIANT3006
  229. jbi.ui.ant.deploy.error.sa.invalid.target.with.name.attrib=Target cannot be 'domain' for deploying a service assembly.
  230. jbi.ui.ant.deploy.from.domain.error.sa.name.required.ID=UIANT3007
  231. jbi.ui.ant.deploy.from.domain.error.sa.name.required=Service assembly name required to deploy a service assembly from domain.
  232. ################################################################################
  233. ##### lifecycle error messages UIANT4XXX #####
  234. ################################################################################
  235. ################################################################################
  236. ##### query successful / error messages UIANT5XXX #####
  237. ################################################################################
  238. jbi.ui.ant.list.statistics.error.wrong.type.ID=UIANT5001
  239. jbi.ui.ant.list.statistics.error.wrong.type=Invalid statistics type: \"{0}\"
  240. jbi.ui.ant.list.statistics.error.empty.type.ID=UIANT5002
  241. jbi.ui.ant.list.statistics.error.empty.type=Statistics type must be specified.
  242. jbi.ui.ant.list.statistics.successful.ID=UIANT5003
  243. jbi.ui.ant.list.statistics.successful=List statistics succeeded.
  244. jbi.ui.ant.list.statistics.failed.ID=UIANT5004
  245. jbi.ui.ant.list.statistics.failed=List statistics failed.
  246. jbi.ui.ant.show.component.descriptor.single.only.ID=UIANT5005
  247. jbi.ui.ant.show.component.descriptor.single.only=Showing installation descriptor is for single component only.
  248. jbi.ui.ant.show.service.assembly.descriptor.single.only.ID=UIANT5006
  249. jbi.ui.ant.show.service.assembly.descriptor.single.only=Showing deployment descriptor is for single service assembly only.
  250. jbi.ui.ant.show.shared.library.descriptor.single.only.ID=UIANT5007
  251. jbi.ui.ant.show.shared.library.descriptor.single.only=Showing installation descriptor is for single shared library only.
  252. jbi.ui.ant.show.component.descriptor.not.found.ID=UIANT5008
  253. jbi.ui.ant.show.component.descriptor.not.found=No installation descriptor is found for component: \"{0}\".
  254. jbi.ui.ant.show.service.assembly.descriptor.not.found.ID=UIANT5010
  255. jbi.ui.ant.show.service.assembly.descriptor.not.found=No deployment descriptor is found for service assembly: \"{0}\".
  256. jbi.ui.ant.show.shared.library.descriptor.not.found.ID=UIANT5011
  257. jbi.ui.ant.show.shared.library.descriptor.not.found=No installation descriptor is found for shared library: \"{0}\".
  258. ################################################################################
  259. ##### configuration error messages UIANT6XXX #####
  260. ################################################################################
  261. jbi.ui.ant.task.error.config.param.invalid.ID=UIANT6000
  262. jbi.ui.ant.task.error.config.param.invalid=Invalid attribute values for <param> nested element. <param name={0}, value={1} />
  263. jbi.ui.ant.task.info.config.done.on.target.ID=UIANT6010
  264. jbi.ui.ant.task.info.config.done.on.target=JBI Runtime configuration set on Target \"{0}\"
  265. jbi.ui.ant.task.info.config.restart.required.ID=UIANT6011
  266. jbi.ui.ant.task.info.config.restart.required=\n The JBI runtime needs to be restarted, since one or more configuration parameters have \n been updated which will take affect only after the system is restarted.
  267. jbi.ui.ant.task.error.config.params.file.not.exist.ID=UIANT6012
  268. jbi.ui.ant.task.error.config.params.file.not.exist=The runtime configuration parameters file {0} was not found.
  269. jbi.ui.ant.task.error.config.params.file.is.directory.ID=UIANT6013
  270. jbi.ui.ant.task.error.config.params.file.is.directory=The runtime configuration parameters file cannot be a directory.
  271. jbi.ui.ant.task.error.config.params.file.param.invalid.ID=UIANT6014
  272. jbi.ui.ant.task.error.config.params.file.param.invalid=Invalid entry <param name={0}, value={1} /> found in parameters file {2}.
  273. jbi.ui.ant.task.error.no.runtine.configuration.resolved.ID=UIANT6015
  274. jbi.ui.ant.task.error.no.runtine.configuration.resolved=No runtime configuration is resolved.
  275. jbi.ui.ant.task.error.no.input.runtine.configuration.param.data.found.ID=UIANT6016
  276. jbi.ui.ant.task.error.no.input.runtine.configuration.param.data.found=No runtime configuration parameter data was found in the input.
  277. jbi.ui.ant.task.info.config.comp.done.on.target.ID=UIANT6020
  278. jbi.ui.ant.task.info.config.comp.done.on.target=Component configuration for \"{0}\" set on target \"{1}\"
  279. jbi.ui.ant.task.error.config.comp.params.file.not.exist.ID=UIANT6021
  280. jbi.ui.ant.task.error.config.comp.params.file.not.exist=The component configuration parameters file {0} was not found.
  281. jbi.ui.ant.task.error.config.comp.params.file.is.directory.ID=UIANT6022
  282. jbi.ui.ant.task.error.config.comp.params.file.is.directory=The component configuration parameters file cannot be a directory.
  283. jbi.ui.ant.task.error.config.comp.params.file.param.invalid.ID=UIANT6023
  284. jbi.ui.ant.task.error.config.comp.params.file.param.invalid=Invalid entry <param name={0}, value={1} /> found in parameters file {2}.
  285. jbi.ui.ant.task.error.no.input.component.configuration.param.data.found.ID=UIANT6024
  286. jbi.ui.ant.task.error.no.input.component.configuration.param.data.found=No component configuration parameter data was found in the input.
  287. jbi.ui.ant.set.appconfig.no.name.error.ID=UIANT6030
  288. jbi.ui.ant.set.appconfig.no.name.error=Application configuration name not found in input.
  289. jbi.ui.ant.list.no.input.appconfig.param.data.found.ID=UIANT6031
  290. jbi.ui.ant.list.no.input.appconfig.param.data.found=No application configuration param data was found in the input.
  291. jbi.ui.ant.list.no.appconfig.data.retrieved.ID=UIANT6032
  292. jbi.ui.ant.list.no.appconfig.data.retrieved=No application configuration data is retrieved for component \"{0}\".
  293. jbi.ui.ant.list.appconfig.not.exist.ID=UIANT6033
  294. jbi.ui.ant.list.appconfig.not.exist=Application configuration \"{0}\" does not exist.
  295. jbi.ui.ant.list.appvariable.wrong.format.ID=UIANT6040
  296. jbi.ui.ant.list.appvariable.wrong.format=Incorrect application variable format retrieved.
  297. jbi.ui.ant.list.no.input.appvariable.data.found.ID=UIANT6041
  298. jbi.ui.ant.list.no.input.appvariable.data.found=No application variable data was found in the input.
  299. ################################################################################
  300. ##### logger info/error messages UIANT61XX #####
  301. ################################################################################
  302. jbi.ui.ant.task.error.logger.param.invalid.ID=UIANT6100
  303. jbi.ui.ant.task.error.logger.param.invalid=Invalid level values for <param> nested element. <logger name={0}, level={1} />
  304. jbi.ui.ant.task.error.no.logger.resolved.ID=UIANT6001
  305. jbi.ui.ant.task.error.no.logger.resolved=Logger does not exist
  306. jbi.ui.ant.task.info.logger.done.on.target.ID=UIANT6110
  307. jbi.ui.ant.task.info.logger.done.on.target=JBI Runtime logger set on Target \"{0}\"
  308. jbi.ui.ant.task.error.no.input.runtime.logger.data.found.ID=UIANT6011
  309. jbi.ui.ant.task.error.no.input.runtime.logger.data.found=No runtime logger data was found in the input.
  310. jbi.ui.ant.task.info.logger.comp.done.on.target.ID=UIANT6120
  311. jbi.ui.ant.task.info.logger.comp.done.on.target=Set logger level for \"{0}\" set on target \"{1}\"
  312. jbi.ui.ant.task.error.no.input.component.logger.data.found.ID=UIANT6021
  313. jbi.ui.ant.task.error.no.input.component.logger.data.found=No component logger data was found in the input.
  314. ################################################################################
  315. ###### Query result formatting messages
  316. ################################################################################
  317. # print format
  318. jbi.ui.ant.print.state.installed=Installed
  319. jbi.ui.ant.print.state.started=Started
  320. jbi.ui.ant.print.state.stopped=Stopped
  321. jbi.ui.ant.print.state.shutdown=Shutdown
  322. jbi.ui.ant.print.state.unknown=Unknown
  323. # title
  324. jbi.ui.ant.print.engines.header=\u0020 List of Service Engines for Target \"{0}\"
  325. jbi.ui.ant.print.no.engines=No Service Engines were found for the specified query.
  326. jbi.ui.ant.print.no.engine.with.name=There is no service engine found with the name = {0}\n and with other query parameters specified.
  327. # title
  328. jbi.ui.ant.print.bindings.header=\u0020 List of Binding Components for Target \"{0}\"
  329. jbi.ui.ant.print.no.bindings=No Binding Components were found for the specified query.
  330. jbi.ui.ant.print.no.binding.with.name=There is no binding component found with the name = {0}\n and with other query parameters specified.
  331. # title
  332. jbi.ui.ant.print.slib.header=\u0020 List of Shared Libraries for Target \"{0}\"
  333. jbi.ui.ant.print.no.slib=No Shared Libraries were found for the specified query.
  334. jbi.ui.ant.print.no.slib.with.name=There is no shared library found with the name = {0}\n and with other query parameters specified.
  335. jbi.ui.ant.print.comp.info.header.separator=============================================================
  336. jbi.ui.ant.print.comp.info.name=Name : {0}
  337. jbi.ui.ant.print.comp.info.state=State : {0}
  338. jbi.ui.ant.print.comp.info.desc=Description : {0}
  339. jbi.ui.ant.print.comp.info.version=Version : {0}
  340. jbi.ui.ant.print.comp.info.build.number=Build Number: {0}
  341. jbi.ui.ant.print.comp.info.separator=------------------------------------------------------------
  342. jbi.ui.ant.print.comp.descriptor=Component Installation Descriptor:
  343. jbi.ui.ant.print.shared.lib.descriptor=Shared Library Installation Descriptor:
  344. # sasm - service assembly , sunit - service unit
  345. jbi.ui.ant.print.sasm.header=\u0020 List of Service Assemblies for Target \"{0}\"
  346. jbi.ui.ant.print.no.service.assemblies=No Service Assemblies were found for the specified query.
  347. jbi.ui.ant.print.no.sasm.with.name=There is no service assembly found with the name = {0}\n and with other query parameters specified.
  348. jbi.ui.ant.print.sasm.header.separator=============================================================
  349. jbi.ui.ant.print.sasm.info.name=Name : {0}
  350. jbi.ui.ant.print.sasm.info.state=State : {0}
  351. jbi.ui.ant.print.sasm.info.desc=Description: {0}
  352. jbi.ui.ant.print.sasm.info.sunit.list.size=Service units in this service assembly [{0}]
  353. jbi.ui.ant.print.sunit.info.name=\u0020 Service unit : {0}
  354. jbi.ui.ant.print.sunit.info.state=\u0020 State : {0}
  355. jbi.ui.ant.print.sunit.info.deployed.on=\u0020 Deployed on: {0}
  356. jbi.ui.ant.print.sunit.info.desc=\u0020 Description: {0}
  357. jbi.ui.ant.print.sa.descriptor=Service Assembly Deployment Descriptor:
  358. jbi.ui.ant.print.sasm.info.separator=------------------------------------------------------------
  359. jbi.ui.ant.print.jbi.config.info.header.separator=============================================================
  360. jbi.ui.ant.print.jbi.config.info.separator=------------------------------------------------------------
  361. jbi.ui.ant.print.jbi.config.info.header=Runtime Configuration for Target \"{0}\"
  362. jbi.ui.ant.print.jbi.config.info.empty=No runtime configuration data found.
  363. jbi.ui.ant.print.jbi.config.param=\u0020 {0}={1}
  364. jbi.ui.ant.print.jbi.config.param.not.retrieved=No runtime configuration data found for parameter \"{0}\".
  365. jbi.ui.ant.print.jbi.comp.config.info.header.separator=============================================================
  366. jbi.ui.ant.print.jbi.comp.config.info.separator=------------------------------------------------------------
  367. jbi.ui.ant.print.jbi.comp.config.info.header=Component Configuration for \"{0}\" on Target \"{1}\"
  368. jbi.ui.ant.print.jbi.comp.config.info.empty=No component configuration data found.
  369. jbi.ui.ant.print.jbi.comp.config.instance=Instance name: {0}
  370. jbi.ui.ant.print.jbi.comp.config.param=\u0020 {0}={1}
  371. jbi.ui.ant.print.jbi.comp.config.param.not.retrieved=No component configuration data is retrieved for parameter \"{0}\".
  372. jbi.ui.ant.print.jbi.logger.info.header=Runtime Logger for Target \"{0}\"
  373. jbi.ui.ant.print.jbi.logger.info.empty=There is no runtime logger.
  374. jbi.ui.ant.print.jbi.comp.logger.info.header=Component Logger for \"{0}\" on Target \"{1}\"
  375. jbi.ui.ant.print.jbi.comp.logger.info.empty=There is no component logger.
  376. jbi.ui.ant.print.jbi.comp.appconfig.info.header.separator======================================================================
  377. jbi.ui.ant.print.jbi.comp.appconfig.info.separator=---------------------------------------------------------------------
  378. jbi.ui.ant.print.jbi.comp.appconfig.info.header=Application Configuration for \"{0}\" on Target \"{1}\"
  379. jbi.ui.ant.print.jbi.comp.appconfig.info.name=Application Configuration Name : {0}
  380. jbi.ui.ant.print.jbi.comp.appconfig.param=\u0020 {0}={1}
  381. jbi.ui.ant.print.jbi.comp.appvariable.info.header.separator.char==
  382. jbi.ui.ant.print.jbi.comp.appvariable.info.separator.char=-
  383. jbi.ui.ant.print.jbi.comp.appvariable.info.header=Application Variables for \"{0}\" on Target \"{1}\"
  384. jbi.ui.ant.print.jbi.comp.appvariable.info.column.names=Name,Type,Value
  385. jbi.ui.ant.print.jbi.comp.appvariable.info.empty=No application variable data found.
  386. jbi.ui.ant.print.jbi.verify.app.env.info.header.separator=================================================
  387. jbi.ui.ant.print.jbi.verify.app.env.info.header=Service Assembly Information on target \"{0}\"
  388. jbi.ui.ant.print.jbi.verify.app.env.sa.name=Name
  389. jbi.ui.ant.print.jbi.verify.app.env.service.units=Service Units
  390. jbi.ui.ant.print.jbi.verify.app.env.sa.description=Description
  391. jbi.ui.ant.print.jbi.verify.app.env.commponents.not.installed=The following components are not installed
  392. jbi.ui.ant.print.jbi.verify.app.env.endpoint.name=Name
  393. jbi.ui.ant.print.jbi.verify.app.env.endpoint.component=Component
  394. jbi.ui.ant.print.jbi.verify.app.env.endpoint.status=Status
  395. jbi.ui.ant.print.jbi.verify.app.env.endpoint.status.unknown=UNKNOWN
  396. jbi.ui.ant.print.jbi.verify.app.env.endpoint.status.unresolved=UNRESOLVED
  397. jbi.ui.ant.print.jbi.verify.app.env.endpoint.status.resolved=RESOLVED
  398. jbi.ui.ant.print.jbi.verify.app.env.endpoint.configuration=Endpoint Configuration
  399. jbi.ui.ant.print.jbi.verify.app.env.info.separator=------------------------------------------------
  400. jbi.ui.ant.print.jbi.verify.app.env.ee.verify.report=JavaEE Verifier Reports
  401. jbi.ui.ant.print.jbi.verify.app.env.service.unit=Service Unit
  402. jbi.ui.ant.print.jbi.verify.app.env.templates.create.msg=The template files have been created in \"{0}\". Please provide values in the template files and use \"asant -f configure.xml\".
  403. jbi.ui.ant.print.jbi.verify.app.env.missing.app.vars=Missing Application Variables
  404. jbi.ui.ant.print.jbi.verify.app.env.missing.app.configs=Missing Application Configurations
  405. jbi.ui.ant.print.jbi.stats.info.header.separator=================================================
  406. jbi.ui.ant.print.jbi.stats.info.separator=------------------------------------------------
  407. jbi.ui.ant.print.jbi.stats.timing.disabled.msg=Timing statistics are disabled. Some timing information\n may not be displayed. To assure all timing information\n is displayed, set the runtime configuration property\n "msgScvTimingStatisticsEnabled" to true.
  408. jbi.ui.ant.print.jbi.stats.timing.data.not.available=No timing statistics are available.
  409. jbi.ui.ant.print.jbi.stats.framework.info.header=List framework stats on target \"{0}\"
  410. jbi.ui.ant.print.jbi.stats.framework.info.empty=No framework stats available.
  411. jbi.ui.ant.print.jbi.stats.framework.instance.name={0} framework statistics
  412. jbi.ui.ant.print.jbi.stats.framework.startup.time=Framework Startup time (ms): {0}
  413. jbi.ui.ant.print.jbi.stats.framework.up.time=Framework Uptime: %1d days %2d hours %3d minutes %4.3f seconds
  414. jbi.ui.ant.print.jbi.stats.nmr.info.header=List NMR stats on target \"{0}\"
  415. jbi.ui.ant.print.jbi.stats.nmr.instance.name={0} NMR statistics
  416. jbi.ui.ant.print.jbi.stats.nmr.info.empty=No NMR stats available.
  417. jbi.ui.ant.print.jbi.stats.nmr.active.channel.number=Total Count of Active Channels: {0}
  418. jbi.ui.ant.print.jbi.stats.nmr.active.endpoint.number=Total Count of Active Endpoints: {0}
  419. jbi.ui.ant.print.jbi.stats.component.info.header=List component stats on target \"{0}\"
  420. jbi.ui.ant.print.jbi.stats.component.name=Statistics for Component: {0}
  421. jbi.ui.ant.print.jbi.stats.component.info.empty=No component statistics data available.
  422. jbi.ui.ant.print.jbi.stats.component.info.nostats=No statistics data available for component \"{0}\", the component may not be started.
  423. jbi.ui.ant.print.jbi.stats.component.up.time=Component Up Time: %1d days %2d hours %3d minutes %4.3f seconds
  424. jbi.ui.ant.print.jbi.stats.common.num.activated.endpoints=No. of activated endpoints: {0}
  425. jbi.ui.ant.print.jbi.stats.common.num.received.requests=No. of received requests: {0}
  426. jbi.ui.ant.print.jbi.stats.common.num.sent.requests=No. of sent requests: {0}
  427. jbi.ui.ant.print.jbi.stats.common.num.received.replies=No. of received replies: {0}
  428. jbi.ui.ant.print.jbi.stats.common.num.sent.replies=No. of sent replies: {0}
  429. jbi.ui.ant.print.jbi.stats.common.num.received.dones=No. of received DONEs: {0}
  430. jbi.ui.ant.print.jbi.stats.common.num.sent.dones=No. of sent DONEs: {0}
  431. jbi.ui.ant.print.jbi.stats.common.num.received.faults=No. of received faults: {0}
  432. jbi.ui.ant.print.jbi.stats.common.num.sent.faults=No. of sent faults: {0}
  433. jbi.ui.ant.print.jbi.stats.common.num.received.errors=No. of received errors: {0}
  434. jbi.ui.ant.print.jbi.stats.common.num.sent.errors=No. of sent errors: {0}
  435. jbi.ui.ant.print.jbi.stats.common.num.completed.exchanges=No. of completed exchanges: {0}
  436. jbi.ui.ant.print.jbi.stats.common.num.active.exchanges=No. of active exchanges: {0}
  437. jbi.ui.ant.print.jbi.stats.common.num.error.exchanges=No. of error exchanges: {0}
  438. jbi.ui.ant.print.jbi.stats.common.message.exchanges.statistics=Message Exchange Statistics:
  439. jbi.ui.ant.print.jbi.stats.common.message.value.not.available=N/A
  440. jbi.ui.ant.print.jbi.stats.common.mep.response.time=Avg. response time (ns): {0}
  441. jbi.ui.ant.print.jbi.stats.common.mep.component.time=Avg. time spent (ns) in {0}: {1}
  442. jbi.ui.ant.print.jbi.stats.common.mep.component.time.noname=Avg. component time (ns): {0}
  443. jbi.ui.ant.print.jbi.stats.common.mep.delivery.channel.time=Avg. time spent in Delivery Channel (ns): {0}
  444. jbi.ui.ant.print.jbi.stats.common.mep.message.service.time=Avg. time spent in Message Service (ns): {0}
  445. jbi.ui.ant.print.jbi.stats.common.mep.status.time=Avg. status time (ns): {0}
  446. jbi.ui.ant.print.jbi.stats.common.provided.statistics=Component Provided Statistics:
  447. jbi.ui.ant.print.jbi.stats.common.perf.instr.dataline=Performance instrumentation Data:
  448. jbi.ui.ant.print.jbi.stats.sa.info.header=List service assembly stats on target \"{0}\"
  449. jbi.ui.ant.print.jbi.stats.sa.name=Statistics for Service Assembly: {0}
  450. jbi.ui.ant.print.jbi.stats.sa.info.empty=No service assembly stats is listed.
  451. jbi.ui.ant.print.jbi.stats.sa.last.startup.time=Last Startup Time: {0}
  452. jbi.ui.ant.print.jbi.stats.sa.shutdown.time=Shutdown Time Avg. (ms): {0}
  453. jbi.ui.ant.print.jbi.stats.sa.startup.time=Avg. Startup Time (ms): {0}
  454. jbi.ui.ant.print.jbi.stats.sa.stop.time=Avg. Stop Time (ms): {0}
  455. jbi.ui.ant.print.jbi.stats.su.name=Statistics for Service Unit: {0}
  456. jbi.ui.ant.print.jbi.stats.su.shutdown.time=Avg. Shutdown Time (ms): {0}
  457. jbi.ui.ant.print.jbi.stats.su.startup.time=Avg. Startup Time (ms): {0}
  458. jbi.ui.ant.print.jbi.stats.su.stop.time=Avg. Stop Time (ms): {0}
  459. jbi.ui.ant.print.jbi.stats.endpoint.info.header=List endpoint stats on target \"{0}\"
  460. jbi.ui.ant.print.jbi.stats.endpoint.info.empty=No endpoint stats available.
  461. jbi.ui.ant.print.jbi.stats.endpoint.provider.name=Statistics for Provider Endpoint: {0}
  462. jbi.ui.ant.print.jbi.stats.endpoint.consumer.name=Statistics for Consumer Endpoint: {0}
  463. jbi.ui.ant.print.jbi.stats.endpoint.activation.time=Activation time (ms): {0}
  464. jbi.ui.ant.print.jbi.stats.endpoint.up.time=Up Time: %1d days %2d hours %3d minutes %4.3f seconds