deduper / org.bradfordmiller.deduper.config / HashSourceJndi / context

context

val context: String

the context name for the jndi name, which basically maps to a properties file of the same name IE if context = "test" then there should be a corresponding test.properties file present in the org.osjava.sj.root defined directory in jndi.properties. In the above example, if the context = "test" and org.osjava.sj.root = src/main/resources/jndi then the jndi name will be searched for in src/main/resources/jndi/test.properties

Property

context - the context name for the jndi name, which basically maps to a properties file of the same name IE if context = "test" then there should be a corresponding test.properties file present in the org.osjava.sj.root defined directory in jndi.properties. In the above example, if the context = "test" and org.osjava.sj.root = src/main/resources/jndi then the jndi name will be searched for in src/main/resources/jndi/test.properties