[
https://jira.jboss.org/jira/browse/JBPM-2078?page=com.atlassian.jira.plug...
]
Heiko Braun commented on JBPM-2078:
-----------------------------------
The change has been introduced by Thomas:
svn diff -r2436:2986 ./modules/identity/src/main/resources/hibernate.identity.hbm.xml
- <class name="org.jbpm.identity.User"
- table="JBPM_ID_USER"
- discriminator-value="U">
- <id name="id" column="ID_"><generator
class="native" /></id>
- <discriminator type="char" column="CLASS_"/>
- <property name="name" column="NAME_"/>
- <property name="email" column="EMAIL_"/>
- <property name="password" column="PASSWORD_"/>
+ <class name="org.jbpm.identity.User" table="JBPM_ID_USER"
discriminator-value="U">
+ <id name="id" column="ID_">
+ <generator class="native" />
+ </id>
+ <discriminator type="char" column="CLASS_" />
+ <property name="name" column="NAME_" />
+ <property name="email" column="EMAIL_" />
+ <property name="password" column="PASSWORD_" />
JSF Console doesn't deploy
--------------------------
Key: JBPM-2078
URL:
https://jira.jboss.org/jira/browse/JBPM-2078
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Heiko Braun
Assignee: Heiko Braun
Priority: Blocker
Fix For: jBPM 3.2.6 GA
Caused by: org.hibernate.PropertyNotFoundException: field [id] not found on
org.jbpm.identity.User
at
org.hibernate.property.DirectPropertyAccessor.getField(DirectPropertyAccessor.java:122)
at
org.hibernate.property.DirectPropertyAccessor.getField(DirectPropertyAccessor.java:114)
at
org.hibernate.property.DirectPropertyAccessor.getGetter(DirectPropertyAccessor.java:137)
at org.hibernate.util.ReflectHelper.getter(ReflectHelper.java:83)
at org.hibernate.util.ReflectHelper.reflectedPropertyClass(ReflectHelper.java:71)
at org.hibernate.mapping.SimpleValue.setTypeUsingReflection(SimpleValue.java:276)
at org.hibernate.cfg.HbmBinder.bindSimpleId(HbmBinder.java:401)
at org.hibernate.cfg.HbmBinder.bindRootPersistentClassCommonValues(HbmBinder.java:334)
at org.hibernate.cfg.HbmBinder.bindRootClass(HbmBinder.java:273)
at org.hibernate.cfg.HbmBinder.bindRoot(HbmBinder.java:144)
at org.hibernate.cfg.Configuration.add(Configuration.java:669)
at org.hibernate.cfg.Configuration.addInputStream(Configuration.java:504)
at org.hibernate.cfg.Configuration.addResource(Configuration.java:566)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira