[svn r193] updated x4o and added new needed preStart()
This commit is contained in:
parent
ca0b06add3
commit
42ef3fb470
2 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue