Bug 488735 - NullPointer exception on @JoinTable usage
Summary: NullPointer exception on @JoinTable usage
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-01 00:09 EST by gaurav Gupta CLA
Modified: 2022-06-09 10:03 EDT (History)
0 users

See Also:


Attachments
contains StackTrace of Exception, Source File (3.51 KB, application/zip)
2016-03-01 00:09 EST, gaurav Gupta CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gaurav Gupta CLA 2016-03-01 00:09:04 EST
Created attachment 260001 [details]
contains StackTrace of Exception, Source File

Getting NullPointerException, If using @JoinTable.

@OneToOne(targetEntity = ProductOrder.class)
@JoinTable(name = "ORDER_DETAILS")
private ProductOrder productOrder;

If @JoinTable is removed, it is working fine.


Please find the attached source code and stacktrace.
Comment 1 Eclipse Webmaster CLA 2022-06-09 10:03:34 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink