this is the andromda.xml file:


<andromda>

&nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; <property name="xmlValidation">false</property> 

&nbsp; &nbsp; &nbsp; &nbsp; <property name="modelValidation">true</property>

&nbsp; &nbsp; &nbsp; &nbsp; <property 
name="cartridgeFilter">$&#123;filter&#125;</property>

&nbsp; &nbsp; </properties>

&nbsp; &nbsp; <models>

&nbsp; &nbsp; &nbsp; &nbsp; <model>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<uri>file&#58;/d&#58;/andro/src/java/conf/CRUDModel.xml.zip!/CRUDModel.xml</uri>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <moduleSearchLocations>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<location>D&#58;/andromda-bin-3.1-M1/andromda/xml.zips</location>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </moduleSearchLocations>

&nbsp; &nbsp; &nbsp; &nbsp; </model>

&nbsp; &nbsp; </models>

&nbsp; &nbsp; <namespaces>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="default">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="languageMappingsUri">Java</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="wrapperMappingsUri">JavaWrapper</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="sqlMappingsUri">$&#123;sql.mappings&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="jdbcMappingsUri">JDBC</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="maxSqlNameLength">30</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="foreignKeySuffix">_FK</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="ejbJndiNamePrefix">$&#123;application.id&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!-- used in both 
hibernate and spring cartridges -->

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateVersion">3</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="spring">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="dataSource">$&#123;dataSource&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="sessionFactory">org.springframework.orm.hibernate3.LocalSessionFactoryBean</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateDialect">$&#123;hibernate.db.dialect&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateShowSql">$&#123;hibernate.db.showSql&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateInheritanceStrategy">$&#123;hibernate.inheritance.strategy&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateCacheProvider">org.hibernate.cache.EhCacheProvider</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="transactionManager">org.springframework.orm.hibernate3.HibernateTransactionManager</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="springTypesPackage">$&#123;application.package&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="daos">$&#123;maven.andromda.core.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="dao-impls">$&#123;maven.andromda.core.manual.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="spring-configuration">$&#123;maven.andromda.core.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="services">$&#123;maven.andromda.core.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="service-impls">$&#123;maven.andromda.core.manual.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="hibernate">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateTypeMappingsUri">Hibernate</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateInheritanceStrategy">$&#123;hibernate.inheritance.strategy&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="defaultHibernateGeneratorClass">$&#123;hibernate.generatorClass&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateDefaultCascade">none</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="entities">$&#123;maven.andromda.core.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="entity-impls">$&#123;maven.andromda.core.manual.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="customTypesPackage">$&#123;application.package&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="compositionDefinesEagerLoading">true</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="java">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="enumerations">$&#123;maven.andromda.common.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="exceptions">$&#123;maven.andromda.common.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="value-objects">$&#123;maven.andromda.common.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="bpm4struts">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="forms">$&#123;maven.andromda.web.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="pages">$&#123;maven.andromda.web.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="actions">$&#123;maven.andromda.web.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="controllers">$&#123;maven.andromda.web.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="controller-impls">$&#123;maven.andromda.web.manual.java.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="decorators">$&#123;maven.andromda.web.manual.java.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="messages">$&#123;maven.andromda.web.generated.dir&#125;/WEB-INF/classes</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="configuration">$&#123;maven.andromda.web.generated.dir&#125;/WEB-INF</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="security">false</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="securityRealm">other</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="serviceAccessorPattern">$&#123;application.package&#125;.ServiceLocator.instance&#40;&#41;.get&#123;1&#125;&#40;&#41;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="manageableServiceAccessorPattern">$&#123;application.package&#125;.ManageableServiceLocator.instance&#40;&#41;.get&#123;1&#125;&#40;&#41;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; </namespaces>

</andromda>
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3383#3383
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
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
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to