aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Missing non-NULL value Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Missing non-NULL value" Watch "Missing non-NULL value" New topic
Author

Missing non-NULL value

sri ramvaithiyanathan
Ranch Hand

Joined: Nov 20, 2010
Posts: 109
Hi,

I have two table,
TMP_EMP : empid int pk, empname varchar
TMP_EMP_DETAILS : empid int , deptname varchar, residence varchar, fk reference TMP_EMP(empid)

TMP_EMP Entity

TMP_EMP_DETAILS Entity


DBCaller


I am getting below exception, don know where I am going wrong


Please help me to solve this issue.

Regards,
Sriram.V


For java examples,ebooks,interview questions,visit this blog
http://periodicupdates.blogspot.com/
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Missing non-NULL value
 
Similar Threads
JPA2.0 CascadeType.ALL doesn't cascade persist
Unique constraint error with jpa
Sequence increment does not match its pre-allocation size.
Problem in composite key mapping in eclipselink
uses a non-entity as target entity in relationship attribute