Setting hibernate.javax.cache.uri property value as relative path causes an error
Description
Setting the hibernate.javax.cache.uri property value as relative path causes an error: java.lang.IllegalArgumentException: URI is not absolute
Activity
Show:
Guillaume SmetOctober 15, 2018 at 8:45 AM
any progress on this one? It would be nice to have it for 5.4.0.Final.
Thanks.
Steve EbersoleSeptember 26, 2018 at 1:27 PM
IMO a centralized "uri" service (/helper) that uniformly provides `classpath://` (and any other schemes we want to implement) uri suppport would be best. Look at the XML/DTD/XSD resolution code which already has all of this logic; e.g.:
Setting the hibernate.javax.cache.uri property value as relative path causes an error:
java.lang.IllegalArgumentException: URI is not absolute