[jbosstools-issues] [JBoss JIRA] (JBIDE-13559) Cannot embed cartridges

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Thu Mar 7 05:04:56 EST 2013


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

RH Bugzilla Integration commented on JBIDE-13559:
-------------------------------------------------

zhangjing <jinzhang at redhat.com> made a comment on [bug 911322|https://bugzilla.redhat.com/show_bug.cgi?id=911322]

Verified this bug on devenv-2905 as below:

Verified build:
devenv-2905
Eclipse Juno
JBoss OpenShift Tools - 2.4.0.Final-v20130302-0204-B128

Verified steps:
1. Create an OpenShift Application or import an existing one in Eclipse
2. Embed a cartridge for this app like switch-yard, mongodb and etc.
3. Remove the embeded cartridges.

Actual results:
The error is not shown anymore, the cartridges can be added and removed from the app successfully.


Using rest api to get cartridges as below:
# curl -k -H "Accept: application/xml; version=1.0" --user "jinzhang+4 at redhat.com:redhat" https://ec2-54-234-157-88.compute-1.amazonaws.com/broker/rest/domains/dmt4new/applications/j27s/cartridges  -X GET

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>ok</status>
  <type>cartridges</type>
  <data/>
  <messages/>
  <version>1.0</version>
  <supported-api-versions>
    <supported-api-version>1.0</supported-api-version>
    <supported-api-version>1.1</supported-api-version>
    <supported-api-version>1.2</supported-api-version>
    <supported-api-version>1.3</supported-api-version>
  </supported-api-versions>
</response>
                
> Cannot embed cartridges
> -----------------------
>
>                 Key: JBIDE-13559
>                 URL: https://issues.jboss.org/browse/JBIDE-13559
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.1.0.Alpha2
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>             Fix For: 4.1.0.Alpha2
>
>         Attachments: cannot-remove-apptype.png
>
>
> If you try to embed cartridges (or remove embedded cartridges) in Alpha2 (not released yet), then you wont be able to do it. The Eclipse toolign is complaining that it cannot remove an embeddable cartridge that's actually matching the application type.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list