[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2 wiyth Hibernate3 exception org.hibernate.Map

2005-12-28 Thread tyrone.yimin
I have the same problem. I Use JBoss AS 4.0.3 SP1 + JBossHibernate2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914530#3914530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914530

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2 wiyth Hibernate3 exception org.hibernate.Map

2005-12-28 Thread tyrone.yimin
The *.har be deployed ok. use a test.jsp such as: %@ page import=javax.naming.* % | %@ page import=net.sf.hibernate.* % | | % | InitialContext ctx = new InitialContext(); | SessionFactory factory = (SessionFactory) |

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2 wiyth Hibernate3 exception org.hibernate.Map

2005-12-28 Thread tyrone.yimin
i solved the problem, it's seemed that domain classes deployed to *.har can not be deployed to the war again. classloader issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914534#3914534 Reply to the post :