[
https://issues.apache.org/jira/browse/JCR-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475064
]
Claus Köll commented on JCR-761:
--------------------------------
In Class JCAManagedConnection the Method
public void cleanup() throws ResourceException {
synchronized (handles) {
try {
this.session.refresh(false);
} catch (RepositoryException e) {
throw new ResourceException("unable to cleanup connection", e);
}
this.handles.clear();
}
}
A ResourceException wil be thrown with given Exception.
Can you please fix this also ..
thanks
claus
> JCA build failure with J2EE 1.3
> -------------------------------
>
> Key: JCR-761
> URL: https://issues.apache.org/jira/browse/JCR-761
> Project: Jackrabbit
> Issue Type: Bug
> Components: jca
> Affects Versions: 1.2.2
> Reporter: Jukka Zitting
> Assigned To: Jukka Zitting
> Fix For: 1.2.3
>
>
> The fix to JCR-736 introduced a similar problem as was previously reported in
> JCR-413. The fix in JCR-413 should apply also to this case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.