What would happen if I have multiple web-fragments which declare resource-refs with the same res-ref-name in case of:
The resource-refs have the same res-type
The resource-refs have different res-type
Also what would happen if there is a resource-ref with the same res-ref-name in the web.xml in case of:
The resource-refs have the same res-type
The resource-refs have different res-type
I'm looking for what the specs are saying and not "try it to find out".