Hi,
we are testing your JDBC driver for MS-Access together with your Hibernate-Support-Package.
We receive the following Exception:
Initial SessionFactory creation failed.java.lang.NoSuchMethodError: com.hxtt.global.v.do([BB)[B
Exception in thread "main" java.lang.ExceptionInInitializerError
at util.HibernateUtil.(HibernateUtil.java:19)
at events.EventManager.createAndStoreEvent(EventManager.java:71)
at events.EventManager.main(EventManager.java:25)
Caused by: java.lang.NoSuchMethodError: com.hxtt.global.v.do([BB)[B
at com.hxtt.sql.access.f.a(Unknown Source)
at com.hxtt.sql.access.f.a(Unknown Source)
at com.hxtt.sql.access.ac.try(Unknown Source)
at com.hxtt.sql.access.ac.byte(Unknown Source)
at com.hxtt.sql.access.l.int(Unknown Source)
at com.hxtt.sql.access.l.for(Unknown Source)
at com.hxtt.sql.access.l.(Unknown Source)
at com.hxtt.sql.access.a0.a(Unknown Source)
at com.hxtt.concurrent.x.a(Unknown Source)
at com.hxtt.sql.access.l.a(Unknown Source)
at com.hxtt.sql.access.r.a(Unknown Source)
at com.hxtt.sql.access.r.a(Unknown Source)
at com.hxtt.sql.bm.a(Unknown Source)
at com.hxtt.sql.ag.a(Unknown Source)
at com.hxtt.sql.ag.a(Unknown Source)
at com.hxtt.sql.ag.a(Unknown Source)
at com.hxtt.sql.ag.executeUpdate(Unknown Source)
at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:308)
at org.hibernate.tool.hbm2ddl.SchemaExport.drop(SchemaExport.java:284)
at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:186)
at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:133)
at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:311)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)
at util.HibernateUtil.(HibernateUtil.java:14)
... 2 more
This is our hibernate config file: "hibernate.cfg.xml":
com.hxtt.sql.access.AccessDriver
jdbc:access:///d:/temp/hibernate/Access/test_hibernate_access.mdb
com.hxtt.support.hibernate.HxttAccessDialect
...
Could you please help us to solve this problem?
Thanks in advance
Yours
Markus Hauser
|
>Caused by: java.lang.NoSuchMethodError: com.hxtt.global.v.do([BB)[B
Please check your classpath. You should have more than one HXTT package at your classpath, and those packages hasn't been released at the same day. You can remove those packages, and download the latest packages.
|
Hello,
We would like to use your Text and MS-Access driver in the same project. At the moment this is not possible because we receive the exception (see above).
Is there a solution?
Thanks
Regards
Susanne Sayhi
|
>We would like to use your Text and MS-Access driver in the same project.
You can.
>At the moment this is not possible because we receive the exception (see above).
>Is there a solution?
Please remove all HXTT package files from you computer, and download both of the latest HXTT Access and HXTT Text package, which will work normal together because they're released at the same day.
|