Using the latest code cvs I am getting the following error. Here is the stack 
trace.

org.hibernate.PropertyAccessException: could not set a field value by 
reflection setter of org.jbpm.taskmgmt.exe.TaskInstance.isOpen
        at 
org.hibernate.property.DirectPropertyAccessor$DirectSetter.set(DirectPropertyAccessor.java:81)
        at 
org.hibernate.tuple.AbstractTuplizer.setPropertyValues(AbstractTuplizer.java:207)
        at 
org.hibernate.tuple.PojoTuplizer.setPropertyValues(PojoTuplizer.java:171)
        at 
org.hibernate.persister.entity.BasicEntityPersister.setPropertyValues(BasicEntityPersister.java:2922)
        at 
org.hibernate.engine.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:113)
        at 
org.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:492)
        at org.hibernate.loader.Loader.doQuery(Loader.java:411)
        at 
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:206)
        at org.hibernate.loader.Loader.loadCollection(Loader.java:1360)
        at 
org.hibernate.loader.collection.OneToManyLoader.initialize(OneToManyLoader.java:107)
        at 
org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:488)
        at 
org.hibernate.event.def.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:60)
        at 
org.hibernate.impl.SessionImpl.initializeCollection(SessionImpl.java:1353)
        at 
org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:170)
        at 
org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:47)
        at 
org.hibernate.collection.PersistentSet.isEmpty(PersistentSet.java:117)
        ...
Caused by: java.lang.IllegalArgumentException
        at 
sun.reflect.UnsafeBooleanFieldAccessorImpl.set(UnsafeBooleanFieldAccessorImpl.java:62)
        at java.lang.reflect.Field.set(Field.java:656)
        at 
org.hibernate.property.DirectPropertyAccessor$DirectSetter.set(DirectPropertyAccessor.java:78)
        ... 48 more


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911685#3911685

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911685


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to