I solved it,for 4.0.B2:
ServerModule.contributeAdapterDetectors(binder).add(PcExpressPosPgDetector.class);
I suppose this method add the new detector to the first place on the list, so
It is found as i want.
Does anybody knows why my first approach didn't worked ?
Atte. Juan Manuel Díaz Lara
My code was working on 4.0.M5, but I ca not figure out how to make it work on
B2, I think the problem is that I am not installing my DbAdapterDetector
properly.
package com.ace.dba;
import static
org.apache.cayenne.configuration.Constants.SERVER_ADAPTER_DETECTORS_LIST;
import org.apache.cayen