[jbosstools-issues] [JBoss JIRA] (JBIDE-13561) 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-13561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759338#comment-12759338 ] 

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

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-13561
>                 URL: https://issues.jboss.org/browse/JBIDE-13561
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.0.0.Final
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>            Priority: Blocker
>             Fix For: 4.1.0.Alpha1
>
>         Attachments: apptype-is-embedded-cartridge.png, cartridge-type-not-embedded.png, jbds6-erroring-embedding-cartridge.png
>
>
> If you try to embed cartridges (or remove embedded cartridges) in 4.0.0 Final or JBDS6, then you wont be able to do it.
> This is an issue that shall help us track modifications on the OpenShift platform. There's nothing we can do about it, it's *OpenShift that has to hot-fix*. 

--
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