[jbosstools-issues] [JBoss JIRA] (JBIDE-23603) Server adapter: changes to eap are (published but) not visible unless in debug

Dmitrii Bocharov (JIRA) issues at jboss.org
Mon Feb 13 08:47:00 EST 2017


    [ https://issues.jboss.org/browse/JBIDE-23603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13362558#comment-13362558 ] 

Dmitrii Bocharov commented on JBIDE-23603:
------------------------------------------

[~jeffmaury]

{code:bash}
docker pull registry.access.redhat.com/jboss-eap-7/eap70-openshift:1.4
oc import-image registry.access.redhat.com/jboss-eap-7/eap70-openshift:1.4 --confirm --insecure=true
{code}

then you need only to make some changes in BuildConfig:
set namespace (your project name) and name (remove "jboss-" from the beginning) correctly here:
{code:json}
strategy:
    type: Source
    sourceStrategy:
      from:
        kind: ImageStreamTag
        namespace: myproject
        name: 'eap70-openshift:1.4'
{code}
then a build is started automatically, deployment is created and pod runs fine

> Server adapter: changes to eap are (published but) not visible unless in debug
> ------------------------------------------------------------------------------
>
>                 Key: JBIDE-23603
>                 URL: https://issues.jboss.org/browse/JBIDE-23603
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.4.2.Final
>            Reporter: Andre Dietisheim
>            Assignee: Dmitrii Bocharov
>             Fix For: 4.4.3.Final
>
>




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list