FYI, Nightly build user wrote: > run.bridge.rmmci: > > -- > [java] FAILURES!!! > [java] Tests run: 253, Failures: 0, Errors: 1
This had to do with a Cloud parameter of a 'Function'. Parameters must be serializable, certainly when using RMMCI. RemoteCloud is not serializable. Fortunately, it is not needed to pass the Cloud parameter explicitely, because it can always be filled by the bridge implementation itself if needed. So, in the test-case we depend on that behavour now. Michiel -- Michiel Meeuwissen mihxil' Peperbus 111 MediaPark H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
