openjpa does not process persistence unit default <cascade-persist>
-------------------------------------------------------------------

                 Key: OPENJPA-1988
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1988
             Project: OpenJPA
          Issue Type: Bug
    Affects Versions: 2.2.0
            Reporter: Dianne Richards
            Priority: Minor
             Fix For: 2.2.0


For a ManyToMany relationship, I attempted to use the following in the orm to 
persist the related entities:

    <persistence-unit-metadata>
        <persistence-unit-defaults>
            <delimited-identifiers/>
        </persistence-unit-defaults>
    </persistence-unit-metadata>

Although openjpa appears to find this, it doesn't use it in an em.persist(). It 
does work, however, if I put cascade=CascadeType.persist on the @ManyToMany 
annotation of the entity that is specifically persisted.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to