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

PropertyNotFoundException for entities with camelCased properties

    XMLWordPrintable

Details

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

    Description

      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; }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: