]
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: