Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Dali Project/KnownIssues

< Dali Project
Revision as of 12:25, 14 June 2010 by Neil.hauge.oracle.com (Talk | contribs) (Dali 2.3 (Helios) Known Issues and limitations)

Known Issues

Dali 2.3 (Helios) Known Issues and limitations

Known Issues
Issue Bug Description
Multiple Persistence Unit Support 194833 Dali is currently unable to simultaneously support multiple persistence units in a single project. When working with multiple persistence units it is recommended to comment out all of the PU's in the persistence.xml that are not the particular PU that you want to work with.
Multi-project persistence unit 254480 Dali is currently unable to support the definition of a persistence unit across multiple Eclipse projects. One persistence.xml file is required per JPA project. The exception to this is the referencing of entities or JAR files on the project classpath (including other projects in the workspace), which is supported.
Alternate persistence.xml locations(Maven, OSGi) 309030 Dali currently requires that the persistence.xml file be located in the META-INF directory in a java source folder. This limitation can be problematic for Maven or OSGi usage, but these issues can generally be worked around.
EclipseLink Mapping File Overrides 251237 Dali is currently unable to support overriding existing orm.xml metadata with an eclipselink-orm.xml. Non-conflicting metadata is supported. This limitation applies specifically to the case where metadata in the eclipselink-orm.xml overlaps existing content in the standard orm.xml file.
EclipseLink exclude-default-mappings 251548 Dali currently does not recognize the exclude-default-mappings setting in the eclipselink-orm.xml mapping file. Defaults mapping information will still appear in the UI and will be used for validation when this flag has been set.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.