ArrayIndexOutOfBoundsException in ApplicationIds

2 messages Options
Embed this post
Permalink
Udi

ArrayIndexOutOfBoundsException in ApplicationIds

Reply Threaded More More options
Print post
Permalink
Hey,
I just upgrated my OpenJPA version from 1.0.1 to 1.2.0, and I get ArrayIndexOutOfBoundsException in ApplicationIds.
I have an embedded entity, that has a ManyToOne field. I noticed that in some point when i'm loading the manyToOne field, it takes the _owner class and tries to retrieve its PK.
The thing is the embedded has no PK and then the exception is thrown.

Any ideas?

thanks,
Udi
Udi

Re: ArrayIndexOutOfBoundsException in ApplicationIds

Reply Threaded More More options
Print post
Permalink
I found the reason - OPENJPA-815.