Using Hibernate with Java Services

I just started using Hibernate in webMethods, so I need to know where the mapping and config files should be added to start using Hibernate in my package.

Do you guys have a clue?

What config files are you talking its specific to Hiberate or java libraries (.jars) associated to the Hibernate to configure on the IS?

Most configuration is done via .jar files from the path

/IntegrationServer/lib/jars and restart the IS.

HTH,
RMG

Hi RMG,

The xml files are the config file and mapping files needed by Hibernate to work. Regarding the .jars in this case are in a more appropiate location: IS\packages\myPackage\code\jars which do not need a reestart.

Regards