package-issue is resolved, but I'm still struggling with the controller issue.
Basically what I need is some way to tell pass a controller-variable to the velocity engine.
This could possibly be done by passing a properties-file and accessing it thru the existing variables
OR
extending/wrapping some existing hibernate/hibernate-tools class providing this functionality. The problem is I am new to this area and I need some hints/given strategy to realize it in a reasonable time.
max wrote:
which template dir ? on ant tasks ? - add a jira with more details
package is not for cfg2java it should be on the jdbcconfiguration which it is AFAIK. cfg2java/hbm2java just dumps what is in the configuration - jdbcconfiguration is the one that should add the packagenames.
metatags generation - add a jira for it (should be very doable for you do to do via modifying the templates, but for that template dir must work for you .)
the comments idea is to provide a common class, lets call it POJOClass which wraps the PersistentClass which has the related methods instead of this static clutch of a helper...