I got a problem involving   a composite id in a VO inside my 
datamanagement-config.xml

<destination id="personContract">
    <adapter ref="java-dao" />
    <properties>
        <factory>spring</factory>
        <source>personaContAssembler</source>
        <metadata>
            <identity property="contratoId" />    --------       
                                                                                
            --->  if  i change this for   <identity property="idVO" /> dont 
work properly
             <identity property="perId" />            --------
        </metadata>
        <use-transactions>false</use-transactions>
        <auto-sync-enabled>true</auto-sync-enabled>
    </properties>
</destination>


where can i see the diferent options the metadata tag can contain?

thanks in advance


      
____________________________________________________________________________________
¡Sé un mejor besador!
Comparte todo lo que sabes sobre besos.                      
http://mx.yahoo.com/promos/mejorbesador.html

Reply via email to