Dear Jean-Denis,
Thank you for your bringing this bug to our attention. We have now fixed the copy in the svn trunk. This bug is present in both QueryByWorkflowURIUtil.java and QueryDataProvenanceHistoryUtil.java, so please update accordingly.
We thank you again for reporting your issues to us and thank you again for your interest in Karma.
Regards,
~You-Wei
On Jan 25, 2012, at 2:45 AM, rt...@rt... via RT wrote:
> A new ticket has been created and assigned an ID of [RAC RT #69727].
> <URL: https://rt.rtinfo.indiana.edu/Ticket/Display.html?id=69727 >
> ---
>
> From: rt...@rt... <rt...@rt...>
>
> Submitted on Wednesday, January 25, 2012 - 2:44am
> Submitted by anonymous user: [128.178.187.180]
> Submitted values are:
>
> Your Name: Jean-Denis Courcol
> Your Email: jea...@ep...
> Subject: issue in getOPMAgents method while running get OPMGraphDocument.
> Message:
> Dear Karma team,
>
> In some cases, the getOPMGraphDocuments method returns an empty OPM Graph.
> I'm using the current trunk and I found that the issue is caused by the
> getOPMAgents method in QueryByWorkflowURIUtil.java at line 889:
> 887 roleResultSet = getRoleStmt.executeQuery();
> 888 if (roleResultSet.next()) {
> 889 String role = result.getString("role");
>
> the column role is being retrieved from result variable instead of
> roleResultSet, leading to a SQL exception since the role column does not
> exist on the GET_USER_CONTROLLER_BY_ID statement.
>
> regards,
> Jean-Denis
>
>
> The results of this submission may be viewed at:
> https://pti.iu.edu/node/15249/submission/910
> _______________________________________________
> Iu-karma-dev mailing list
> Iu-...@cs...
> http://mailman.cs.indiana.edu/mailman/listinfo/iu-karma-dev
|