Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-5669

PMML generated model has case sensitive classes

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • Authoring Tooling
    • None

      The POJO model generated from the XSD contains case sensitive classes.

      This is evident in the mapper-xml plugin that fails compilation on OS's that have case insensitive file systems, e.g, Windows or Mac OS APFS).

      Cloning into 'mapper-xml'...
      ...
      warning: the following paths have collided (e.g. case-sensitive paths
      on a case-insensitive filesystem) and only one from the same
      colliding group is in the working tree:
      
      'tests/jre/src/test/java/org/treblereel/gwt/xml/mapper/client/tests/pmml/model/DELIMITER.java'
      'tests/jre/src/test/java/org/treblereel/gwt/xml/mapper/client/tests/pmml/model/Delimiter.java'
      'tests/jre/src/test/java/org/treblereel/gwt/xml/mapper/client/tests/pmml/model/TIMEANCHOR.java'
      'tests/jre/src/test/java/org/treblereel/gwt/xml/mapper/client/tests/pmml/model/TimeAnchor.java'
      

      Examination of the PMML model codegen shows the same issue.

            manstis@redhat.com Michael Anstis
            manstis@redhat.com Michael Anstis
            Dominik Hanak Dominik Hanak
            Dominik Hanak Dominik Hanak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: