Expert |
|
Joined: Sat Jan 17, 2004 2:57 pm Posts: 329 Location: In the basement in my underwear
|
Perhaps you're using the wrong mechanism to get the Dialect.
Based on that method you're calling has no usages in the Hibernate code I'm not quite sure what's it's for but it is trying to find the Dialect out of your System properties which hibernate doesn't seem to set.
You will probably have better success if you get the Dialect off of your SessionFactory.
_________________ Some people are like Slinkies - not really good for anything, but you still can't help but smile when you see one tumble down the stairs.
|
|