In the example hibernatedoclet task near the top of this post you are
copying some files to the ${build.resources}/sar/hibernate directory.
What are the hibernate-properties-*.xml files for? It looks like most
of the hibernate properties are set in the jboss-service.xml, so I was
wondering what these files are for?
Also, your example copies a jboss-service-custom.xml file. Should that
be a jboss-service-custom.xdt file? I read the other posts about the
problem with the xdt provided with the 1.2.b4 release of xdoclet, but I
am still a little confused.
Thanks for this great post on JBoss and Hibernate. I am currently
trying to switch our product over to java. We already have an existing
database so I am going the route of middlegen, hbm2java,
hibernatedoclet, sar to try to get it all working. |