I'm using maven, jboss, xdoclet, and struts. xdoclet:hibernatedoclet and jbossservice are doing the things they're supposed to do, no problem there. I'm taking a look at the HibernatePlugIn for struts example. it must go back a few years, because it suggests the hibernate.cfg.xml file. If I should want to use the <set-property stuff in struts-config.xml, how do I tell it all the hbm.xml files I just created? Isn't that the point of xdoclet, write it once, create the deployment files from the code and properties?
How do you use xdoclet to create just one config like that? I notice the hibernate_references suggests that we do otherwise, put the hbm.xml files in the same location as the .class files they came from (well, the java source for the class files) I see that jbossservice writes out the mappings for me in jboss-service.xml. Is this information available somewhere during the maven script execution, so that I can write it out in a maven goal to a struts-config merge file somewhere? ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
