When tagging an abstract class 'concrete', an hbm.xml file is not generated 
which is the correct behaviour.  However, the sessionFactory in 
applicationContext-hibernate.xml now contains a value for the hibernate 
configuration file for this abstract class.



ie.

Class A - Abstract and tagged 'concrete'



in the applicationContext-hibernate.xml file under the sessionFactory bean we 
have:



<bean id="sessionFactory" 
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">

        <property name="dataSource"><ref bean="dataSource"/></property>

        <property name="mappingResources">

            <list>

                <value>foo/bar/A.xml</value>

            </list>

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