Uploaded image for project: 'JBoss BRMS Platform'
  1. JBoss BRMS Platform
  2. RHBRMS-993

Editor shows Position 0 even when no @org.kie.api.definition.type.Position is defined

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.1.0
    • 6.1.0
    • Data Modeler
    • None

      Description of problem:
      For a data object like this:

      public class BaseFact {
      private String f1;

      public String getF1()

      { return f1; }

      public void setF1(String f1)

      { this.f1 = f1; }

      }

      The Data Modeler editor shows the field f1 with Position 0, even though no @org.kie.api.definition.type.Position is defined on that field in the source.

      This is incorrect information and quite confusing when debugging other issues.

      Version-Release number of selected component (if applicable):
      6.1 ER2

            wmedvede@redhat.com Walter Medvedeo
            zkrejcov Zuzka Krejčová (Inactive)
            Archiver:
            rhn-support-ceverson Clark Everson
            Zuzka Krejčová Zuzka Krejčová (Inactive)
            Zuzka Krejčová Zuzka Krejčová (Inactive)
            etirelli, Kris Verlaenen

              Created:
              Updated:
              Resolved:
              Archived: