[hibernate-issues] [Hibernate-JIRA] Commented: (HBX-760) Lazy tree error/Error while fetching children when opening new configuration

Josh Moore (JIRA) noreply at atlassian.com
Thu Sep 21 14:47:24 EDT 2006


    [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-760?page=comments#action_24576 ] 

Josh Moore commented on HBX-760:
--------------------------------

java.lang.NullPointerException
        at org.hibernate.cfg.HbmBinder.parseFilter(HbmBinder.java:2935)
        at org.hibernate.cfg.HbmBinder.createClassProperties(HbmBinder.java:2110)
        at org.hibernate.cfg.HbmBinder.createClassProperties(HbmBinder.java:2031)
        at org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonValues(HbmBinder.java:359)
        at org.hibernate.cfg.HbmBinder.bindRootClass(HbmBinder.java:273)
        at org.hibernate.cfg.HbmBinder.bindRoot(HbmBinder.java:144)
        at org.hibernate.cfg.Configuration.add(Configuration.java:424)
        at org.hibernate.cfg.Configuration.addInputStream(Configuration.java:465)
        at org.hibernate.cfg.Configuration.addResource(Configuration.java:520)
        at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:1511)
        at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.java:1479)
        at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1458)
        at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1432)
        at org.hibernate.cfg.Configuration.configure(Configuration.java:1386)
        at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:225)
        at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:172)
        at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:148)
        at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:56)
        at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:129)
        at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:115)
        at org.hibernate.eclipse.console.workbench.ConsoleConfigurationWorkbenchAdapter.getChildren(ConsoleConfigurationWorkbenchAdapter.java:38)
        at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.getChildren(BasicWorkbenchAdapter.java:88)
        at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(BasicWorkbenchAdapter.java:94)
        at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:207)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)


> Lazy tree error/Error while fetching children when opening new configuration
> ----------------------------------------------------------------------------
>
>          Key: HBX-760
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-760
>      Project: Hibernate Tools
>         Type: Bug

>   Components: consoleconfiguration
>     Versions: 3.2beta7
>  Environment: Eclipse 3.2
> Java 1.5.0_06
>     Reporter: Josh Moore
>     Priority: Minor
>  Attachments: LazyTreeError.png
>
>
> When attempting to open a new configuration, a NullPointerException is thrown. "Error while fetching children". (see screenshot) I just checked out 3.2.beta7 and attempted a configuration which had worked with earlier versions of the console. 
> Will see if I'm more successful with another configuration.

-- 
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