[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: AbstractPersistetCollection local class incompatible

2005-09-06 Thread vbagiatis
Finally, I noticed that the hibernate3.jar that was in my classpath was slightly different than that in the server/default/deploy/jboss-hibernate.deployer/ folder. So I replaced the classpath with the latter and it works fine. Hope this works for you too. View the original post : http://www.jb

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: AbstractPersistetCollection local class incompatible

2005-09-05 Thread vbagiatis
I have pretty much the same environment and the same problem. When I create a transient instance of my pojo and send it to the client, there will be no problem. However, if the object is persistent (e.g. loaded from the database), then I get the same InvalidClassException. (However, since I'm us