Re: ClassCastException - org.apache.openjpa.util.IntId incompatible

2015-12-11 Thread parvatamaditya
have any one solved this,I am gettin same exception in weblogic Application @Id @Column(name = "APP_ID", nullable = false) private int appId; @Column(name = "APP_NAME", nullable = false) private String appName; @Column(name = "GROUP

Re: ClassCastException - org.apache.openjpa.util.IntId incompatible

2013-06-14 Thread javid.alimohideen
Thanks Kevin, I tried setting the QuerySQLCache to false but that didn't seem to fix the issue. I am still seeing those exceptions. Does it have to do anything with class loaders or maybe something with the way I currently have setup my parent-child relations As mentioned before it works fine if t

Re: ClassCastException - org.apache.openjpa.util.IntId incompatible

2013-06-13 Thread Kevin Sutter
Since you are using WebSphere, I would also suggest opening a PMR for this problem through the normal IBM support channels. If this question does turn into something "real" and requires an iFix, then you'll need the PMR and APAR to get the fix delivered anyway... Since your query works some of th