[JBoss JIRA] (JBIDE-14698) openshift-java-client: add support for reading available GearProfiles
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14698?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14698:
-------------------------------------
Description:
The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
I see gear sizes available when getting https://openshift.redhat.com/broker/rest/user
{code}
<capabilities/><br>
<subaccounts>false</subaccounts><br>
<gear-sizes><br>
<gear-size>small<:/gear-size><br>
<gear-size>medium<:/gear-size><br>
</gear-sizes><br>
</capabilities><br>
{code}
and they also show up in the optional parameters when creating an application:
{code}
<link>
<rel>Create new application</rel><br>
<method>POST</method><br>
<href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href><br>
...<br>
<optional-param><br>
<name>gear_profile</name><br>
<type>string</type><br>
<description>The size of the gear</description><br>
<valid-options><br>
<valid-option>small</valid-option><br>
<valid-option>medium</valid-option><br>
</valid-options><br>
<default-value>small</default-value><br>
</optional-param><br>
</code>
The OpenShift java client is hard-coding these currently as it was the case for embedded cartridges in prior versions. Is this what you're talking about?
Cheers
André
was:
The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
I see gear sizes available when getting https://openshift.redhat.com/broker/rest/user
<code>
<capabilities/><br>
<subaccounts>false</subaccounts><br>
<gear-sizes><br>
<gear-size>small<:/gear-size><br>
<gear-size>medium<:/gear-size><br>
</gear-sizes><br>
</capabilities><br>
</code>
and they also show up in the optional parameters when creating an application:
<code>
<link><br>
<rel>Create new application</rel><br>
<method>POST</method><br>
<href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href><br>
...<br>
<optional-param><br>
<name>gear_profile</name><br>
<type>string</type><br>
<description>The size of the gear</description><br>
<valid-options><br>
<valid-option>small</valid-option><br>
<valid-option>medium</valid-option><br>
</valid-options><br>
<default-value>small</default-value><br>
</optional-param><br>
</code>
The OpenShift java client is hard-coding these currently as it was the case for embedded cartridges in prior versions. Is this what you're talking about?
Cheers
André
> openshift-java-client: add support for reading available GearProfiles
> ---------------------------------------------------------------------
>
> Key: JBIDE-14698
> URL: https://issues.jboss.org/browse/JBIDE-14698
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
>
> The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
> I see gear sizes available when getting https://openshift.redhat.com/broker/rest/user
> {code}
> <capabilities/><br>
> <subaccounts>false</subaccounts><br>
> <gear-sizes><br>
> <gear-size>small<:/gear-size><br>
> <gear-size>medium<:/gear-size><br>
> </gear-sizes><br>
> </capabilities><br>
> {code}
> and they also show up in the optional parameters when creating an application:
> {code}
> <link>
> <rel>Create new application</rel><br>
> <method>POST</method><br>
> <href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href><br>
> ...<br>
> <optional-param><br>
> <name>gear_profile</name><br>
> <type>string</type><br>
> <description>The size of the gear</description><br>
> <valid-options><br>
> <valid-option>small</valid-option><br>
> <valid-option>medium</valid-option><br>
> </valid-options><br>
> <default-value>small</default-value><br>
> </optional-param><br>
> </code>
> The OpenShift java client is hard-coding these currently as it was the case for embedded cartridges in prior versions. Is this what you're talking about?
> Cheers
> André
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14698) openshift-java-client: add support for reading available GearProfiles
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14698?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14698:
-------------------------------------
Description:
The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
I see gear sizes available when getting https://openshift.redhat.com/broker/rest/user
{code}
<capabilities/><br>
<subaccounts>false</subaccounts><br>
<gear-sizes><br>
<gear-size>small<:/gear-size><br>
<gear-size>medium<:/gear-size><br>
</gear-sizes><br>
</capabilities><br>
{code}
and they also show up in the optional parameters when creating an application:
{code}
<link>
<rel>Create new application</rel><br>
<method>POST</method><br>
<href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href><br>
...<br>
<optional-param><br>
<name>gear_profile</name><br>
<type>string</type><br>
<description>The size of the gear</description><br>
<valid-options><br>
<valid-option>small</valid-option><br>
<valid-option>medium</valid-option><br>
</valid-options><br>
<default-value>small</default-value><br>
</optional-param><br>
{code}
was:
The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
I see gear sizes available when getting https://openshift.redhat.com/broker/rest/user
{code}
<capabilities/><br>
<subaccounts>false</subaccounts><br>
<gear-sizes><br>
<gear-size>small<:/gear-size><br>
<gear-size>medium<:/gear-size><br>
</gear-sizes><br>
</capabilities><br>
{code}
and they also show up in the optional parameters when creating an application:
{code}
<link>
<rel>Create new application</rel><br>
<method>POST</method><br>
<href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href><br>
...<br>
<optional-param><br>
<name>gear_profile</name><br>
<type>string</type><br>
<description>The size of the gear</description><br>
<valid-options><br>
<valid-option>small</valid-option><br>
<valid-option>medium</valid-option><br>
</valid-options><br>
<default-value>small</default-value><br>
</optional-param><br>
</code>
The OpenShift java client is hard-coding these currently as it was the case for embedded cartridges in prior versions. Is this what you're talking about?
Cheers
André
> openshift-java-client: add support for reading available GearProfiles
> ---------------------------------------------------------------------
>
> Key: JBIDE-14698
> URL: https://issues.jboss.org/browse/JBIDE-14698
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
>
> The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
> I see gear sizes available when getting https://openshift.redhat.com/broker/rest/user
> {code}
> <capabilities/><br>
> <subaccounts>false</subaccounts><br>
> <gear-sizes><br>
> <gear-size>small<:/gear-size><br>
> <gear-size>medium<:/gear-size><br>
> </gear-sizes><br>
> </capabilities><br>
> {code}
> and they also show up in the optional parameters when creating an application:
> {code}
> <link>
> <rel>Create new application</rel><br>
> <method>POST</method><br>
> <href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href><br>
> ...<br>
> <optional-param><br>
> <name>gear_profile</name><br>
> <type>string</type><br>
> <description>The size of the gear</description><br>
> <valid-options><br>
> <valid-option>small</valid-option><br>
> <valid-option>medium</valid-option><br>
> </valid-options><br>
> <default-value>small</default-value><br>
> </optional-param><br>
> {code}
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14698) openshift-java-client: add support for reading available GearProfiles
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14698?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14698:
-------------------------------------
Description:
The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
was:
The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
I see gear sizes available when getting https://openshift.redhat.com/broker/rest/user
{code}
<capabilities/><br>
<subaccounts>false</subaccounts><br>
<gear-sizes><br>
<gear-size>small<:/gear-size><br>
<gear-size>medium<:/gear-size><br>
</gear-sizes><br>
</capabilities><br>
{code}
and they also show up in the optional parameters when creating an application:
{code}
<link>
<rel>Create new application</rel><br>
<method>POST</method><br>
<href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href><br>
...<br>
<optional-param><br>
<name>gear_profile</name><br>
<type>string</type><br>
<description>The size of the gear</description><br>
<valid-options><br>
<valid-option>small</valid-option><br>
<valid-option>medium</valid-option><br>
</valid-options><br>
<default-value>small</default-value><br>
</optional-param><br>
{code}
> openshift-java-client: add support for reading available GearProfiles
> ---------------------------------------------------------------------
>
> Key: JBIDE-14698
> URL: https://issues.jboss.org/browse/JBIDE-14698
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
>
> The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14698) openshift-java-client: add support for reading available GearProfiles
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14698?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-14698:
-------------------------------------
Description:
The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
I see gear sizes available when getting https://openshift.redhat.com/broker/rest/user
<code>
<capabilities/><br>
<subaccounts>false</subaccounts><br>
<gear-sizes><br>
<gear-size>small<:/gear-size><br>
<gear-size>medium<:/gear-size><br>
</gear-sizes><br>
</capabilities><br>
</code>
and they also show up in the optional parameters when creating an application:
<code>
<link><br>
<rel>Create new application</rel><br>
<method>POST</method><br>
<href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href><br>
...<br>
<optional-param><br>
<name>gear_profile</name><br>
<type>string</type><br>
<description>The size of the gear</description><br>
<valid-options><br>
<valid-option>small</valid-option><br>
<valid-option>medium</valid-option><br>
</valid-options><br>
<default-value>small</default-value><br>
</optional-param><br>
</code>
The OpenShift java client is hard-coding these currently as it was the case for embedded cartridges in prior versions. Is this what you're talking about?
Cheers
André
was:The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
> openshift-java-client: add support for reading available GearProfiles
> ---------------------------------------------------------------------
>
> Key: JBIDE-14698
> URL: https://issues.jboss.org/browse/JBIDE-14698
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Beta2
>
>
> The openshift-java-client currently wont let you query the PaaS for the available GearProfile(s).
> I see gear sizes available when getting https://openshift.redhat.com/broker/rest/user
> <code>
> <capabilities/><br>
> <subaccounts>false</subaccounts><br>
> <gear-sizes><br>
> <gear-size>small<:/gear-size><br>
> <gear-size>medium<:/gear-size><br>
> </gear-sizes><br>
> </capabilities><br>
> </code>
> and they also show up in the optional parameters when creating an application:
> <code>
> <link><br>
> <rel>Create new application</rel><br>
> <method>POST</method><br>
> <href>https://openshift.redhat.com/broker/rest/domains/foobarz/applications</href><br>
> ...<br>
> <optional-param><br>
> <name>gear_profile</name><br>
> <type>string</type><br>
> <description>The size of the gear</description><br>
> <valid-options><br>
> <valid-option>small</valid-option><br>
> <valid-option>medium</valid-option><br>
> </valid-options><br>
> <default-value>small</default-value><br>
> </optional-param><br>
> </code>
> The OpenShift java client is hard-coding these currently as it was the case for embedded cartridges in prior versions. Is this what you're talking about?
> Cheers
> André
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14629) Errors when creating and deploying seam2 project
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14629?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-14629:
--------------------------------------
Assignee: Max Rydahl Andersen (was: Alexey Kazakov)
[~maxandersen] see my previous comment. WDYT?
> Errors when creating and deploying seam2 project
> ------------------------------------------------
>
> Key: JBIDE-14629
> URL: https://issues.jboss.org/browse/JBIDE-14629
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.1.0.Beta1
> Environment: JBDS 7.0.0.Beta1-v20130519-0601-B206 with bundled JBoss EAP 6.1.0.Beta1
> Reporter: Vlado Pakan
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.0.Beta2
>
> Attachments: seamerror.png
>
>
> ERROR: DefaultDS Database connection is defined with incorrect link to hsqldb.jar file with JDBC driver for HSQLDB.
> 1. Fix DefaultDS Database connection definition
> ASSERT: It's possible to connect to DefaultDS
> 2. Create new seam project with bundled JBoss EAP and JBoss Seam 2.3.Final
> ERROR: There is error in Problems view:
> !seamerror.png!
> 3. Start seam project on server
> ERROR: This error appear in Server log. Application is not deployed:
> {noformat}
> 3:58:45,950 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016012: Deployment deployment "seam.war" contains CDI annotations but beans.xml was not found.
> 13:58:46,430 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "seam-ds.xml" (runtime-name : "seam-ds.xml")
> 13:58:46,430 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "seam.war" (runtime-name : "seam.war")
> 13:58:46,431 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "hsqldb.jar" (runtime-name : "hsqldb.jar")
> 13:58:46,436 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jboss.jdbc-driver.hsqldb_jar (missing) dependents: [service jboss.data-source.java:/seamDatasource]
> {noformat}
> Is this supported scenario?
--
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
12 years, 10 months
[JBoss JIRA] (JBDS-2529) JBDS70_0610: [Commit] (?) (P1) Visual Page Editor :: HTML5 Mobile Palette/Macros
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-2529?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov edited comment on JBDS-2529 at 5/30/13 12:44 PM:
----------------------------------------------------------------
[~maxandersen] nothing important. There's always room for improvement but I believe we have already implemented everything we planed (must be) for jQueryMobile Palette for 7.0
was (Author: akazakov):
[~maxandersen] nothing important. There's always room for improvement but I believe we have already implemented everything we planed for jQueryMobile Palette for 7.0
> JBDS70_0610: [Commit] (?) (P1) Visual Page Editor :: HTML5 Mobile Palette/Macros
> --------------------------------------------------------------------------------
>
> Key: JBDS-2529
> URL: https://issues.jboss.org/browse/JBDS-2529
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Requirements
> Affects Versions: 7.0.0.GA
> Reporter: Jiri Pallich
> Assignee: Alexey Kazakov
> Priority: Critical
> Fix For: 7.0.0.Beta1
>
>
> Approach:
> Level 1: Drag Add text where to be placed, ask for properties
> Level 2: Add the required javascript/css references in HEAD
> Level 3: Visual Editing via ""intermediate format""
> Level 4: Visual Layout/Editing of html5 (out-of-scope)
--
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
12 years, 10 months
[JBoss JIRA] (JBDS-2529) JBDS70_0610: [Commit] (?) (P1) Visual Page Editor :: HTML5 Mobile Palette/Macros
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-2529?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov commented on JBDS-2529:
--------------------------------------
[~maxandersen] nothing important. There's always room for improvement but I believe we have already implemented everything we planed for jQueryMobile Palette for 7.0
> JBDS70_0610: [Commit] (?) (P1) Visual Page Editor :: HTML5 Mobile Palette/Macros
> --------------------------------------------------------------------------------
>
> Key: JBDS-2529
> URL: https://issues.jboss.org/browse/JBDS-2529
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Requirements
> Affects Versions: 7.0.0.GA
> Reporter: Jiri Pallich
> Assignee: Alexey Kazakov
> Priority: Critical
> Fix For: 7.0.0.Beta1
>
>
> Approach:
> Level 1: Drag Add text where to be placed, ask for properties
> Level 2: Add the required javascript/css references in HEAD
> Level 3: Visual Editing via ""intermediate format""
> Level 4: Visual Layout/Editing of html5 (out-of-scope)
--
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14568) Cannot start EAP 6.1 on MacOSX with default JDK 6
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14568?page=com.atlassian.jira.plugi... ]
Rastislav Wagner closed JBIDE-14568.
------------------------------------
verified in JBDS 7.0.0 Beta1 v20130529-0631-B257
> Cannot start EAP 6.1 on MacOSX with default JDK 6
> -------------------------------------------------
>
> Key: JBIDE-14568
> URL: https://issues.jboss.org/browse/JBIDE-14568
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.1.0.Beta1
> Environment: MacOSX with JDK 6 configured in JBDS 7.Beta1
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Priority: Blocker
> Labels: respin-a
> Fix For: 4.1.0.Beta1
>
> Attachments: java6.txt, Screen Shot 2013-05-22 at 9.47.22 AM.png
>
>
> I created a server adapter (tech preview) for JBoss EAP 6.1 using the wizard.
> When I try to start it from the Servers View, I get an error dialog with the following message:
> "The following server requires a JDK to run properly: JBoss EAP 6.1 Runtime Server"
> If I edit the Runtime Environment for this server, I get a dialog with the following warning:
> "This runtime type requires a JDK for launching a server. We cannot guarantee the default virtual machine for this execution environment is a JDK." while the selected JRE is "Default JRE for JavaSE-1.6". If I switch to "Java SE 6 (MacosX default)" which is the only Java Runtime I configured in JBDS, I get the same error message as above.
--
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
12 years, 10 months