-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The SBE tool throws an exception while trying to parse the schema file as in FIX SBE Examples.
The schema file is derived from Orchestra using the FIX SBE Utilities.
Please see https://github.com/IG-Group/ig-orchestrations/tree/FIXAPI-2296
Could this be related to #1 ?
I am using <real-logic.version>1.20.3</real-logic.version> see https://github.com/IG-Group/ig-orchestrations/blob/FIXAPI-2296/ig-us-rfed/sbe/codec/pom.xml
The exception is
Java.lang.IllegalStateException: Unknown node type: name=sbe:type
at uk.co.real_logic.sbe.xml.CompositeType.processType (CompositeType.java:470)
at uk.co.real_logic.sbe.xml.CompositeType.<init> (CompositeType.java:84)
at uk.co.real_logic.sbe.xml.CompositeType.<init> (CompositeType.java:55)
at uk.co.real_logic.sbe.xml.XmlSchemaParser.lambda$findTypes$1 (XmlSchemaParser.java:200)
at uk.co.real_logic.sbe.xml.XmlSchemaParser.forEach (XmlSchemaParser.java:464)
at uk.co.real_logic.sbe.xml.XmlSchemaParser.findTypes (XmlSchemaParser.java:199)
at uk.co.real_logic.sbe.xml.XmlSchemaParser.parse (XmlSchemaParser.java:137)
at uk.co.real_logic.sbe.SbeTool.parseSchema (SbeTool.java:297)
at uk.co.real_logic.sbe.SbeTool.main (SbeTool.java:204)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run (ExecJavaMojo.java:282)
at java.lang.Thread.run (Thread.java:748)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status