| Summary: | JPA:Java EE: Secondary DirectConnect deploy failure on SE Persistence unit connect masks original DriverManager failure using dual Java SE/EE PU app | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Michael OBrien <michael.f.obrien> | ||||
| Component: | Eclipselink | Assignee: | Nobody - feel free to take it <nobody> | ||||
| Status: | RESOLVED DUPLICATE | QA Contact: | |||||
| Severity: | critical | ||||||
| Priority: | P3 | CC: | eclipselink.orm-inbox | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| URL: | http://fisheye2.atlassian.com/changelog/eclipselink/?cs=7272 | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | 220937 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Michael OBrien
>fails only on IBM J9 JVM under non-windows Linux OS >Verifying that the following fix in bug# 313583 erradicates the cause http://fisheye2.atlassian.com/changelog/eclipselink/?cs=7272 >The fix in bug# 313583 fixes this issue The change in rev# 7272 from return super.getProperty(key, defaultValue); to String val = getProperty(key); return (val == null) ? defaultValue : val; *** This bug has been marked as a duplicate of bug 313583 *** Created attachment 171823 [details]
313582 rev 7272 null getProperty() on IBM J9 JVM only on Linux/AIX
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |