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
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
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