Ignore irrelevant associations
------------------------------

         Key: HIB-64
         URL: http://thecla.homeftp.net:8380/jira/browse/HIB-64
     Project: Hibernate Cartridge
        Type: Improvement
    Versions: 3.0RC1    
    Reporter: David Allen
 Assigned to: Martin West 


The current Hibernate cartridge will not allow any associations to model 
elements that are not being generated by AndroMDA.  This makes it difficult to 
have a UML model which models the real system being developed where AndroMDA 
generates the J2EE components.

For instance, any dependency is treated as a use of an exception class.  It 
should at least check the other end, and if it is not an exception, do not add 
the dependency to the metafacade, or ignore it.  Currently, an exception is 
thrown while calling something like "isExceptions".

For other associations, like aggregation of entities by other classes which are 
not themselves entities or other J2EE components, the model validation is 
requiring public visibility.  That is not too bad, but I am not sure how much 
more is going to happen if the code had been successfully generated.

The main point is to make certain that other model elements can co-exist with 
the subset of model elements that are generated by AndroMDA cartridges.  This 
probably is not limited to the Hibernate cartridge.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://thecla.homeftp.net:8380/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Andromda-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to