Okay I found another problem inserting into table with the EJB that has DVC as it's primary key. The DVC field is broken into two different columns in the database these columns are also used for CMR fields. JBoss seem to work just fine if the CMR columns are also CMP columns. But if CMR column is one of the property of a CMP column that is a DVC, JBoss doesn't seem to recognize this and will duplicate the column table name on insert. That is one set of column names for the CMP field then another set for the CMR field even though these columns are the same. If the CMP field is not a DVC, jboss correctly recognize this and will not duplicate the column name on insert.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867648#3867648 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867648 ------------------------------------------------------- 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 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
