[
https://issues.apache.org/jira/browse/OPENEJB-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539804
]
karan singh malhi commented on OPENEJB-683:
-------------------------------------------
This problem is with the single quotes in the Messages.properties file
So, for example, here is the original message
cmd.deploy.destExists = Application already deployed at '{1}'
Since the above has single quotes, i tried this
cmd.deploy.destExists = Application already deployed at \'{1}\'
Still didn't work, so had to change it to this
cmd.deploy.destExists = Application already deployed at \"{1}\"
--
Karan Singh Malhi
> Application deployed successfully at {0}
> ----------------------------------------
>
> Key: OPENEJB-683
> URL: https://issues.apache.org/jira/browse/OPENEJB-683
> Project: OpenEJB
> Issue Type: Bug
> Affects Versions: (trunk/openejb3)
> Reporter: David Blevins
> Assignee: karan singh malhi
> Fix For: (trunk/openejb3)
>
>
> Need to get the value filled in for the i18n message.
> This comes out of the deploy tool.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.