[JBoss JIRA] Created: (JBIDE-6140) Hibernate.dialect must be set error reported although set in hibernate.cfg.xml
by Jiri Peterka (JIRA)
Hibernate.dialect must be set error reported although set in hibernate.cfg.xml
------------------------------------------------------------------------------
Key: JBIDE-6140
URL: https://jira.jboss.org/jira/browse/JBIDE-6140
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.GA
Environment: JBDS 3.0.0 GA #50, Linux 32, java.version=1.5.0_22
Reporter: Jiri Peterka
Fix For: 3.1.1
Steps: Created Java project, hibernate console, hibernate configuration is set for hsqldb and dialect set. There is this error log
org.hibernate.HibernateException: 'hibernate.dialect' must be set when no Connection avalable
at org.hibernate.dialect.resolver.DialectFactory.buildDialect(DialectFactory.java:107)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:142)
at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2119)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2111)
at org.hibernate.eclipse.console.workbench.LazyDatabaseSchemaWorkbenchAdapter$2.execute(LazyDatabaseSchemaWorkbenchAdapter.java:110)
at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:63)
at org.hibernate.eclipse.console.workbench.LazyDatabaseSchemaWorkbenchAdapter.readDatabaseSchema(LazyDatabaseSchemaWorkbenchAdapter.java:107)
at org.hibernate.eclipse.console.workbench.LazyDatabaseSchemaWorkbenchAdapter.getChildren(LazyDatabaseSchemaWorkbenchAdapter.java:63)
at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(BasicWorkbenchAdapter.java:106)
at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:234)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBIDE-6371) org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.ds_1.2.0.v20100507 [2]" could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
by Nick Boldt (JIRA)
org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.ds_1.2.0.v20100507 [2]" could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-6371
URL: https://jira.jboss.org/browse/JBIDE-6371
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.2-Helios
Reporter: Nick Boldt
Assignee: Nick Boldt
Starting up Eclipse to do a PDE build as part of the uberbuilder with Eclipse 3.6 & latest basebuilder (first attempt), we get this:
!SESSION 2010-05-26 17:05:20.741 -----------------------------------------------
eclipse.buildId=200905221710
java.version=1.6.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -application org.eclipse.ant.core.antRunner -f /qa/hudson_ws/workspace/jbosstools-continuous-3.2.helios/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml run.builders
Command-line arguments: -application org.eclipse.ant.core.antRunner -data /qa/hudson_ws/workspace/jbosstools-continuous-3.2.helios/jbds-build/workspace -f /qa/hudson_ws/workspace/jbosstools-continuous-3.2.helios/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml run.builders
!ENTRY org.eclipse.equinox.ds 4 0 2010-05-26 17:05:26.014
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.ds_1.2.0.v20100507 [2]" could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1317)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1301)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:319)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:374)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1067)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:561)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:546)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:459)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:440)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)
!ENTRY org.eclipse.update.configurator 4 0 2010-05-26 17:05:26.605
!MESSAGE Could not install bundle plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar Bundle "org.eclipse.equinox.launcher" version "1.1.0.v20100507" has already been installed from: update(a)plugins/org.eclipse.equinox.launcher.jar
!ENTRY org.eclipse.osgi 4 0 2010-05-26 17:05:26.648
!MESSAGE An unexpected runtime error has occurred.
!STACK 0
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook$ParsingService.createService(EclipseAdaptorHook.java:147)
at org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook$ParsingService.getService(EclipseAdaptorHook.java:139)
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-continuou...
No idea what's causing this, much less how to fix.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBIDE-5847) Cannot install Hibernate Tools on Eclipse Galileo SR2 M5
by Krasimir Goutcev (JIRA)
Cannot install Hibernate Tools on Eclipse Galileo SR2 M5
--------------------------------------------------------
Key: JBIDE-5847
URL: https://jira.jboss.org/jira/browse/JBIDE-5847
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Win Srvers 2003 x64
eclipse-jee-helios-M5-win32
Reporter: Krasimir Goutcev
1. Install eclipse-jee-helios-M5-win32
2. Add update link http://download.jboss.org/jbosstools/updates/nightly/trunk/
3. check Hibernate tools
4 Click "Next"
Result:
Cannot complete the install because one or more required items could not be found.
Software being installed: Hibernate Tools 3.3.0.v201002130332N-H23-CR3 (org.hibernate.eclipse.feature.feature.group 3.3.0.v201002130332N-H23-CR3)
Missing requirement: Hibernate Jdt Core 3.3.0.v201002130332N-H23-CR3 (org.jboss.tools.hibernate.jpt.core 3.3.0.v201002130332N-H23-CR3) requires 'bundle org.eclipse.jpt.core [2.2.0,2.2.2)' but it could not be found
Cannot satisfy dependency:
From: Hibernate Tools 3.3.0.v201002130332N-H23-CR3 (org.hibernate.eclipse.feature.feature.group 3.3.0.v201002130332N-H23-CR3)
To: org.jboss.tools.hibernate.jpt.core [3.3.0.v201002130332N-H23-CR3]
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBIDE-6355) Cannot install Hibernate Tools (3.2.0 beta1) on Eclipse Helios CR1
by Krasimir Goutcev (JIRA)
Cannot install Hibernate Tools (3.2.0 beta1) on Eclipse Helios CR1
------------------------------------------------------------------
Key: JBIDE-6355
URL: https://jira.jboss.org/browse/JBIDE-6355
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.2-Helios
Environment: Eclipse Helios RC1
Reporter: Krasimir Goutcev
Priority: Blocker
1 Add path http://download.jboss.org/jbosstools/updates/nightly/3.2.0.beta1/
2.In abailable software select "Hibernate Tools"
=>
Cannot complete the install because of a conflicting dependency.
Software being installed: Hibernate Tools 3.3.0.v201005201530N-H1-GA (org.hibernate.eclipse.feature.feature.group 3.3.0.v201005201530N-H1-GA)
Software currently installed: Eclipse IDE for Java EE Developers 1.3.0.20100519-1850 (epp.package.jee 1.3.0.20100519-1850)
Only one of the following can be installed at once:
Equinox Provisioning Core 1.0.101.R35x_v20090819 (org.eclipse.equinox.p2.core 1.0.101.R35x_v20090819)
Equinox Provisioning Core 2.0.0.v20100424-2000 (org.eclipse.equinox.p2.core 2.0.0.v20100424-2000)
Equinox Provisioning Core 1.0.100.v20090520-1905 (org.eclipse.equinox.p2.core 1.0.100.v20090520-1905)
Equinox Provisioning Core 2.0.0.v20100510 (org.eclipse.equinox.p2.core 2.0.0.v20100510)
Only one of the following can be installed at once:
Eclipse Platform 3.3.201.v200909170800 (org.eclipse.platform 3.3.201.v200909170800)
Eclipse Platform 3.3.200.v200906111540 (org.eclipse.platform 3.3.200.v200906111540)
Eclipse Platform 3.3.202.v201002111343 (org.eclipse.platform 3.3.202.v201002111343)
Eclipse Platform 3.6.0.v201005131500 (org.eclipse.platform 3.6.0.v201005131500)
Eclipse Platform 3.6.0.v201004291549 (org.eclipse.platform 3.6.0.v201004291549)
Only one of the following can be installed at once:
Common Frameworks 1.2.0.v201003040800 (org.eclipse.wst.common.frameworks 1.2.0.v201003040800)
Common Frameworks 1.1.300.v200904160730 (org.eclipse.wst.common.frameworks 1.1.300.v200904160730)
Cannot satisfy dependency:
From: Eclipse IDE for Java EE Developers 1.3.0.20100519-1850 (epp.package.jee 1.3.0.20100519-1850)
To: org.eclipse.epp.package.jee.feature.feature.group [1.3.0.20100519-1850]
Cannot satisfy dependency:
From: Eclipse IDE for Java EE Developers 1.3.0.20100519-1850 (epp.package.jee 1.3.0.20100519-1850)
To: org.eclipse.platform.ide 0.0.0
Cannot satisfy dependency:
From: Java EE IDE Feature 1.3.0.20100519-1850 (org.eclipse.epp.package.jee.feature.feature.group 1.3.0.20100519-1850)
To: org.eclipse.platform.feature.group [3.6.0.v20100512-9gF78GpqFsgprEYh7z-Q7acirDtvcwz-ebYa]
Cannot satisfy dependency:
From: Java EE IDE Feature 1.3.0.20100519-1850 (org.eclipse.epp.package.jee.feature.feature.group 1.3.0.20100519-1850)
To: org.eclipse.wst.web_ui.feature.feature.group 0.0.0
Cannot satisfy dependency:
From: Equinox p2 Provisioning 2.0.0.v20100503-897HFZ-FdHjO1VQjjO1s6z06 (org.eclipse.equinox.p2.user.ui.feature.group 2.0.0.v20100503-897HFZ-FdHjO1VQjjO1s6z06)
To: org.eclipse.equinox.p2.core [2.0.0.v20100510]
Cannot satisfy dependency:
From: Dali Java Persistence Tools - Core 2.2.1.v200908270220 (org.eclipse.jpt.core 2.2.1.v200908270220)
To: bundle org.eclipse.wst.common.frameworks [1.1.200,1.2.0)
Cannot satisfy dependency:
From: Eclipse Platform 3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ (org.eclipse.platform.feature.group 3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ)
To: org.eclipse.platform [3.3.200.v200906111540]
Cannot satisfy dependency:
From: Eclipse Platform 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7 (org.eclipse.platform.feature.group 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7)
To: org.eclipse.platform [3.3.201.v200909170800]
Cannot satisfy dependency:
From: Eclipse Platform 3.5.2.R35x_v20100210-0800-9hEiFzmFst-TiEn9hNYgDWg1XN8ulH_JvCNGB (org.eclipse.platform.feature.group 3.5.2.R35x_v20100210-0800-9hEiFzmFst-TiEn9hNYgDWg1XN8ulH_JvCNGB)
To: org.eclipse.platform [3.3.202.v201002111343]
Cannot satisfy dependency:
From: Eclipse Platform 3.6.0.v20100427-9hF78GQHFvItsz0S5GyW7qqoQ6yMHokFS58 (org.eclipse.platform.feature.group 3.6.0.v20100427-9hF78GQHFvItsz0S5GyW7qqoQ6yMHokFS58)
To: org.eclipse.platform [3.6.0.v201004291549]
Cannot satisfy dependency:
From: Eclipse Platform 3.6.0.v20100512-9gF78GpqFsgprEYh7z-Q7acirDtvcwz-ebYa (org.eclipse.platform.feature.group 3.6.0.v20100512-9gF78GpqFsgprEYh7z-Q7acirDtvcwz-ebYa)
To: org.eclipse.platform [3.6.0.v201005131500]
Cannot satisfy dependency:
From: Eclipse Platform 3.5.0.I20090611-1540 (org.eclipse.platform.ide 3.5.0.I20090611-1540)
To: org.eclipse.platform.feature.group [3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ]
Cannot satisfy dependency:
From: Eclipse Platform 3.5.1.M20090917-0800 (org.eclipse.platform.ide 3.5.1.M20090917-0800)
To: org.eclipse.platform.feature.group [3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7]
Cannot satisfy dependency:
From: Eclipse Platform 3.5.2.M20100211-1343 (org.eclipse.platform.ide 3.5.2.M20100211-1343)
To: org.eclipse.platform.feature.group [3.5.2.R35x_v20100210-0800-9hEiFzmFst-TiEn9hNYgDWg1XN8ulH_JvCNGB]
Cannot satisfy dependency:
From: Eclipse Platform 3.6.0.I20100429-1549 (org.eclipse.platform.ide 3.6.0.I20100429-1549)
To: org.eclipse.platform.feature.group [3.6.0.v20100427-9hF78GQHFvItsz0S5GyW7qqoQ6yMHokFS58]
Cannot satisfy dependency:
From: Eclipse Platform 3.6.0.I20100513-1500 (org.eclipse.platform.ide 3.6.0.I20100513-1500)
To: org.eclipse.equinox.p2.user.ui.feature.group [2.0.0.v20100503-897HFZ-FdHjO1VQjjO1s6z06]
Cannot satisfy dependency:
From: org.eclipse.wst.server.discovery 1.0.1.v20090812b
To: bundle org.eclipse.equinox.p2.core [1.0.100,2.0.0)
Cannot satisfy dependency:
From: org.eclipse.wst.server.discovery 1.0.1.v20100210
To: bundle org.eclipse.equinox.p2.core [1.0.100,2.0.0)
Cannot satisfy dependency:
From: WST Server UI 3.1.1.v20090727b-7B3DOAtJZOyxlIZDDYPO4256 (org.eclipse.wst.server_ui.feature.feature.group 3.1.1.v20090727b-7B3DOAtJZOyxlIZDDYPO4256)
To: org.eclipse.wst.server.discovery [1.0.1.v20090812b]
Cannot satisfy dependency:
From: WST Server UI 3.1.1.v20090727b-7B3DPAtJZRZxULQRALIM4256 (org.eclipse.wst.server_ui.feature.feature.group 3.1.1.v20090727b-7B3DPAtJZRZxULQRALIM4256)
To: org.eclipse.wst.server.discovery [1.0.1.v20100210]
Cannot satisfy dependency:
From: Eclipse Web Developer Tools 1.1.400.v201004141630 (org.eclipse.wst.web.ui 1.1.400.v201004141630)
To: bundle org.eclipse.wst.common.frameworks [1.2.0,2.0.0)
Cannot satisfy dependency:
From: Eclipse Web Developer Tools 3.1.1.v200908120400-7R77FSpEVw2xXR0CtKvX6bG6a2qU (org.eclipse.wst.web_ui.feature.feature.group 3.1.1.v200908120400-7R77FSpEVw2xXR0CtKvX6bG6a2qU)
To: org.eclipse.wst.server_ui.feature.feature.group [3.1.1.v20090727b-7B3DOAtJZOyxlIZDDYPO4256]
Cannot satisfy dependency:
From: Eclipse Web Developer Tools 3.1.1.v200908120400-7R77FStEVw2z07WtDz-OZrhL5C-3 (org.eclipse.wst.web_ui.feature.feature.group 3.1.1.v200908120400-7R77FStEVw2z07WtDz-OZrhL5C-3)
To: org.eclipse.wst.server_ui.feature.feature.group [3.1.1.v20090727b-7B3DPAtJZRZxULQRALIM4256]
Cannot satisfy dependency:
From: Eclipse Web Developer Tools 3.2.0.v201004292000-7O7CFb3EMf6XlpNJSz0w3dFLmZJ3 (org.eclipse.wst.web_ui.feature.feature.group 3.2.0.v201004292000-7O7CFb3EMf6XlpNJSz0w3dFLmZJ3)
To: org.eclipse.wst.web.ui [1.1.400.v201004141630]
Cannot satisfy dependency:
From: Eclipse Web Developer Tools 3.2.0.v201004292000-7O7CFb3EMf6XnNOIN0VxaGOowMz- (org.eclipse.wst.web_ui.feature.feature.group 3.2.0.v201004292000-7O7CFb3EMf6XnNOIN0VxaGOowMz-)
To: org.eclipse.wst.web.ui [1.1.400.v201004141630]
Cannot satisfy dependency:
From: Hibernate Tools 3.3.0.v201005201530N-H1-GA (org.hibernate.eclipse.feature.feature.group 3.3.0.v201005201530N-H1-GA)
To: org.jboss.tools.hibernate.jpt.core [3.3.0.v201005201530N-H1-GA]
Cannot satisfy dependency:
From: Hibernate Jdt Core 3.3.0.v201005201530N-H1-GA (org.jboss.tools.hibernate.jpt.core 3.3.0.v201005201530N-H1-GA)
To: bundle org.eclipse.jpt.core [2.2.0,2.2.2)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBIDE-6186) Mapping diagram couldn't save state if uses inner classes
by Dmitry Geraskov (JIRA)
Mapping diagram couldn't save state if uses inner classes
---------------------------------------------------------
Key: JBIDE-6186
URL: https://jira.jboss.org/jira/browse/JBIDE-6186
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.GA
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Priority: Critical
Fix For: 3.1.x, 3.2.next
To reproduce create Entity with inner class Id (or use caveat emptor example CategorizedItem$Id).
We need to replace $ in class name before saving it into memento (replace to '.' I guess).
org.w3c.dom.DOMException: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified.
at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.createAttribute(Unknown Source)
at com.sun.org.apache.xerces.internal.dom.ElementImpl.setAttribute(Unknown Source)
at org.eclipse.ui.XMLMemento.putString(XMLMemento.java:431)
at org.jboss.tools.hibernate.ui.diagram.editors.model.OrmShape.setPoint(OrmShape.java:366)
at org.jboss.tools.hibernate.ui.diagram.editors.model.OrmShape.setPosition(OrmShape.java:395)
at org.jboss.tools.hibernate.ui.diagram.editors.model.OrmShape.saveState(OrmShape.java:427)
at org.jboss.tools.hibernate.ui.diagram.editors.model.BaseElement.saveState(BaseElement.java:373)
at org.jboss.tools.hibernate.ui.diagram.editors.model.OrmDiagram.saveState(OrmDiagram.java:602)
at org.jboss.tools.hibernate.ui.view.DiagramEditorInput.saveState(DiagramEditorInput.java:133)
at org.eclipse.ui.internal.EditorHistoryItem.saveState(EditorHistoryItem.java:222)
at org.eclipse.ui.internal.EditorHistory.saveState(EditorHistory.java:152)
at org.eclipse.ui.internal.Workbench.saveState(Workbench.java:2446)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months