-->
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: problem with org.hibernate.impl.SessionFactoryImpl
PostPosted: Fri Oct 09, 2009 8:09 am 
Newbie

Joined: Fri Oct 09, 2009 7:59 am
Posts: 4
HI
iam new to hibernate.
iam struggling with below exception,please help me why iam getting this exception.

Exception in thread "main" java.lang.ClassCastException: org.hibernate.impl.SessionFactoryImpl
at de.laliluna.example.TestExample.createHoney(TestExample.java:93)
at de.laliluna.example.TestExample.main(TestExample.java:29)


Line 93 casting is correct see the line

Session session = ((SessionFactoryUtil) SessionFactoryUtil.getInstance()).getCurrentSession();

I think any version compatability.Iam using below.
Hibernate 3.0.3,
java1.5,
mysql 5.0

regards
Srinivas


Last edited by srinu on Mon Oct 12, 2009 2:20 am, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: problem with org.hibernate.impl.SessionFactoryImpl
PostPosted: Sat Oct 10, 2009 12:50 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
Look at TestExample line 93 and check if you are casting correctly.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Re: problem with org.hibernate.impl.SessionFactoryImpl
PostPosted: Mon Oct 12, 2009 1:15 am 
Newbie

Joined: Fri Oct 09, 2009 7:59 am
Posts: 4
max wrote:
Look at TestExample line 93 and check if you are casting correctly.


HI
Please help me.
regards
Srinivas


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.