Is not serializable. So it is causing issues with RMI Transport. http://issues.apache.org/jira/browse/JUDDI-252 Can we avoid using this class all together?
It is used like
public void saveSubscription(String authInfo,
Holder<List<Subscription>> subscription)
throws DispositionReportFaultMessage, RemoteException {
this.saveSubscription(authInfo, subscription);
}
Seems to me that it should be possible just to use List? --Kurt
