Hibernate Error in JBuilder

Hi ,

I have retrieved code and class diagram from a orcale9 db with JBuilder.
Code and diagram were created successfully.

If I wanna use the Fabrics now for reading or creating new objects I get the following errors:

23.08.2006 16:08:48 org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.1.3
23.08.2006 16:08:49 org.hibernate.cfg.Environment <clinit>
INFO: loaded properties from resource hibernate.properties: {hibernate.cglib.use_reflection_optimizer=true, hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider, hibernate.max_fetch_depth=1, hibernate.jdbc.use_streams_for_binary=true, hibernate.format_sql=true, hibernate.query.substitutions=yes 'Y', no 'N', hibernate.proxool.pool_alias=pool1, hibernate.cache.region_prefix=hibernate.test, hibernate.jdbc.batch_versioned_data=true, hibernate.connection.pool_size=1}
23.08.2006 16:08:49 org.hibernate.cfg.Environment <clinit>
INFO: using java.io streams to persist binary types
23.08.2006 16:08:49 org.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
23.08.2006 16:08:49 org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
23.08.2006 16:08:49 org.hibernate.cfg.Configuration configure
INFO: configuring from resource: /ormmapping/Wilhemaomat.cfg.xml
23.08.2006 16:08:49 org.hibernate.cfg.Configuration getConfigurationInputStream
INFO: Configuration resource: /ormmapping/Wilhemaomat.cfg.xml

I didnt change anything about the code after creation. I just coded a test method to test the created code.

The ORM package is included well in the project.

Does anybody have a solution?

Dear Georg,

The log doesn’t seem to be an error log. Could you make sure you have enclosed the correct log?

Best regards,
Jick

Hi,

this problem is solved!
There was some missunderstanding with the path of the ormmapping files.

Thanks.