Hi Guys,

 

I am trying to deploy a process definition in Oracle Database with jBPM 4.

The ant task is not being completed and stands ‘sleeping’ …

I have deployed same process definition in a Postgresql and worked fine.

 

The end of my log is:

 

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.jdbc.util.SQLStatementLogger logStatement

[jbpm-deploy] FINE:

[jbpm-deploy]     insert

[jbpm-deploy]     into

[jbpm-deploy]         JBPM4_LOB

[jbpm-deploy]         (DBVERSION_, BLOB_VALUE_, DBID_)

[jbpm-deploy]     values

[jbpm-deploy]         (?, ?, ?)

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.persister.entity.AbstractEntityPersister dehydrate

[jbpm-deploy] FINEST: Dehydrating entity: [org.jbpm.pvm.internal.lob.Lob#599]

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.type.NullableType nullSafeSet

[jbpm-deploy] FINEST: binding '0' to parameter: 1

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.type.NullableType nullSafeSet

[jbpm-deploy] FINEST: binding '599' to parameter: 3

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.persister.entity.AbstractEntityPersister insert

[jbpm-deploy] FINEST: Inserting entity: [org.jbpm.pvm.internal.lob.Lob#600]

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.persister.entity.AbstractEntityPersister insert

[jbpm-deploy] FINEST: Version: 0

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.jdbc.AbstractBatcher prepareBatchStatement

[jbpm-deploy] FINE: reusing prepared statement

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.jdbc.util.SQLStatementLogger logStatement

[jbpm-deploy] FINE:

[jbpm-deploy]     insert

[jbpm-deploy]     into

[jbpm-deploy]         JBPM4_LOB

[jbpm-deploy]         (DBVERSION_, BLOB_VALUE_, DBID_)

[jbpm-deploy]     values

[jbpm-deploy]         (?, ?, ?)

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.persister.entity.AbstractEntityPersister dehydrate

[jbpm-deploy] FINEST: Dehydrating entity: [org.jbpm.pvm.internal.lob.Lob#600]

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.type.NullableType nullSafeSet

[jbpm-deploy] FINEST: binding '0' to parameter: 1

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.type.NullableType nullSafeSet

[jbpm-deploy] FINEST: binding '600' to parameter: 3

[jbpm-deploy] 10/08/2009 09:45:12 org.hibernate.jdbc.BatchingBatcher doExecuteBatch

[jbpm-deploy] FINE: Executing batch size: 12

 

 

Thanks,

Rogerio.