[jboss-user] [JBoss Seam] - Re: seam-gen with hxtt

2007-11-02 Thread sa_shadow
I have to rise the topic. Now the problem is: while deploying an application i'm having an exception: 2007-11-02 14:40:54,142 DEBUG [org.jboss.ejb3.ServiceDelegateWrapper] Starting failed persistence.units:ear=nica2.ear,unitName=nica2 javax.persistence.PersistenceException:

[jboss-user] [JBoss Seam] - Re: seam-gen with hxtt

2007-10-31 Thread sa_shadow
thank you, that works. Now there's the next problem: i am getting an exception while deploying an application: | javax.persistence.PersistenceException: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set for database: HXTT DBF | i've tried to put hibernate.jar

[jboss-user] [JBoss Seam] - Re: seam-gen with hxtt

2007-10-31 Thread sa_shadow
the problem solved by setting value at persistence.properties View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100703#4100703 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100703

[jboss-user] [JBoss Seam] - seam-gen with hxtt

2007-10-29 Thread sa_shadow
hi! i have a little problem here. i'm trying to access dbf from seam via hxtt driver. There are two jars: jdbc_dbf.jar - driver hibernate.jar - it contains HxttDbfDialect class, that is used too. So now when i run seam setup i can place there only one jar- JDBC driver. But i need to attach