Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-150
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-150
Summary: odmg.jar give definitely exception
Type: Bug
Status: Unassigned
Priority: Major
Project: Hibernate2
Components:
toolset
Versions:
2.0.1
Assignee:
Reporter: Rui Liu
Created: Mon, 23 Jun 2003 6:35 AM
Updated: Mon, 23 Jun 2003 6:35 AM
Environment: win2000,resin-2.1.9
Description:
missing odmg.jar...but confusing exception throwed..
more discuss here:
http://sourceforge.net/forum/forum.php?thread_id=888181&forum_id=128638
java.lang.NoClassDefFoundError: net/sf/hibernate/collection/Set
at net.sf.hibernate.type.TypeFactory.set(TypeFactory.java:184)
at net.sf.hibernate.mapping.Set.getType(Set.java:29)
at net.sf.hibernate.cfg.Binder.propertiesFromXML(Binder.java:856)
at net.sf.hibernate.cfg.Binder.bindRootClass(Binder.java:288)
at net.sf.hibernate.cfg.Binder.bindRoot(Binder.java:1076)
at net.sf.hibernate.cfg.Configuration.add(Configuration.java:230)
at net.sf.hibernate.cfg.Configuration.addInputStream(Configuration.java:252)
at net.sf.hibernate.cfg.Configuration.addClass(Configuration.java:286)
at eb.domain.Cfg.openSession(Unknown Source)
at eb.web.webwork.action.signon.RegisterAction.doExecute(Unknown Source)
at webwork.action.ActionSupport.execute(ActionSupport.java:116)
at webwork.dispatcher.GenericDispatcher.executeAction(GenericDispatcher.java:113)
at webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:161)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:103)
at com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:96)
at com.caucho.server.http.Invocation.service(Invocation.java:315)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:246)
at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:163)
at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
at java.lang.Thread.run(Thread.java:536)
---------------------------------------------------------------------
JIRA INFORMATION:
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/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|