Bernard Sirius wrote:
are you using customized templates or something that
may affect to the 
generation process?

Carlos

bernard
    

    <preGoal name="jar:jar">
        <ant:echo message="replacing not-nulls..."/>
        <replace dir="${maven.build.src}"
                 token='not-null="true"'
value='not-null="false"'>
          <include name="**/*.hbm.xml"/>
        </replace>
        <replace dir="target/classes"
                 token='not-null="true"'
value='not-null="false"'>
          <include name="**/*.hbm.xml"/>
        </replace>
   </preGoal>

that's all.

I thought I got it: I defined <hibernateProxy> as a
property of the andromda-spring-cartridge dependency,
which I thought was wrong. So I changed that and put
it in mda's project.xml's andromda-hibernate-cartridge
dependency, as a property, but that was a false hope
(doing a maven clean install).

Where's the right place to put it anyway?
  
you should place it at andromda-hibernate-cartridge plugin settings. (and for sure it must work)

Carlos
bernard



	
		
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/


  

Reply via email to