How to read properties file(key-value) in OSB?
Hi
I have a scenario in which I have to read some properties(key-value) from a file. Earlier whole code was developed in java and its easy to read properties file in java.
But now need to implement this in OSB and performance is very critical in this project.
I followed DVM approached defined in
http://blogs.oracle.com/christomkins/2010/02/domain_value_maps_in_oracle_se.html and http://blogs.oracle.com/christomkins/2010/02/domain_value_maps_in_oracle_se.html
But it did not work. I have hundreds of properties(key-value pairs) to read and need pass them to the business service along with input of proxy service.
What is the best approach for this (Can not go for db call as performance is very critical)?
Thanks
Vibhor