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

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Thu Sep 29 18:09:26 EDT 2011


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

Lincoln Baxter III closed SEAMFORGE-223.
----------------------------------------

    Resolution: Done


> 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
>             Fix For: 1.0.0.Beta3
>
>
> 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