Hi,


I'm trying to use the hibernateShowSql property by setting it at "false" in 
3.1-M1 in hibernate namespace :

<namespace name="hibernate">

            <properties>

                <property name="hibernateTypeMappingsUri">Hibernate</property>

                <property 
name="hibernateInheritanceStrategy">${hibernate.inheritance.strategy}</property>

                <property 
name="defaultHibernateGeneratorClass">${hibernate.generatorClass}</property>

                <property name="hibernateDefaultCascade">none</property>

                <property 
name="entities">${maven.andromda.core.generated.dir}</property>

                <property 
name="entity-impls">${maven.andromda.core.manual.dir}</property>

                <property 
name="customTypesPackage">${application.package}</property>

                <property name="compositionDefinesEagerLoading">true</property>

                <property name="hibernateShowSql">false</property>

            </properties>

        </namespace>





The generated applicationContext still contains "true" :

<prop key="hibernate.show_sql">true</prop>.





Is it a bug?



Thanks,



Fabrice
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1921#1921
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