Jesper Pedersen wrote:

Hi.

I've applied the following patch to my local workspace in order to get the mapping files to work when not using the @hibernate.properties tag.

Otherwise a <properties> element is generated with no name (name="")

Hope this helps.

Best regards,
Jesper
------------------------------------------------------------------------

Index: 
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt,v
retrieving revision 1.44
diff -u -r1.44 hibernate-properties.xdt
--- 
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt
  19 Jul 2005 19:17:46 -0000      1.44
+++ 
modules/hibernate/src/xdoclet/modules/hibernate/resources/hibernate-properties.xdt
  21 Jul 2005 06:58:56 -0000
@@ -1,4 +1,4 @@
-<XDtClass:ifHasClassTag tagName="hibernate.class" superclasses="false">
+<XDtClass:ifHasClassTag tagName="hibernate.properties" superclasses="false">

    <properties
@@ -52,4 +52,4 @@ </properties>

-</XDtClass:ifHasClassTag>
\ No newline at end of file
+</XDtClass:ifHasClassTag
Many thanks, I've fixed this up.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to