You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating a ServiceProvider using the ServiceProviderFactory class and the URL of the context is sent to the createServiceProvider method for being used for the selection and creation dialog URL it does not work, the dialog URL are the same as the API.
The text was updated successfully, but these errors were encountered:
Use the URI used on the creation of the dialog to use
the correct URL that contains the genericBaseURI which
represents the context.
Closeeclipse-lyo#235
Signed-off-by: isccarrasco <[email protected]>
When generating a
ServiceProvider
using theServiceProviderFactory
class and the URL of the context is sent to thecreateServiceProvider
method for being used for the selection and creation dialog URL it does not work, the dialog URL are the same as the API.The text was updated successfully, but these errors were encountered: