I need to start a java process which uses a library jar having pof-config specified in its cache-config file.
However that library pof-config file does not have all objects POF which I require. Those specific pof are stored in another pof-config file.
Is there anyway I can override pof-config which is mentioned in the cache-config file by providing -Dtangosol.pof.config="myown pof".xml runtime argument along with -Dtangosol.coherence.cacheconfig="library pof"?
At the moment when I try that, the specific pofs are not not loaded.
the answer is yes.
The order of the configuration override is
You need to specify -Dtangosol.pof.enabled=true.
see oracle doc
In our implementation we use following arfuments