[JBoss JIRA] (JBIDE-16219) Errors about Hibernate console configuration, with no easy way to resolve
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16219?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen resolved JBIDE-16219.
-----------------------------------------
Resolution: Cannot Reproduce Bug
for the attached projects I cannot reproduce this anymore - might still exist in the linked bug but then no reason to keep this open too.
> Errors about Hibernate console configuration, with no easy way to resolve
> -------------------------------------------------------------------------
>
> Key: JBIDE-16219
> URL: https://issues.jboss.org/browse/JBIDE-16219
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: hibernate
> Environment: JBDS 7.0.1.GA
> Reporter: Pete Muir
> Assignee: Max Rydahl Andersen
> Fix For: 4.2.0.CR1
>
> Attachments: kitchensink-angularjs-bad.zip, kitchensink-angularjs-good.zip
>
>
> In my case, this appears to be caused by existing dot-files (which were created by a previous version of JBDS, on Maven Import...). Removing those files and reimporting fixes the problem.
> I haven't tested whether newer dot-files will cause the problem, or not.
> Attached are two projects, one which shows the problem, and one that doesn't (clean dot-files generated).
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-15517) Explorer: There's currently no way to see that an application is scaled
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15517?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-15517:
---------------------------------------
[~adietish] what is the difference between the details page and the properties page other than how they are made visible. Are they supposed to represent different things? They appear to have the same information with the exception of the cartridge list and a few formatting details. Adding in the scalable property generated two different results. The details page produced a value of 'true' for an app that was marked as scalable where the property page produced 'SCALE'. I would have expected them to be the same. I will figure that out but why are these dialogs different when they appear to offer the same information?
> Explorer: There's currently no way to see that an application is scaled
> -----------------------------------------------------------------------
>
> Key: JBIDE-15517
> URL: https://issues.jboss.org/browse/JBIDE-15517
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Labels: explorer
> Fix For: 4.3.x
>
>
> There's currently no way for the user to see that an application is scaled.
> We should show this to the user via decorations in the OpenShift Explorer and also in the application details.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBDS-3002) JBDS 7.1.1 installer contains jars signed by GTECyberTrust, which may not be installed on all linux systems
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3002?page=com.atlassian.jira.plugin.... ]
Denis Golovin resolved JBDS-3002.
---------------------------------
Resolution: Done
released to master and jbosstools-4.2.x. See linked issue about full support for singned/unsigned content during installation.
> JBDS 7.1.1 installer contains jars signed by GTECyberTrust, which may not be installed on all linux systems
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3002
> URL: https://issues.jboss.org/browse/JBDS-3002
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer, updatesite
> Affects Versions: 7.1.1.GA
> Reporter: Max Rydahl Andersen
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: respin-a
> Fix For: 8.0.0.CR1
>
>
> We have jars in JBDS 7.1.1.GA which were signed using GTECyberTrust. Some linux installs do not include this root cert, so when installing, p2 rejects the cert:
> {code}One or more certificates rejected. Cannot proceed with installation.{code}
> Full details: https://community.jboss.org/message/866868
> *Platform details:*
> {code}
> Debian Jessie 64 bit
> $ uname -a:
> Linux Name 3.13-1-amd64 #1 SMP Debian 3.13.7-1 (2014-03-25) x86_64 GNU/Linux
> $ java -version
> java version "1.7.0_51"
> OpenJDK Runtime Environment (IcedTea 2.4.5) (7u51-2.4.5-2)
> OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
> {code}
> Note that Debian 8.0 "Jessie" is not yet released nor has a date for release been announced [0]. The latest stable Debian [1] is 7.4 "Wheezy", released on Feb 8, 2014. [2] The description for "testing" releases like Jessie is "Security updates are irregular and unreliable." [3] So... I don't think we support this OS yet. :)
> [0] http://www.debian.org/releases/jessie/
> [1] http://www.debian.org/releases/
> [2] http://www.debian.org/releases/wheezy/
> [3] https://release.debian.org/
> *Steps to repro on the above platform:*
> 1. Downloaded jbdevstudio-product-eap-universal-7.1.1.GA-v20140314-2145-B688.jar
> 2. Ran java -jar jbdevstudio-product-eap-universal-7.1.1.GA-v20140314-2145-B688.jar stuck to the defaults and clicked thru
> 3. Install failed with an error re certificates not being trusted
> 4. Log message in ~/jbdevstudio/studio/p2/director/configuration/1396752621141.log as follows:
> !ENTRY org.eclipse.equinox.p2.engine 8 0 2014-04-06 08:21:42.061
> !MESSAGE One or more certificates rejected. Cannot proceed with installation.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBDS-3143) Closing the internal browser with JBDS 8.0.CR1 on RHEL 6.5 crashes JBDS8 - with Java8
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBDS-3143?page=com.atlassian.jira.plugin.... ]
Len DiMaggio commented on JBDS-3143:
------------------------------------
Problem is not being seen with beta3c (with Java 1.7 or 1.8)
Problem is not being seen with CR1 with Java 1.7
> Closing the internal browser with JBDS 8.0.CR1 on RHEL 6.5 crashes JBDS8 - with Java8
> -------------------------------------------------------------------------------------
>
> Key: JBDS-3143
> URL: https://issues.jboss.org/browse/JBDS-3143
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: website
> Affects Versions: 8.0.0.CR1
> Environment: RHEL 6.5
> java version "1.8.0"
> Java(TM) SE Runtime Environment (build 1.8.0-b132)
> Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
> Reporter: Len DiMaggio
> Assignee: Sneha Agarwal Kumar
> Fix For: 8.0.0.CR2
>
>
> To recreate:
> * Start JBDS8
> * Open Internal Browser view
> * Navigate to a site - such as www.redhat.com
> * Close the browser - JBDS8 crashes
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months