Hi,
    I am using Appfuse 1.9.4 with xdoclet-1.3-SNAPSHOT.
    And I found there is a bug in this xdoclet version.
    
    for the hibernate-param.xdt in 
xdoclet-hibernate-module-1.3-SNAPSHOT.jar\xdoclet\modules\hibernate\resources.
    There is a blank between the tag and param value. And the hibernate can't 
recognize the generated hbm file.
    This bug suffered in the one-to-one configuration. The program will tell 
you doesn't know your property. 
    Hope to hlep others.

Luo

     <XDtMethod:forAllMethodTags tagName="hibernate.generator-param" >

        <!-- The generator-param tag is deprecated, use the 
@hibernate.generator and @hibernate.param tags instead -->
        <param
            <XDtConfig:ifConfigParamGreaterOrEquals paramName="version" 
value="2.0">
                name="<XDtMethod:methodTagValue 
tagName="hibernate.generator-param" paramName="name" />"
            </XDtConfig:ifConfigParamGreaterOrEquals>
        >
            
            <![CDATA[<XDtMethod:methodTagValue 
tagName="hibernate.generator-param" paramName="value" />]]>
        
        </param>
    
    </XDtMethod:forAllMethodTags>

    




xiuxiu
2007-01-12

Reply via email to