Anonymous - 2003-11-25

I'm having an issue with integrated composite id's when I run a query.  I just did a quick glance at the source and it looks like hibernator expects a name, but if I provide a name in the composite-id tag, I also need a class.  I'm not sold on integrated composites, but it would be easiest for the monkey work people are going to have to do.

java.lang.NullPointerException
    at net.sf.hibernator.QueryResults.<init>(QueryResults.java:24)
    at net.sf.hibernator.HibernateConnection.query(HibernateConnection.java:196)
    at net.sf.hibernator.views.QueryView$QueryTask.run(QueryView.java:255)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)