[JBoss JIRA] (JBIDE-11592) SIGSEGV when tried JBT 3.3.0.Beta2 on Juno
by Jiri Peterka (JIRA)
Jiri Peterka created JBIDE-11592:
------------------------------------
Summary: SIGSEGV when tried JBT 3.3.0.Beta2 on Juno
Key: JBIDE-11592
URL: https://issues.jboss.org/browse/JBIDE-11592
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.3.0.Beta2
Environment: JBT 3.3.0.Beta2, Eclipse Juno 4.2.M6 JEE Package, Linux 64, JDK 1.6_31
Reporter: Jiri Peterka
Assignee: Nick Boldt
Priority: Blocker
Fix For: 3.3.0.Beta3
SIGSEGV when tried JBT 3.3.0.Beta2 (withon Juno JEE M6). It's not supported configuration so feel free to lower priority and postpone Fix version.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f779563f830, pid=2460, tid=140152133580544
#
# JRE version: 6.0_31-b04
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libmozjs.so+0x73830] unsigned+0xc20
#
# An error report file with more information is saved as:
# /home/jpeterka/ide/test/jbttrunk-juno/eclipse/hs_err_pid2460.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12529) Use refactoring API to delete converted dependencies
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-12529:
-----------------------------------
Summary: Use refactoring API to delete converted dependencies
Key: JBIDE-12529
URL: https://issues.jboss.org/browse/JBIDE-12529
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: maven
Affects Versions: 4.0.0.Alpha1
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.0.0.Alpha2
As a follow up on JBIDE-12527 and JBIDE-8973, we should be able to also convert any jar in the project explorer to maven dependencies.
Use case : select multiple lib dependencies, then right click and choose "Convert to Maven dependencies...".
The "Convert to Maven dependencies..." wizard is shown with a 2nd page displaying a preview of the selected maven dependencies with a copy to clipoard button. If the containing project is a maven project, an "update pom.xml" button will also be displayed.
--
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
13 years, 5 months
[JBoss JIRA] (JBIDE-13000) NPE occurs after editing an unknown dependency
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-13000:
-----------------------------------
Summary: NPE occurs after editing an unknown dependency
Key: JBIDE-13000
URL: https://issues.jboss.org/browse/JBIDE-13000
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 4.0.0.Beta1
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.0.0.Beta2
If, during a maven conversion, an unidentified jar is manually modified (dbl click, set GAV), the dependency still appears unidentified, as an underlying NPE occurs, preventing the maven resolution
--
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
13 years, 5 months
[JBoss JIRA] (JBIDE-13119) Code generation doesn't work when Hibernate 4.0 is used
by Jiri Peterka (JIRA)
Jiri Peterka created JBIDE-13119:
------------------------------------
Summary: Code generation doesn't work when Hibernate 4.0 is used
Key: JBIDE-13119
URL: https://issues.jboss.org/browse/JBIDE-13119
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.0.0.CR1
Environment: JBDS 6.0.0.CR1
Reporter: Jiri Peterka
Assignee: Dmitry Geraskov
Priority: Blocker
Fix For: 4.0.0.CR1
{code}
org.hibernate.console.HibernateConsoleRuntimeException: Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class
at org.jboss.tools.hibernate4_0.console.ConsoleExtension4_0.launchExporters(ConsoleExtension4_0.java:147)
at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.launch(CodeGenerationLaunchDelegate.java:270)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:855)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:704)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1047)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1251)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.tool.Version
at org.hibernate.tool.hbm2x.TemplateHelper.setupContext(TemplateHelper.java:215)
at org.hibernate.tool.hbm2x.AbstractExporter.setupContext(AbstractExporter.java:147)
at org.hibernate.tool.hbm2x.POJOExporter.setupContext(POJOExporter.java:44)
at org.hibernate.tool.hbm2x.AbstractExporter.start(AbstractExporter.java:94)
at org.jboss.tools.hibernate4_0.console.ConsoleExtension4_0$2.execute(ConsoleExtension4_0.java:201)
at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
at org.jboss.tools.hibernate4_0.HibernateExtension4_0.execute(HibernateExtension4_0.java:211)
at org.jboss.tools.hibernate4_0.console.ConsoleExtension4_0.runExporters(ConsoleExtension4_0.java:174)
at org.jboss.tools.hibernate4_0.console.ConsoleExtension4_0.launchExporters(ConsoleExtension4_0.java:126)
... 6 more
{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
13 years, 5 months
[JBoss JIRA] (JBDS-2397) When started using "java", Failing Central install shows no UI
by Mickael Istria (JIRA)
Mickael Istria created JBDS-2397:
------------------------------------
Summary: When started using "java", Failing Central install shows no UI
Key: JBDS-2397
URL: https://issues.jboss.org/browse/JBDS-2397
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: central
Affects Versions: 6.1.0.Alpha1
Reporter: Mickael Istria
Assignee: Snjezana Peco
Priority: Minor
Fix For: 6.1.0.Alpha1
This was discovered while trying to debug some Installation Tests. We start Eclipse that way: https://github.com/jbosstools/jbosstools-install-grinder/blob/master/scri... (java -jar ... -product ... -application org.eclipse.swtbot.swtbottestapplication -testProduct ... -testApplication ...).
When running SWTBot to perform tests that install all Software from Central, when those are failing due to bad p2 plan; then there is no pop-up to warn about failing plan.
When starting Eclipse normally, we can see a pop-up telling which "Problems occured".
--
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
13 years, 5 months
[JBoss JIRA] (JBIDE-12912) Identification of maven dependency should work behind proxies
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-12912:
-----------------------------------
Summary: Identification of maven dependency should work behind proxies
Key: JBIDE-12912
URL: https://issues.jboss.org/browse/JBIDE-12912
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 4.0.0.Beta1
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.0.0.CR1
When querying remote nexus repos or maven central for jar identification, the http connection doesn't use the Eclipse proxy settings, rendering the feature useless when working behind proxies.
We'd need a dev proxy in order to dev/test against that sort of 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
13 years, 5 months