[hibernate-issues] [Hibernate-JIRA] Commented: (HBX-1033) org.hibernate.console.HibernateConsoleRuntimeException: Could not compute classpath

Chris (JIRA) noreply at atlassian.com
Mon Jan 14 13:26:55 EST 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_29304 ] 

Chris commented on HBX-1033:
----------------------------

Here is the launch config:

<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="org.hibernate.eclipse.launch.CodeGenerationLaunchConfigurationType">
<stringAttribute key="org.hibernate.tools.configurationname" value="squatch"/>
<booleanAttribute key="org.hibernate.tools.ejb3" value="false"/>
<listAttribute key="org.hibernate.tools.exporters">
<listEntry value="org.hibernate.tools.hbm2java"/>
<listEntry value="org.hibernate.tools.hbm2hbmxml"/>
<listEntry value="org.hibernate.tools.hbm2dao"/>
<listEntry value="org.hibernate.tools.hbmtemplate"/>
<listEntry value="org.hibernate.tools.hbm2cfgxml"/>
<listEntry value="org.hibernate.tools.hbm2doc"/>
</listAttribute>
<booleanAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbm2cfgxml" value="false"/>
<stringAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbm2cfgxml.extension_id" value="org.hibernate.tools.hbm2cfgxml"/>
<booleanAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbm2dao" value="false"/>
<stringAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbm2dao.extension_id" value="org.hibernate.tools.hbm2dao"/>
<booleanAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbm2doc" value="false"/>
<stringAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbm2doc.extension_id" value="org.hibernate.tools.hbm2doc"/>
<booleanAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbm2hbmxml" value="false"/>
<stringAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbm2hbmxml.extension_id" value="org.hibernate.tools.hbm2hbmxml"/>
<booleanAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbm2java" value="false"/>
<stringAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbm2java.extension_id" value="org.hibernate.tools.hbm2java"/>
<booleanAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbmtemplate" value="true"/>
<stringAttribute key="org.hibernate.tools.exporters.org.hibernate.tools.hbmtemplate.extension_id" value="org.hibernate.tools.hbmtemplate"/>
<booleanAttribute key="org.hibernate.tools.jdk5" value="false"/>
<stringAttribute key="org.hibernate.tools.outputdir" value="\squatch\build"/>
<stringAttribute key="org.hibernate.tools.package" value=""/>
<booleanAttribute key="org.hibernate.tools.prefercompositeids" value="true"/>
<booleanAttribute key="org.hibernate.tools.reveng.detect_many_to_many" value="true"/>
<booleanAttribute key="org.hibernate.tools.reveng.detect_optimistc_lock" value="true"/>
<booleanAttribute key="org.hibernate.tools.schema2hbm" value="false"/>
<booleanAttribute key="org.hibernate.tools.useOwnTemplates" value="false"/>
</launchConfiguration>

It doesn't include any classpath entries?

Chris

> org.hibernate.console.HibernateConsoleRuntimeException: Could not compute classpath
> -----------------------------------------------------------------------------------
>
>                 Key: HBX-1033
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1033
>             Project: Hibernate Tools
>          Issue Type: Bug
>          Components: eclipse
>    Affects Versions: 3.2.0.GA
>         Environment: Hibernate 3.2, MySql 5/0, Eclipse for Java EE Developers( Europa ) Build id: M20070921-1145
>            Reporter: Chris
>
> After I create a "Hibernate Console Configuration" using the wizard I get the following error in the eclipse error log.
> eclipse.buildId=M20070921-1145
> java.version=1.5.0_14
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments:  -os win32 -ws win32 -arch x86
> Error
> Fri Jan 11 14:33:38 EST 2008
> org.hibernate.console.HibernateConsoleRuntimeException: Could not compute classpath
> Folowed by lots of org.hibernate.MappingException because it can't find classes detailed in the mapping files.
> I checked the box to include the projects classpath.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list