Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3841

property names containing minus cannot be used

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Cpp-M3
    • None
    • C++ SDO
    • None

    Description

      XSD with properties named like
      <xsd:element name="file-path" ...
      cannot be used (will throw exception).

      Easy to fix in DataObjectImpl.cpp by adding a "-" to templateString:

      const char* DataObjectImpl::templateString =
      " /abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890=[]._#-";

      Attachments

        Activity

          People

            Unassigned Unassigned
            tge Thomas Gentsch
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: