Hi folks.

After many headaches with java.util.Date and Calendar I solved to use
joda-time in my project, but now I'm facing another problem. My project
uses the Hibernate 3.2.6.ga version. In order to map the LocalDateTime
class attribute I used
org.joda.time.contrib.hibernate.PersistentLocalDateTime in hbm. When I
tried to test the application I got the
error java.lang.NoClassDefFoundError: org.hibernate.type.StandardBasicTypes.
So I noticed that joda-time hibernate I'm using (v 1.3) is for Hibernate >
3.6.0 version.

Changing the Hibernate version in my project would be painful. Is there
another way to map LocalDateTime to a Date oracle column using joda time
hibernate with 3.2.6.ga hibernate version?

I don't know whether this is the better place to ask it, but any help will
be appreciated.

Cheers,

Fabricio.
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Joda-interest mailing list
Joda-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to