]
Wenjing Zheng commented on FORGEPLUGINS-148:
--------------------------------------------
George, according to the email you sent me: Given the 'rhc' tools have improved
significantly, and the quickstart experience on openshift is pretty decent, joined with
the great support in JBoss Developer Studio, we decided to drop support on the Openshift
plugin, since we felt it is no longer useful and also given that we don't have enough
resources to keep it up with the latest Openshift enhancements", you are free to
close this bug as wont fix. Thanks for your great help!
Got java runtime exception "unknow request parameter type
integer" when run rhc setup in forge shell
----------------------------------------------------------------------------------------------------
Key: FORGEPLUGINS-148
URL:
https://issues.jboss.org/browse/FORGEPLUGINS-148
Project: Forge Plugins/Addons
Issue Type: Bug
Components: OpenShift Plugin
Environment: JDK 1.7.0_45 & git 1.8.0
windows 7& fedora 19
Reporter: weiweijiang jiang
Priority: Blocker
when rhc setup in forge shell, it got java runtime error message "unknow request
parameter type integer".
And according to
https://bugzilla.redhat.com/show_bug.cgi?id=1020283#c1 the issue has
been fixed in client version pre-2.4.0, but the forge-plugin-openshift still use client
version 2.0.1
[no project] forge-distribution-1.4.2.Final $ forge find-plugin openshift
Connecting to remote repository [
https://raw.github.com/forge/plugin-repository/
master/repository.yaml]... connected!
- openshift (com.redhat.openshift:forge-openshift-plugin:::)
Author: Pete Muir <pmuir(a)redhat.com>
Website:
http://openshift.com
Location:
https://github.com/forge/plugin-openshift.git
Tags: cloud, openshift, redhat, jboss, deploy, rhc
Description: Plugins for creating cloud instances, managing existing clo
uds, and deploying applications to the Red Hat express cloud.
And the following is
https://raw.github.com/forge/plugin-openshift/master/pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.openshift</groupId>
<artifactId>forge-openshift-plugin</artifactId>
<version>1.0.6.Final</version>
<properties>
<forge.api.version>1.0.6.Final</forge.api.version>
<jgit.version>2.0.0.201206130900-r</jgit.version>
<log4j.extras.version>1.1</log4j.extras.version>
<openshift.client.version>2.0.1</openshift.client.version>
<jsch.version>0.1.48</jsch.version>
</properties>
...
<build>
<finalName>forge-openshift-plugin</finalName>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>