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

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Thu Sep 15 19:08:26 EDT 2011


     [ https://issues.jboss.org/browse/SEAMFORGE-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III reassigned SEAMFORGE-223:
--------------------------------------------

    Assignee: Lincoln Baxter III


> 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
>            Assignee: Lincoln Baxter III
>
> 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-issues mailing list