OK, not entirely sure what to do about this problem now...
Calling getBuildResultsForProject over RPC yields this exception on
the server side.
Caused by: javax.jdo.JDODetachedFieldAccessException: You have just
attempted to access field "modifiedDependencies" yet this field was
not detached when you detached the object. Either dont access this
field, or detach the field when detaching the object.
at
org.apache.maven.continuum.model.project.BuildResult.jdoGetmodifiedDepen
dencies(BuildResult.java)
at
org.apache.maven.continuum.model.project.BuildResult.getModifiedDependen
cies(BuildResult.java:219)
... 20 more
Does anyone have suggestions on how to fix this?
Thanks,
Andy