[jbosstools-issues] [JBoss JIRA] (JBIDE-14455) openshift-java-client: cartridge name for jbossews is wrong

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Wed May 15 10:43:06 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-14455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andre Dietisheim updated JBIDE-14455:
-------------------------------------

    Git Pull Request: https://github.com/openshift/openshift-java-client/pull/52, https://github.com/jbosstools/jbosstools-openshift/pull/118  (was: https://github.com/openshift/openshift-java-client/pull/52)

    
> openshift-java-client: cartridge name for jbossews is wrong
> -----------------------------------------------------------
>
>                 Key: JBIDE-14455
>                 URL: https://issues.jboss.org/browse/JBIDE-14455
>             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.Beta1
>
>
> In the openshift-java-client there are contants for some of the available standalone cartridges:
> {code}
> public interface IStandaloneCartridge extends ICartridge {
> 	public static final String NAME_EWS = "ews";
> 	public static final String NAME_JBOSSAS = "jbossas";
> 	public static final String NAME_JBOSSEAP = "jbosseap";
> 	public static final String NAME_JENKINS = "jenkins";
> 	public static final String NAME_PERL = "perl";
> 	public static final String NAME_PHP = "php";
> 	public static final String NAME_PYTHON = "python";
> 	public static final String NAME_RUBY = "ruby";
> 	public static final String NAME_ZEND = "zend";
> {code}
> The one for jbossews is wrong, it should be *jbossews*, not *ews*:

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