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
It would be nice that, in addition to be able to load DB properties from a file, it would be possible to load it from a resource in the class path.
I'm proposing that, similarly to the packages, use the jar: prefix for that, I'm writing the code for the PR, but if anyone else sees a reason not to do this or to do it differently I can adapt. Personally, I would prefer classpath: (or cp) or something else like that as a prefix, but for consistency I will go with jar:. Or I could implement all of them if agreed.
I'm talking about the DB_PROPERTIES system property in:
It would be nice that, in addition to be able to load DB properties from a file, it would be possible to load it from a resource in the class path.
I'm proposing that, similarly to the packages, use the
jar:
prefix for that, I'm writing the code for the PR, but if anyone else sees a reason not to do this or to do it differently I can adapt. Personally, I would preferclasspath:
(orcp
) or something else like that as a prefix, but for consistency I will go withjar:
. Or I could implement all of them if agreed.I'm talking about the
DB_PROPERTIES
system property in:jPOS-EE/modules/dbsupport/src/main/java/org/jpos/ee/DB.java
Lines 191 to 199 in 779d1f1
The text was updated successfully, but these errors were encountered: