| Summary: | JPA: Auto DB detection not working in SE JPA project - DatabasePlatform does not support NativeSequence | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Michael OBrien <michael.f.obrien> |
| Component: | Eclipselink | Assignee: | Michael OBrien <michael.f.obrien> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | eclipselink.orm-inbox |
| Version: | unspecified | Flags: | michael.f.obrien:
documentation+
|
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| URL: | http://wiki.eclipse.org/EclipseLink/Examples/JPA/WebLogic_Web_Tutorial#Application.xml_WAR_EJB.jar_Module_order_can_cause_ClassLoader_issues_-_EJB_module_with_.40PersistenceContext_Injection_should_be_first | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 322585, 324213 | ||
|
Description
Michael OBrien
>fix: add reference to core/resource or the eclipselink.jar >referencing the core project itself is not enough <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.core"/> <classpathentry kind="lib" path="/org.eclipse.persistence.core/resource"/> >logs [EL Finest]: 2010-09-01 09:32:36.065--Thread(Thread[main,5,main])--DBPlatform: org.eclipse.persistence.platform.database.JavaDBPlatform, RegularExpression: (?i).*derby. [EL Fine]: 2010-09-01 09:32:36.065--Thread(Thread[main,5,main])--Detected Vendor platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Config]: 2010-09-01 09:32:36.075--ServerSession(15184449)--Connection(23370564)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( > platform=>JavaDBPlatform The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |