-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: HibernateTool & Spring together?
PostPosted: Wed Oct 26, 2005 10:08 am 
Newbie

Joined: Wed Oct 26, 2005 8:08 am
Posts: 1
Hello,
is it possible to use the Hibernate tools Console for Eclipse together with Spring? I need it because in my project we use some Spring's UserTypes that need to be initialized by Spring, as far as I understand it (e.g. rg.springframework.orm.hibernate3.support.BlobByteArrayType).
I think I need to use Spring to set the environment up and create a LocalSessionFactoryBean that could pass an org.hibernate.SessionFactory to the Console - without it, using directly hibernate's SessionFactory, I run into problems like this (with a property of the type BlobByteArrayType):
---
org.hibernate.MappingException: Could not determine type for: org.springframework.orm.hibernate3.support.BlobByteArrayType, for columns: [org.hibernate.mapping.Column(DOCUMENT)]
---
Is it/will it be possible or do you think the problem is somewhere else?

Hibernate version:
3


Thanks,
Maly Velky


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 26, 2005 11:13 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
those classes should be added to the classpath and it should work

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 26, 2005 11:24 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
i surely dont hope spring makes it that hard to use; so I'll just assume you havent put those classes on the classpath of the console configuration.

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.