Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-47

PropertyNotFoundException for entities with camelCased properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Beta3
    • None
    • None
    • None

      Getting troubles when using camelCase entity property field names.

      javax.el.PropertyNotFoundException: The class 'com.acme.domain.Bernd' does not have the property 'bName

      Bernd.java:
      @Column private String bName;
      public String getBName()

      { return this.bName; }

      public void setBName( final String bName)

      { this.bName=bName; }

            lincolnthree Lincoln Baxter III (Inactive)
            michaelschuetz_jira Michael Schuetz (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: