| Author |
Message |
|
|
Post subject: why HibernateSynchronizer generated hbm files without field
Posted: Mar 14, 2005 - 10:01 PM
|
|
|
|
why HibernateSynchronizer generated hbm files without field
could someone tell me what happend?
is it a bug?
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd" >
<hibernate-mapping package="hibernate">
<class
name="UserDetails"
table="USER_DETAILS"
>
</class>
</hibernate-mapping> |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: why HibernateSynchronizer generated hbm files without f
Posted: Apr 20, 2005 - 11:38 AM
|
|
|
|
| I am also getting this problem with DB2. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: why HibernateSynchronizer generated hbm files without f
Posted: Apr 28, 2005 - 01:00 AM
|
|
|
|
| I am also getting this problem with Sybase, while it works fine on MySQL... |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: why HibernateSynchronizer generated hbm files without f
Posted: May 07, 2005 - 12:35 PM
|
|
|
|
| I have the same problem with Hsqldb. This is a major roadblock right now. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: why HibernateSynchronizer generated hbm files without f
Posted: May 18, 2005 - 09:32 AM
|
|
|
|
| I can not obtain table list at all. Everything works almost fine with Oracle (although only tables but not views are listed ) while with hypersonic I don't see any table. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: why HibernateSynchronizer generated hbm files without f
Posted: May 19, 2005 - 10:44 AM
|
|
|
|
| Same problem with Microsoft SQL Server |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: why HibernateSynchronizer generated hbm files without f
Posted: May 23, 2005 - 05:43 AM
|
|
|
|
| Same problem with Oracle and tables not owned by user. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: why HibernateSynchronizer generated hbm files without f
Posted: May 26, 2005 - 02:47 PM
|
|
|
|
| Same problem, but just occur when I synchronize the file. The first time I create the mapping, the .hbm file is perfect! I'm using Oracle and HS3.0.1. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 26, 2007 - 04:04 AM
|
|
Joined: Jan 26, 2007
Posts: 1
|
|
I got the same problem on and off
Hibernate 3.1.9
Eclipse 3.2
DB2 V8.2
The error.log
------------------ Fri Jan 26 16:42:15 CST 2007
java.lang.NullPointerException
at com.hudson.hibernatesynchronizer.wizard.MappingWizardRunnable.run(MappingWizardRunnable.java:127)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719)
at com.hudson.hibernatesynchronizer.wizard.MappingWizard$1.run(MappingWizard.java:89)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:479)
at com.hudson.hibernatesynchronizer.wizard.MappingWizard.performFinish(MappingWizard.java:86)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355)
at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:181)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:7
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:6
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.eclipse_main(Main.java:952)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:36)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source) |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 19, 2007 - 11:38 PM
|
|
Joined: Aug 19, 2007
Posts: 1
|
|
| well, I have the same problem too. I'm using eclipse europa and DB2 8.2 The plugin also has problems with auto-creation of the baseDAOs: sometimes it creates, sometimes not... |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 28, 2008 - 08:27 AM
|
|
Joined: May 28, 2008
Posts: 4
|
|
|
|
|
 |
|
|