Community
Participate
Working Groups
Quite simply, the discovery UI bundle should not require the remoteservices API. For some reasons, the AbstractRemoteServiceAccessHandler class is in the discovery UI bundle, which appears to have introduced this requirement.
(In reply to comment #0) > Quite simply, the discovery UI bundle should not require the remoteservices > API. For some reasons, the AbstractRemoteServiceAccessHandler class is in the > discovery UI bundle, which appears to have introduced this requirement. > Yes...the AbstractRemoteServiceAccessHandler class should be moved out of this (discovery ui) bundle to eliminate this dep. It probably makes sense to move to the o.e.e.remoteservices.ui bundle...and this would introduce a dep to o.e.e.discovery.ui I believe...which seems OK to me. All on 3.0 stream (HEAD) though.
This is Markus's problem now. :)
Fixed in HEAD with 256603