[JBoss JIRA] (JBDS-3130) [RFE] Add tooling to manage openshift databases
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-3130?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim updated JBDS-3130:
-----------------------------------
Fix Version/s: (was: 8.0.x)
> [RFE] Add tooling to manage openshift databases
> -----------------------------------------------
>
> Key: JBDS-3130
> URL: https://issues.jboss.org/browse/JBDS-3130
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: openshift
> Affects Versions: 7.1.1.GA
> Environment: All
> Reporter: Tim Williams
> Assignee: Max Rydahl Andersen
> Priority: Minor
> Fix For: 9.0.x
>
>
> In OpenShift, a scaled application will have numerous 'gears', each running a copy of the developer's code. If the developer is running a database, there will be only one gear containing this database.
> To export/import/backup/restore the database, a user must ssh to the specific gear that holds the database cartridge. The only current way to do this in JBDS is to print all the environment variables and look for the following:
> $OPENSHIFT_MYSQL_DB_GEAR_UUID
> $OPENSHIFT_MYSQL_DB_GEAR_DNS
> You can then use these values in a terminal to ssh to the database gear:
> $ ssh $OPENSHIFT_MYSQL_DB_GEAR_UUID@$OPENSHIFT_MYSQL_DB_GEAR_DNS
> It would be helpful to have some kind of tooling to either ssh into this gear directly through JBDS, or at least print the ssh command (above) using the environment variables from the gear.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18021) For JBIDE 4.2.0.CR1: Ensure copyrights and provider names are correct in all plugins and features [BrowserSim]
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18021?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-18021.
-------------------------------
> For JBIDE 4.2.0.CR1: Ensure copyrights and provider names are correct in all plugins and features [BrowserSim]
> --------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18021
> URL: https://issues.jboss.org/browse/JBIDE-18021
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: browsersim
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Labels: task
> Fix For: 4.2.0.CR1
>
>
> For JBIDE 4.2.0.CR1 [BrowserSim]: Please perform the following *2* tasks:
> 1. Verify that all your plugin and feature copyright dates end in 2014, and that the copyright holder is *{color:red}Red Hat, Inc.{color}* or a variation similar to the examples below.
> Be sure to also include *translated* files, where they exist.
> *java files*
> {code:title=*.java}
> Copyright (c) 2010-2014 Red Hat, Inc. and others.
> {code}
> *html files*
> {code:title=about.html}
> © 2014 Red Hat, Inc. All rights reserved
> {code}
> *properties files*
> {code:title=about.properties}
> Copyright (c) Red Hat, Inc., contributors and others 2004 - 2014. All rights reserved
> {code}
> {code:title=about_fr.properties}
> Copyright (c) Red Hat, Inc., contributors and others 2004 - 2014. Tous droits r\u00E9serv\u00E9s.
> {code}
> {code:title=feature.properties}
> Copyright (c) 2010-2014 Red Hat, Inc. and others.
> {code}
> {code:title=Messages.properties}
> # Copyright (c) 2014 Red Hat, Inc. and others.
> {code}
> *xsd files*
> {code:title=jboss-as-naming_1_3.xsd}
> Copyright 2014, Red Hat, Inc., and individual contributors
> {code}
> 2. Verify that all your plugin and feature provider names are *{color:red}JBoss by Red Hat{color}*.
> Be sure to also include *translated* files, where they exist.
> *This step is particularly important for new plugins and features that have been added recently.*
> Depending on how your plugin is configured you should see something like this in your *plugin.properties* files:
> {code}BundleName = JMX Resources Bundle
> BundleProvider = JBoss by Red Hat{code}
> or
> {code}Bundle-Name.0 = JBossTools Archives Core Plugin
> Bundle-Vendor.0 = JBoss by Red Hat{code}
> Then in your MANIFEST.MF files, you will reference these variables like this.
> *Bundle-Localization* is required or your plugin won't see the values in your *plugin.properties* file!
> {code}Bundle-Localization: plugin
> Bundle-Name: %BundleName
> Bundle-Vendor: %BundleProvider{code}
> or
> {code}Bundle-Localization: plugin
> Bundle-Name: %Bundle-Name.0
> Bundle-Vendor: %Bundle-Vendor.0{code}
> For features, check that your *feature.properties* file contains good values too:
> {code}featureName=JMX Console
> featureProvider=JBoss by Red Hat{code}
> or
> {code}featureName=JBoss Archives Tools
> providerName=JBoss by Red Hat{code}
> Then in your feature.xml files, you will reference these variables like this:
> {code}<feature label="%featureName" provider-name="%featureProvider" ...>{code}
> or
> {code}<feature label="%featureName" provider-name="%providerName" ...>{code}
> 3. If you would like QE to review your changes, please *Resolve* this JIRA when done.
> 4. If you do not require QE to review your changes, please *Close* this JIRA when done.
> 5. If you have any questions, please contact [~nickboldt].
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for BrowserSim task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBDS-2868) Support multiple protocols when talking to OpenShift servers
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBDS-2868?page=com.atlassian.jira.plugin.... ]
Andre Dietisheim commented on JBDS-2868:
----------------------------------------
with the move to a backend in OpenShift v3 with a new REST interface this will most likely become obsolte.
> Support multiple protocols when talking to OpenShift servers
> ------------------------------------------------------------
>
> Key: JBDS-2868
> URL: https://issues.jboss.org/browse/JBDS-2868
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: openshift
> Reporter: Andre Dietisheim
> Fix For: 8.0.x
>
>
> The OpenShift backend offers different protocol version. Even though the OpenShift team is backporting new features to the current protocol 1.2 we're currently talking, we'll have to ramp up in protocol version at some point. Since we cannot loose the ability to talk to old servers (especially since OpenShift Enterprise is available), we have to be able to talk in different protocol versions.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-16586) Move Engine switching from BrowserSim preferences to Eclipse preferences
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16586?page=com.atlassian.jira.plugi... ]
Vlado Pakan edited comment on JBIDE-16586 at 9/1/14 10:32 AM:
--------------------------------------------------------------
I think it's not good to force user to use setup of his system to use requested web engine. User can easy have available both engines on his system but is not able to select one he wants.
To select rendering engine can be handy because of debugging. BrowserSim allows different debug tools dependent on selected web engine. (Firebug Lite and Weinre for SWT Web engine or Dev Tools for JavaFX)
If this argument is not strong enough just resolve this JIra as won't fix and I will close it.
was (Author: vpakan):
I think it's not good to force user to use setup of his system to use requested web engine. User can easy have available both engines on his system but is not able to select one he wants.
To select rendering engine can be handy because of debugging. BrowserSim allows different debug tools dependent on selected web engine. (Firebug Lite and Weinre for SWT Web engine or Dev Tools for JavaFX)
> Move Engine switching from BrowserSim preferences to Eclipse preferences
> ------------------------------------------------------------------------
>
> Key: JBIDE-16586
> URL: https://issues.jboss.org/browse/JBIDE-16586
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 4.2.0.Alpha2
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.CR1
>
>
> Add possibility to select BrowserSim rendering engine in Eclipse preferences.
> Right now it's possible only within BrowserSim preferences.
> Default engine is WebKit not javafx and therefore user has to have installed Safari and 32bit java on 64 bit MS Windows to be able to run BrowserSim and set engine to javafx.
> It would be more user friendly to set engine within BrowserSim/CordovaSim Eclipse preferences section.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17901) compile failure in Seam (JavaEE)
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17901?page=com.atlassian.jira.plugi... ]
Jiri Peterka closed JBIDE-17901.
--------------------------------
no compilation errors anymore - closing
> compile failure in Seam (JavaEE)
> --------------------------------
>
> Key: JBIDE-17901
> URL: https://issues.jboss.org/browse/JBIDE-17901
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate, seam2
> Affects Versions: 4.2.0.CR1
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Fix For: 4.2.0.CR1
>
>
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on project org.jboss.tools.seam.ui: Compilation failure: Compilation failure:
> [ERROR] /home/daniel/git/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTablesViewer.java:[36]
> [ERROR] import org.jboss.tools.hibernate.spi.IConfiguration;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The type IConfiguration is not accessible due to restriction on classpath entry /home/daniel/.m2/repository/org/jboss/tools/hibernatetools/plugins/org.jboss.tools.hibernate.spi/3.8.0-SNAPSHOT/org.jboss.tools.hibernate.spi-3.8.0-SNAPSHOT.jar
> [ERROR] /home/daniel/git/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTablesViewer.java:[113]
> [ERROR] private IConfiguration cfg = null;
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] Access restriction: The type IConfiguration is not accessible due to restriction on classpath entry /home/daniel/.m2/repository/org/jboss/tools/hibernatetools/plugins/org.jboss.tools.hibernate.spi/3.8.0-SNAPSHOT/org.jboss.tools.hibernate.spi-3.8.0-SNAPSHOT.jar
> [ERROR] /home/daniel/git/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTablesViewer.java:[209]
> [ERROR] .getDialect(), cfg.getProperties());
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method getProperties() from the type IConfiguration is not accessible due to restriction on classpath entry /home/daniel/.m2/repository/org/jboss/tools/hibernatetools/plugins/org.jboss.tools.hibernate.spi/3.8.0-SNAPSHOT/org.jboss.tools.hibernate.spi-3.8.0-SNAPSHOT.jar
> [ERROR] /home/daniel/git/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTablesViewer.java:[247]
> [ERROR] SettingsProxy newSettings = (SettingsProxy)cfg.buildSettings();
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] Access restriction: The method buildSettings() from the type IConfiguration is not accessible due to restriction on classpath entry /home/daniel/.m2/repository/org/jboss/tools/hibernatetools/plugins/org.jboss.tools.hibernate.spi/3.8.0-SNAPSHOT/org.jboss.tools.hibernate.spi-3.8.0-SNAPSHOT.jar
> [ERROR] 4 problems (4 errors)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17933) CordovaSim 404 error
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17933?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17933.
-------------------------------
Verified with JBDS 8.0.0.CR1-v20140831-0335-B201
> CordovaSim 404 error
> --------------------
>
> Key: JBIDE-17933
> URL: https://issues.jboss.org/browse/JBIDE-17933
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta2
> Environment: Mac OSx 10.9.4, Eclipse Luna (4.4.0), Jboss Tools for Luna (4.2.0.Beta2), with Jboss Hybrid Mobile Tools + CordovaSim.
> Reporter: Asif Kilwani
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.CR1
>
> Attachments: config.xml.png, cordovasim-running.png, download-cordova.png, error-no-stack.png, error.png, install-jboss-hmt-cordovasim-beta2.png, new-hmt-project.png, pick-a-plugin.png, update-jboss-hmt-cordovasim-to-CR1.png, us.png
>
>
> Created sample hybrid mobile app and tried to run with CordovSim, It shows error
> HTTP ERROR: 404
> Problem accessing /ripple/assets/index.html. Reason:
> Not Found
> Config.xml
> <?xml version="1.0" encoding="UTF-8"?>
> <widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"
> id="com.bac.bac" version="1.0.0">
> <name>abc</name>
> <description>
> A sample Apache Cordova application that responds to the
> deviceready
> event.
> </description>
> <author href="http://aerogear.org/" email="aerogear-dev(a)lists.jboss.org">
> JBoss by Red Hat
> </author>
> <content src="index.html" />
> <access origin="*" />
> <preference name="fullscreen" value="true" />
> <preference name="webviewbounce" value="true" />
> <feature name="App">
> <param name="android-package" value="org.apache.cordova.App" />
> </feature>
> <feature name="Console">
> <param name="ios-package" value="CDVLogger" />
> </feature>
> </widget>
> Index.html exisits in www folder.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17967) CordovaSim won't run
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17967?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17967.
-------------------------------
Verified with JBDS 8.0.0.CR1-v20140831-0335-B201
> CordovaSim won't run
> --------------------
>
> Key: JBIDE-17967
> URL: https://issues.jboss.org/browse/JBIDE-17967
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta3
> Environment: OS X Mavericks, Java 1.7.0_55, JBDS Build id: Beta3-v20140722-2011-B194
> Reporter: Michelle Murray
> Assignee: Konstantin Marmalyukov
> Priority: Blocker
> Fix For: 4.2.0.CR1
>
>
> CordovaSim won't start.
> Created the HMT project using wizard in JBoss Central. Selected Apache Cordova 3.5.0 (which I'd previously installed). From Project Explorer, right-clicked project and Run As > Run on CordovaSim. Console view shows the following output:
> {noformat}
> no protocol: /Applications/JBDS/JBDS80/jboss-devstudio/studio/configuration
> Stack trace:
> java.net.MalformedURLException: no protocol: /Applications/JBDS/JBDS80/jboss-devstudio/studio/configuration
> at java.net.URL.<init>(URL.java:585)
> at java.net.URL.<init>(URL.java:482)
> at java.net.URL.<init>(URL.java:431)
> at org.jboss.tools.vpe.cordovasim.CordovaSimArgs.getPortFromURL(CordovaSimArgs.java:100)
> at org.jboss.tools.vpe.cordovasim.CordovaSimArgs.parseArgs(CordovaSimArgs.java:51)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.main(CordovaSimRunner.java:88)
> org.jboss.tools.vpe.cordovasim.model.preferences.CordavaSimSpecificPreferencesStorage.load()Ljava/lang/Object;
> Stack trace:
> java.lang.NoSuchMethodError: org.jboss.tools.vpe.cordovasim.model.preferences.CordavaSimSpecificPreferencesStorage.load()Ljava/lang/Object;
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.loadPreferences(CordovaSimRunner.java:165)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.createCordovaSim(CordovaSimRunner.java:179)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.startCordovaSim(CordovaSimRunner.java:110)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.main(CordovaSimRunner.java:89)
> org.jboss.tools.vpe.cordavasim.command.stop.server: Server on port 0 was stopped
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-17980) compile failure in Seam (JavaEE)
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17980?page=com.atlassian.jira.plugi... ]
Jiri Peterka closed JBIDE-17980.
--------------------------------
> compile failure in Seam (JavaEE)
> --------------------------------
>
> Key: JBIDE-17980
> URL: https://issues.jboss.org/browse/JBIDE-17980
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate, seam2
> Affects Versions: 4.2.0.CR1
> Reporter: Daniel Azarov
> Assignee: Koen Aers
> Priority: Blocker
> Fix For: 4.2.0.CR1
>
>
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.21.0:compile (default-compile) on project org.jboss.tools.seam.ui: Compilation failure: Compilation failure:
> [ERROR] /home/daniel/git/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEntitiesTablesWizardPage.java:[55]
> [ERROR] model = new ReverseEngineeringDefinitionImpl();
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The constructor ReverseEngineeringDefinitionImpl() is undefined
> [ERROR] 1 problem (1 error)
> {code}
> Reason is - https://github.com/jbosstools/jbosstools-hibernate/commit/10836ebce9a023b...
> After adding new constructor, default constructor became invisible
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-18187) ResourceException: "Resource '/test' is not open" exception after closing cordova project
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18187?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-18187.
-------------------------------
Verified with JBDS 8.0.0.CR1-v20140831-0335-B201
> ResourceException: "Resource '/test' is not open" exception after closing cordova project
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-18187
> URL: https://issues.jboss.org/browse/JBIDE-18187
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.CR1
> Reporter: Denis Golovin
> Assignee: Gorkem Ercan
> Fix For: 4.2.0.CR1
>
>
> {code}org.eclipse.core.internal.resources.ResourceException: Resource '/test' is not open.
> at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:150)
> at org.eclipse.core.internal.resources.Project.hasNature(Project.java:584)
> at org.jboss.tools.aerogear.thym.internal.convert.NatureConvertListener.resourceChanged(NatureConvertListener.java:41)
> at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
> at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
> at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:378)
> at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1498)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:45)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54){code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months