...also I had been looking the CVS and the property was set a long time ago... but I  think it was never defined at the metafacades,

on the other hand I had found that property at the EJB cartridge, so I suggest to create then in the metafacades so it is accesible from at cartridges, but on the other hand what should be the difference between this method and handleGetRelationName?

Carlos

Martin West wrote:
K, thanks for the pointer.

On Mon, 2005-01-17 at 09:52, Carlos Cuenca wrote:
  
Hi,

I added the Association Facade and the Hibernate association to the
hibernate model, and the problem is that such attribute is not
defined.

Carlos

Martin West (JIRA) wrote:
    
     [ http://team.andromda.org:8080/jira/browse/HIB-37?page=comments#action_10680 ]
     
Martin West commented on HIB-37:
--------------------------------

OK, investigating

  
      
many-to-many association association table is not being rendered
----------------------------------------------------------------

         Key: HIB-37
         URL: http://team.andromda.org:8080/jira/browse/HIB-37
     Project: Hibernate Cartridge
        Type: Bug
    Reporter: Chad Brandon
    Assignee: Martin West
    Priority: Blocker
    
        
  
      
If you take a look at the test output in the andromda-hibernate cartridge directory you'll see that it has this:
    /**
     * 
     *
     * @hibernate.set
     *     lazy="true"
     *     table="$associationEnd.association.tableName"
     * @hibernate.collection-key
     *     column="ENTITY_FIVES_FK"
     * @hibernate.collection-many-to-many
     *     column="ENTITY_FOURS_FK"
     *     class="org.andromda.cartridges.hibernate.EntityFour"
     */
    public java.util.Collection getEntityFours()
    {
        return this.entityFours;
    }
on the EntityFive test entity, as you can see from "$associationEnd.association.tableName" the association table name is not correctly rendered.  
    
        
  
      



  

Reply via email to