[
https://issues.jboss.org/browse/JBIDE-21357?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich edited comment on JBIDE-21357 at 12/17/15 9:44 PM:
-------------------------------------------------------------------------
ExpressServerMessages.BUNDLE_NAME is incorrect. It helps to avoid strings in such cases,
when possible:
{code}
BUNDLE_NAME = ExpressServerMessages.class.getName();
{code}
It will work because the name of property file the same - ExpressServerMessages (and it
might survive rename-move).
was (Author: scabanovich):
ExpressServerMessages.BUNDLE_NAME is incorrect. It helps to avoid strings in such cases,
when possible:
{code}
BUNDLE_NAME = ExpressServerMessages.class.getName();
{code}
It will work because the name of property file the same - ExpressServerMessages.
Missing dialog messages for publishing via server adapter on
OpenShift 2 applications
-------------------------------------------------------------------------------------
Key: JBIDE-21357
URL:
https://issues.jboss.org/browse/JBIDE-21357
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta1
Reporter: Marián Labuda
Assignee: Andre Dietisheim
Fix For: 4.3.1.Beta2
Attachments: publish_msg.png, publish_msg_no_changes.png
When I am trying to publish code to OpenShift 2 application via server adapter, there are
dialogs which contains missing msg info instead of message. First one is in case of
publishing no changes, another one is when I create a new OpenShift 2 application from
local eclipse project via deploying to OpenShift in context menu of the eclipse project
and then select Publish in context menu of server adapter. See attached screenshots.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)