[forge-dev] [JBoss JIRA] Created: (SEAMFORGE-223) PropertyNotFoundException for entities with camelCased properties

Michael Schuetz (JIRA) jira-events at lists.jboss.org
Fri Jun 17 21:57:23 EDT 2011


PropertyNotFoundException for entities with camelCased properties
-----------------------------------------------------------------

                 Key: SEAMFORGE-223
                 URL: https://issues.jboss.org/browse/SEAMFORGE-223
             Project: Seam Forge
          Issue Type: Bug
            Reporter: Michael Schuetz


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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-dev mailing list