A bug for the v1.0 beta JB7.
an error at the deployment in the jbosscmp-jdbc.xml,
in the <relationships> tag the is only one <ejb-relation>
tag with all the relation inside. When I fix it manually at
the next change in the design, the plugin generate
another time the bad code.
ex:
<ejb-relation>
<ejb-relation-name>learningResourceEntityProvider-
consignEntityBean0</ejb-relation-name>
<foreign-key-mapping />
<ejb-relationship-role>
<ejb-relationship-role-
name>LearningResourceEntityProviderRelationshipRole
</ejb-relationship-role-name>
</ejb-relationship-role>
<ejb-relationship-role>
<ejb-relationship-role-
name>ConsignEntityBeanRelationshipRole</ejb-
relationship-role-name>
</ejb-relationship-role>
<ejb-relation-
name>learningResourceEntityProvider-
consignEntityBean1</ejb-relation-name>
<foreign-key-mapping />
<ejb-relationship-role>
<ejb-relationship-role-
name>LearningResourceEntityProviderRelationshipRole
</ejb-relationship-role-name>
</ejb-relationship-role>
<ejb-relationship-role>
<ejb-relationship-role-
name>ConsignEntityBeanRelationshipRole</ejb-
relationship-role-name>
</ejb-relationship-role>
</ejb-relation>