[appfuse-user] Hibernate problem

2008-01-24 Thread jithesh
Hi, I was recently upgraded my websphere application server from 1.1 to 2.0. But while deploying i am getting the following error. I am using appfuse 1.9.4 for my web application. the log information is given below. ---server.log 12:14:29,5

Re: [appfuse-user] Hibernate Problem

2007-08-15 Thread sparqle
Following your advice, I was able to find the dependency that was pulling in the wrong version of hibernate. It was beanlib - which I had added only yesterday. I had decided to not use beanlib anyway, so I just removed that dependency and now everything works like before. Thanks a lot Michael

Re: [appfuse-user] Hibernate Problem

2007-08-15 Thread Michael Horwitz
The simplest way to fix it is to set an explicit dependency on the Hibernate version you want in your project's pom. If you are interested, run mvn -X and pipe to a log file: e.g. mvn -X install > mvn.log and look through the logfile to see which dependency is pulling in the wrong version of Hiber

Re: [appfuse-user] Hibernate Problem

2007-08-15 Thread sparqle
Yes, I ran mvn clean. Still no luck. I can see by browsing through my .m2 folder that the hibernate 3.0.5 files have a later last modified date than the hibernate-3.2.1.ga files. Could this be the problem? How can I fix it? I am using Windows. mraible wrote: > > Did you run "mvn clean" after up

Re: [appfuse-user] Hibernate Problem

2007-08-15 Thread Matt Raible
Did you run "mvn clean" after upgrading your dependencies? On 8/15/07, sparqle <[EMAIL PROTECTED]> wrote: > > I am getting this same error using Appfuse. > http://www.nabble.com/Wicket-%2B-Spring-%2B-Hibernate-tf3257238s2369.html#a9056150 > > > In my project, I can see that Maven is using hibernat

[appfuse-user] Hibernate Problem

2007-08-15 Thread sparqle
I am getting this same error using Appfuse. http://www.nabble.com/Wicket-%2B-Spring-%2B-Hibernate-tf3257238s2369.html#a9056150 In my project, I can see that Maven is using hibernate-3.0.5.jar and hibernate-annotations-3.2.1.ga.jar I am not sure whether these two are compatible. I can see that m

[appfuse-user] Hibernate problem

2007-01-26 Thread Yesh
Hi, How to give a class file as data type in the hibernate mapping. I am trying to migrate the mappings of my hbm from hibernate2.0 to hibernate3.0. My mapping file is like this: http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd";>