[hibernate-issues] [Hibernate-JIRA] Updated: (HBX-742) remove Exporter.setTemplatePrefix

Max Rydahl Andersen (JIRA) noreply at atlassian.com
Fri Sep 1 08:36:24 EDT 2006


     [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-742?page=all ]

Max Rydahl Andersen updated HBX-742:
------------------------------------

    Summary: remove Exporter.setTemplatePrefix  (was: tempalteprefix does not make sense anymore with freemarker)

things that might break from this change is custom exporters that have used:

setTemplateName("/bar");
setTemplatePrefix("/foo");

instead of

setTemplateName("foo/bar.ftl") which is the only thing that works now.

> remove Exporter.setTemplatePrefix
> ---------------------------------
>
>          Key: HBX-742
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-742
>      Project: Hibernate Tools
>         Type: Deprecation

>     Reporter: Max Rydahl Andersen
>      Fix For: 3.2beta8

>
>
> templateprefix were introduced with velocity to allow a more flexible lookup.
> with freemarker support for aqusition lookup with */ syntax it probably do not make sense to have a seperate mechanism.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list