On Sep 15, 2007, at 8:45 AM, Karan Malhi wrote:
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}\"
Looks like plain quotes works too.
cmd.deploy.destExists = Application already deployed at "{1}"
On 9/14/07, David Blevins (JIRA) <[EMAIL PROTECTED]> wrote:
Application deployed successfully at {0}
----------------------------------------
Key: OPENEJB-683
URL: https://issues.apache.org/jira/browse/
OPENEJB-683
Project: OpenEJB
Issue Type: Bug
Reporter: David Blevins
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.
--
Karan Singh Malhi