Generated @jboss tags conflict for many2many relationship
"Shaun" <[email protected]>
| Newsgroups | gmane.comp.java.ejb.middlegen.user |
|---|---|
| Message-ID | <008601c4173d$fab07a10$fd01a8c0@actual> |
I think I may have found a bug in Middlegen 2.0 VO, in which incorrect @jboss tags are generated for a many2many relationship represented as a join table in the database. The generated @jboss.relation and @jboss.target-relation contain conflicting values for fk-column and related-pk-field, resulting in a jar that doesn't deploy in JBoss 3.2.3. Hand editing the @jboss.relation tag to contain the same values as the @jboss.target-relation tag results in a jar that does deploy. Has anyone else encountered this? Cheers, Shaun Savani