[svn r193] updated x4o and added new needed preStart()
This commit is contained in:
parent
ca0b06add3
commit
42ef3fb470
Binary file not shown.
|
@ -67,6 +67,7 @@ public class X2OExecutorImpl implements X2OExecutor {
|
||||||
// config parser
|
// config parser
|
||||||
FoeiProcess foeiProcess = FoeiProcessFactory.getFoeiProcess();
|
FoeiProcess foeiProcess = FoeiProcessFactory.getFoeiProcess();
|
||||||
X4OParser parser = new X4OParser("foei");
|
X4OParser parser = new X4OParser("foei");
|
||||||
|
parser.preStart();
|
||||||
parser.getElementContext().getProperties().putAll(foeiProcess.getFoeiContext().getStartProperties());
|
parser.getElementContext().getProperties().putAll(foeiProcess.getFoeiContext().getStartProperties());
|
||||||
|
|
||||||
logger.info("Executing X2O Parsing.");
|
logger.info("Executing X2O Parsing.");
|
||||||
|
|
Loading…
Reference in a new issue