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
If multiple resource providers are on classpath which can provide resource of required type. Then arquillian takes first resource provider found on classpath.
There should be some way to provide precedence using which arquillian can return the required resource.
Also we should think for two different extensions having the same precedence while implementing this to avoid problems in the future.
The text was updated successfully, but these errors were encountered:
Issue Overview
If multiple resource providers are on classpath which can provide resource of required type. Then arquillian takes first resource provider found on classpath.
There should be some way to provide precedence using which arquillian can return the required resource.
Also we should think for two different extensions having the same precedence while implementing this to avoid problems in the future.
The text was updated successfully, but these errors were encountered: