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
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
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
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
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
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
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";>