[jbosstools-issues] [JBoss JIRA] (JBIDE-21357) Missing dialog messages for publishing via server adapter on OpenShift 2 applications
Viacheslav Kabanovich (JIRA)
issues at jboss.org
Thu Dec 17 21:39:00 EST 2015
[ https://issues.jboss.org/browse/JBIDE-21357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142817#comment-13142817 ]
Viacheslav Kabanovich commented on JBIDE-21357:
-----------------------------------------------
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)
More information about the jbosstools-issues
mailing list