Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magaton/9582596 to your computer and use it in GitHub Desktop.
Save magaton/9582596 to your computer and use it in GitHub Desktop.
kie spring 6.1.0.Beta1 test errors
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.kie.spring.jbpm.LocalEntityManagerFactorySpringTest
2014-03-16 13:33:11,013 [main] INFO Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@6b6a4b18: startup date [Sun Mar 16 13:33:11 CET 2014]; root of context hierarchy
2014-03-16 13:33:11,078 [main] INFO Loading XML bean definitions from class path resource [jbpm/local-emf/local-emf-spring.xml]
2014-03-16 13:33:11,281 [main] INFO Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3e4e6138: defining beans [jbpmEMF,jbpmTxManager,process,runtimeEnvironment,runtimeManager,logService]; root of factory hierarchy
2014-03-16 13:33:11,352 [main] INFO persistence-local.xml should be located inside META-INF directory; cannot determine persistence unit root URL for class path resource [jbpm/local-emf/persistence-local.xml]
2014-03-16 13:33:11,371 [main] INFO Building JPA container EntityManagerFactory for persistence unit 'org.jbpm.persistence.spring.local'
2014-03-16 13:33:11,583 [main] INFO HCANN000001: Hibernate Commons Annotations {4.0.2.Final}
2014-03-16 13:33:11,591 [main] INFO HHH000412: Hibernate Core {4.2.0.SP1}
2014-03-16 13:33:11,593 [main] INFO HHH000206: hibernate.properties not found
2014-03-16 13:33:11,595 [main] INFO HHH000021: Bytecode provider name : javassist
2014-03-16 13:33:11,628 [main] INFO HHH000204: Processing PersistenceUnitInfo [
name: org.jbpm.persistence.spring.local
...]
2014-03-16 13:33:12,476 [main] INFO HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
2014-03-16 13:33:12,879 [main] INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2014-03-16 13:33:12,894 [main] INFO HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
2014-03-16 13:33:12,911 [main] INFO HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
2014-03-16 13:33:12,919 [main] INFO HHH000397: Using ASTQueryTranslatorFactory
2014-03-16 13:33:13,407 [main] INFO HHH000227: Running hbm2ddl schema export
Hibernate: alter table Attachment drop constraint FK_7ndpfa311i50bq7hy18q05va3
2014-03-16 13:33:13,420 [main] ERROR HHH000389: Unsuccessful: alter table Attachment drop constraint FK_7ndpfa311i50bq7hy18q05va3
2014-03-16 13:33:13,420 [main] ERROR Table "ATTACHMENT" not found; SQL statement:
alter table Attachment drop constraint FK_7ndpfa311i50bq7hy18q05va3 [42102-168]
Hibernate: alter table Attachment drop constraint FK_hqupx569krp0f0sgu9kh87513
2014-03-16 13:33:13,420 [main] ERROR HHH000389: Unsuccessful: alter table Attachment drop constraint FK_hqupx569krp0f0sgu9kh87513
2014-03-16 13:33:13,420 [main] ERROR Table "ATTACHMENT" not found; SQL statement:
alter table Attachment drop constraint FK_hqupx569krp0f0sgu9kh87513 [42102-168]
Hibernate: alter table BooleanExpression drop constraint FK_394nf2qoc0k9ok6omgd6jtpso
2014-03-16 13:33:13,421 [main] ERROR HHH000389: Unsuccessful: alter table BooleanExpression drop constraint FK_394nf2qoc0k9ok6omgd6jtpso
2014-03-16 13:33:13,421 [main] ERROR Table "BOOLEANEXPRESSION" not found; SQL statement:
alter table BooleanExpression drop constraint FK_394nf2qoc0k9ok6omgd6jtpso [42102-168]
Hibernate: alter table CorrelationPropertyInfo drop constraint FK_hrmx1m882cejwj9c04ixh50i4
2014-03-16 13:33:13,422 [main] ERROR HHH000389: Unsuccessful: alter table CorrelationPropertyInfo drop constraint FK_hrmx1m882cejwj9c04ixh50i4
2014-03-16 13:33:13,422 [main] ERROR Table "CORRELATIONPROPERTYINFO" not found; SQL statement:
alter table CorrelationPropertyInfo drop constraint FK_hrmx1m882cejwj9c04ixh50i4 [42102-168]
Hibernate: alter table Deadline drop constraint FK_68w742sge00vco2cq3jhbvmgx
2014-03-16 13:33:13,422 [main] ERROR HHH000389: Unsuccessful: alter table Deadline drop constraint FK_68w742sge00vco2cq3jhbvmgx
2014-03-16 13:33:13,422 [main] ERROR Table "DEADLINE" not found; SQL statement:
alter table Deadline drop constraint FK_68w742sge00vco2cq3jhbvmgx [42102-168]
Hibernate: alter table Deadline drop constraint FK_euoohoelbqvv94d8a8rcg8s5n
2014-03-16 13:33:13,423 [main] ERROR HHH000389: Unsuccessful: alter table Deadline drop constraint FK_euoohoelbqvv94d8a8rcg8s5n
2014-03-16 13:33:13,423 [main] ERROR Table "DEADLINE" not found; SQL statement:
alter table Deadline drop constraint FK_euoohoelbqvv94d8a8rcg8s5n [42102-168]
Hibernate: alter table Delegation_delegates drop constraint FK_gn7ula51sk55wj1o1m57guqxb
2014-03-16 13:33:13,423 [main] ERROR HHH000389: Unsuccessful: alter table Delegation_delegates drop constraint FK_gn7ula51sk55wj1o1m57guqxb
2014-03-16 13:33:13,423 [main] ERROR Table "DELEGATION_DELEGATES" not found; SQL statement:
alter table Delegation_delegates drop constraint FK_gn7ula51sk55wj1o1m57guqxb [42102-168]
Hibernate: alter table Delegation_delegates drop constraint FK_fajq6kossbsqwr3opkrctxei3
2014-03-16 13:33:13,423 [main] ERROR HHH000389: Unsuccessful: alter table Delegation_delegates drop constraint FK_fajq6kossbsqwr3opkrctxei3
2014-03-16 13:33:13,423 [main] ERROR Table "DELEGATION_DELEGATES" not found; SQL statement:
alter table Delegation_delegates drop constraint FK_fajq6kossbsqwr3opkrctxei3 [42102-168]
Hibernate: alter table Escalation drop constraint FK_ay2gd4fvl9yaapviyxudwuvfg
2014-03-16 13:33:13,424 [main] ERROR HHH000389: Unsuccessful: alter table Escalation drop constraint FK_ay2gd4fvl9yaapviyxudwuvfg
2014-03-16 13:33:13,424 [main] ERROR Table "ESCALATION" not found; SQL statement:
alter table Escalation drop constraint FK_ay2gd4fvl9yaapviyxudwuvfg [42102-168]
Hibernate: alter table EventTypes drop constraint FK_nrecj4617iwxlc65ij6m7lsl1
2014-03-16 13:33:13,424 [main] ERROR HHH000389: Unsuccessful: alter table EventTypes drop constraint FK_nrecj4617iwxlc65ij6m7lsl1
2014-03-16 13:33:13,424 [main] ERROR Table "EVENTTYPES" not found; SQL statement:
alter table EventTypes drop constraint FK_nrecj4617iwxlc65ij6m7lsl1 [42102-168]
Hibernate: alter table I18NText drop constraint FK_k16jpgrh67ti9uedf6konsu1p
2014-03-16 13:33:13,424 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_k16jpgrh67ti9uedf6konsu1p
2014-03-16 13:33:13,424 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_k16jpgrh67ti9uedf6konsu1p [42102-168]
Hibernate: alter table I18NText drop constraint FK_fd9uk6hemv2dx1ojovo7ms3vp
2014-03-16 13:33:13,425 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_fd9uk6hemv2dx1ojovo7ms3vp
2014-03-16 13:33:13,425 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_fd9uk6hemv2dx1ojovo7ms3vp [42102-168]
Hibernate: alter table I18NText drop constraint FK_4eyfp69ucrron2hr7qx4np2fp
2014-03-16 13:33:13,425 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_4eyfp69ucrron2hr7qx4np2fp
2014-03-16 13:33:13,425 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_4eyfp69ucrron2hr7qx4np2fp [42102-168]
Hibernate: alter table I18NText drop constraint FK_pqarjvvnwfjpeyb87yd7m0bfi
2014-03-16 13:33:13,425 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_pqarjvvnwfjpeyb87yd7m0bfi
2014-03-16 13:33:13,425 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_pqarjvvnwfjpeyb87yd7m0bfi [42102-168]
Hibernate: alter table I18NText drop constraint FK_o84rkh69r47ti8uv4eyj7bmo2
2014-03-16 13:33:13,426 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_o84rkh69r47ti8uv4eyj7bmo2
2014-03-16 13:33:13,426 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_o84rkh69r47ti8uv4eyj7bmo2 [42102-168]
Hibernate: alter table I18NText drop constraint FK_g1trxri8w64enudw2t1qahhk5
2014-03-16 13:33:13,427 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_g1trxri8w64enudw2t1qahhk5
2014-03-16 13:33:13,427 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_g1trxri8w64enudw2t1qahhk5 [42102-168]
Hibernate: alter table I18NText drop constraint FK_qoce92c70adem3ccb3i7lec8x
2014-03-16 13:33:13,427 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_qoce92c70adem3ccb3i7lec8x
2014-03-16 13:33:13,427 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_qoce92c70adem3ccb3i7lec8x [42102-168]
Hibernate: alter table I18NText drop constraint FK_bw8vmpekejxt1ei2ge26gdsry
2014-03-16 13:33:13,427 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_bw8vmpekejxt1ei2ge26gdsry
2014-03-16 13:33:13,427 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_bw8vmpekejxt1ei2ge26gdsry [42102-168]
Hibernate: alter table I18NText drop constraint FK_21qvifarxsvuxeaw5sxwh473w
2014-03-16 13:33:13,428 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_21qvifarxsvuxeaw5sxwh473w
2014-03-16 13:33:13,428 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_21qvifarxsvuxeaw5sxwh473w [42102-168]
Hibernate: alter table Notification drop constraint FK_bdbeml3768go5im41cgfpyso9
2014-03-16 13:33:13,428 [main] ERROR HHH000389: Unsuccessful: alter table Notification drop constraint FK_bdbeml3768go5im41cgfpyso9
2014-03-16 13:33:13,428 [main] ERROR Table "NOTIFICATION" not found; SQL statement:
alter table Notification drop constraint FK_bdbeml3768go5im41cgfpyso9 [42102-168]
Hibernate: alter table Notification_BAs drop constraint FK_mfbsnbrhth4rjhqc2ud338s4i
2014-03-16 13:33:13,428 [main] ERROR HHH000389: Unsuccessful: alter table Notification_BAs drop constraint FK_mfbsnbrhth4rjhqc2ud338s4i
2014-03-16 13:33:13,428 [main] ERROR Table "NOTIFICATION_BAS" not found; SQL statement:
alter table Notification_BAs drop constraint FK_mfbsnbrhth4rjhqc2ud338s4i [42102-168]
Hibernate: alter table Notification_BAs drop constraint FK_fc0uuy76t2bvxaxqysoo8xts7
2014-03-16 13:33:13,429 [main] ERROR HHH000389: Unsuccessful: alter table Notification_BAs drop constraint FK_fc0uuy76t2bvxaxqysoo8xts7
2014-03-16 13:33:13,429 [main] ERROR Table "NOTIFICATION_BAS" not found; SQL statement:
alter table Notification_BAs drop constraint FK_fc0uuy76t2bvxaxqysoo8xts7 [42102-168]
Hibernate: alter table Notification_Recipients drop constraint FK_blf9jsrumtrthdaqnpwxt25eu
2014-03-16 13:33:13,429 [main] ERROR HHH000389: Unsuccessful: alter table Notification_Recipients drop constraint FK_blf9jsrumtrthdaqnpwxt25eu
2014-03-16 13:33:13,429 [main] ERROR Table "NOTIFICATION_RECIPIENTS" not found; SQL statement:
alter table Notification_Recipients drop constraint FK_blf9jsrumtrthdaqnpwxt25eu [42102-168]
Hibernate: alter table Notification_Recipients drop constraint FK_3l244pj8sh78vtn9imaymrg47
2014-03-16 13:33:13,429 [main] ERROR HHH000389: Unsuccessful: alter table Notification_Recipients drop constraint FK_3l244pj8sh78vtn9imaymrg47
2014-03-16 13:33:13,429 [main] ERROR Table "NOTIFICATION_RECIPIENTS" not found; SQL statement:
alter table Notification_Recipients drop constraint FK_3l244pj8sh78vtn9imaymrg47 [42102-168]
Hibernate: alter table Notification_email_header drop constraint FK_ptaka5kost68h7l3wflv7w6y8
2014-03-16 13:33:13,430 [main] ERROR HHH000389: Unsuccessful: alter table Notification_email_header drop constraint FK_ptaka5kost68h7l3wflv7w6y8
2014-03-16 13:33:13,430 [main] ERROR Table "NOTIFICATION_EMAIL_HEADER" not found; SQL statement:
alter table Notification_email_header drop constraint FK_ptaka5kost68h7l3wflv7w6y8 [42102-168]
Hibernate: alter table Notification_email_header drop constraint FK_eth4nvxn21fk1vnju85vkjrai
2014-03-16 13:33:13,430 [main] ERROR HHH000389: Unsuccessful: alter table Notification_email_header drop constraint FK_eth4nvxn21fk1vnju85vkjrai
2014-03-16 13:33:13,430 [main] ERROR Table "NOTIFICATION_EMAIL_HEADER" not found; SQL statement:
alter table Notification_email_header drop constraint FK_eth4nvxn21fk1vnju85vkjrai [42102-168]
Hibernate: alter table PeopleAssignments_BAs drop constraint FK_t38xbkrq6cppifnxequhvjsl2
2014-03-16 13:33:13,431 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_BAs drop constraint FK_t38xbkrq6cppifnxequhvjsl2
2014-03-16 13:33:13,431 [main] ERROR Table "PEOPLEASSIGNMENTS_BAS" not found; SQL statement:
alter table PeopleAssignments_BAs drop constraint FK_t38xbkrq6cppifnxequhvjsl2 [42102-168]
Hibernate: alter table PeopleAssignments_BAs drop constraint FK_omjg5qh7uv8e9bolbaq7hv6oh
2014-03-16 13:33:13,431 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_BAs drop constraint FK_omjg5qh7uv8e9bolbaq7hv6oh
2014-03-16 13:33:13,431 [main] ERROR Table "PEOPLEASSIGNMENTS_BAS" not found; SQL statement:
alter table PeopleAssignments_BAs drop constraint FK_omjg5qh7uv8e9bolbaq7hv6oh [42102-168]
Hibernate: alter table PeopleAssignments_ExclOwners drop constraint FK_pth28a73rj6bxtlfc69kmqo0a
2014-03-16 13:33:13,431 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_ExclOwners drop constraint FK_pth28a73rj6bxtlfc69kmqo0a
2014-03-16 13:33:13,431 [main] ERROR Table "PEOPLEASSIGNMENTS_EXCLOWNERS" not found; SQL statement:
alter table PeopleAssignments_ExclOwners drop constraint FK_pth28a73rj6bxtlfc69kmqo0a [42102-168]
Hibernate: alter table PeopleAssignments_ExclOwners drop constraint FK_b8owuxfrdng050ugpk0pdowa7
2014-03-16 13:33:13,432 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_ExclOwners drop constraint FK_b8owuxfrdng050ugpk0pdowa7
2014-03-16 13:33:13,432 [main] ERROR Table "PEOPLEASSIGNMENTS_EXCLOWNERS" not found; SQL statement:
alter table PeopleAssignments_ExclOwners drop constraint FK_b8owuxfrdng050ugpk0pdowa7 [42102-168]
Hibernate: alter table PeopleAssignments_PotOwners drop constraint FK_tee3ftir7xs6eo3fdvi3xw026
2014-03-16 13:33:13,432 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_PotOwners drop constraint FK_tee3ftir7xs6eo3fdvi3xw026
2014-03-16 13:33:13,432 [main] ERROR Table "PEOPLEASSIGNMENTS_POTOWNERS" not found; SQL statement:
alter table PeopleAssignments_PotOwners drop constraint FK_tee3ftir7xs6eo3fdvi3xw026 [42102-168]
Hibernate: alter table PeopleAssignments_PotOwners drop constraint FK_4dv2oji7pr35ru0w45trix02x
2014-03-16 13:33:13,433 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_PotOwners drop constraint FK_4dv2oji7pr35ru0w45trix02x
2014-03-16 13:33:13,433 [main] ERROR Table "PEOPLEASSIGNMENTS_POTOWNERS" not found; SQL statement:
alter table PeopleAssignments_PotOwners drop constraint FK_4dv2oji7pr35ru0w45trix02x [42102-168]
Hibernate: alter table PeopleAssignments_Recipients drop constraint FK_4g7y3wx6gnokf6vycgpxs83d6
2014-03-16 13:33:13,433 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_Recipients drop constraint FK_4g7y3wx6gnokf6vycgpxs83d6
2014-03-16 13:33:13,433 [main] ERROR Table "PEOPLEASSIGNMENTS_RECIPIENTS" not found; SQL statement:
alter table PeopleAssignments_Recipients drop constraint FK_4g7y3wx6gnokf6vycgpxs83d6 [42102-168]
Hibernate: alter table PeopleAssignments_Recipients drop constraint FK_enhk831fghf6akjilfn58okl4
2014-03-16 13:33:13,433 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_Recipients drop constraint FK_enhk831fghf6akjilfn58okl4
2014-03-16 13:33:13,433 [main] ERROR Table "PEOPLEASSIGNMENTS_RECIPIENTS" not found; SQL statement:
alter table PeopleAssignments_Recipients drop constraint FK_enhk831fghf6akjilfn58okl4 [42102-168]
Hibernate: alter table PeopleAssignments_Stakeholders drop constraint FK_met63inaep6cq4ofb3nnxi4tm
2014-03-16 13:33:13,434 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_Stakeholders drop constraint FK_met63inaep6cq4ofb3nnxi4tm
2014-03-16 13:33:13,434 [main] ERROR Table "PEOPLEASSIGNMENTS_STAKEHOLDERS" not found; SQL statement:
alter table PeopleAssignments_Stakeholders drop constraint FK_met63inaep6cq4ofb3nnxi4tm [42102-168]
Hibernate: alter table PeopleAssignments_Stakeholders drop constraint FK_4bh3ay74x6ql9usunubttfdf1
2014-03-16 13:33:13,434 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_Stakeholders drop constraint FK_4bh3ay74x6ql9usunubttfdf1
2014-03-16 13:33:13,434 [main] ERROR Table "PEOPLEASSIGNMENTS_STAKEHOLDERS" not found; SQL statement:
alter table PeopleAssignments_Stakeholders drop constraint FK_4bh3ay74x6ql9usunubttfdf1 [42102-168]
Hibernate: alter table Reassignment drop constraint FK_pnpeue9hs6kx2ep0sp16b6kfd
2014-03-16 13:33:13,435 [main] ERROR HHH000389: Unsuccessful: alter table Reassignment drop constraint FK_pnpeue9hs6kx2ep0sp16b6kfd
2014-03-16 13:33:13,435 [main] ERROR Table "REASSIGNMENT" not found; SQL statement:
alter table Reassignment drop constraint FK_pnpeue9hs6kx2ep0sp16b6kfd [42102-168]
Hibernate: alter table Reassignment_potentialOwners drop constraint FK_8frl6la7tgparlnukhp8xmody
2014-03-16 13:33:13,435 [main] ERROR HHH000389: Unsuccessful: alter table Reassignment_potentialOwners drop constraint FK_8frl6la7tgparlnukhp8xmody
2014-03-16 13:33:13,435 [main] ERROR Table "REASSIGNMENT_POTENTIALOWNERS" not found; SQL statement:
alter table Reassignment_potentialOwners drop constraint FK_8frl6la7tgparlnukhp8xmody [42102-168]
Hibernate: alter table Reassignment_potentialOwners drop constraint FK_qbega5ncu6b9yigwlw55aeijn
2014-03-16 13:33:13,436 [main] ERROR HHH000389: Unsuccessful: alter table Reassignment_potentialOwners drop constraint FK_qbega5ncu6b9yigwlw55aeijn
2014-03-16 13:33:13,436 [main] ERROR Table "REASSIGNMENT_POTENTIALOWNERS" not found; SQL statement:
alter table Reassignment_potentialOwners drop constraint FK_qbega5ncu6b9yigwlw55aeijn [42102-168]
Hibernate: alter table Task drop constraint FK_dpk0f9ucm14c78bsxthh7h8yh
2014-03-16 13:33:13,436 [main] ERROR HHH000389: Unsuccessful: alter table Task drop constraint FK_dpk0f9ucm14c78bsxthh7h8yh
2014-03-16 13:33:13,436 [main] ERROR Table "TASK" not found; SQL statement:
alter table Task drop constraint FK_dpk0f9ucm14c78bsxthh7h8yh [42102-168]
Hibernate: alter table Task drop constraint FK_nh9nnt47f3l61qjlyedqt05rf
2014-03-16 13:33:13,437 [main] ERROR HHH000389: Unsuccessful: alter table Task drop constraint FK_nh9nnt47f3l61qjlyedqt05rf
2014-03-16 13:33:13,437 [main] ERROR Table "TASK" not found; SQL statement:
alter table Task drop constraint FK_nh9nnt47f3l61qjlyedqt05rf [42102-168]
Hibernate: alter table Task drop constraint FK_k02og0u71obf1uxgcdjx9rcjc
2014-03-16 13:33:13,437 [main] ERROR HHH000389: Unsuccessful: alter table Task drop constraint FK_k02og0u71obf1uxgcdjx9rcjc
2014-03-16 13:33:13,437 [main] ERROR Table "TASK" not found; SQL statement:
alter table Task drop constraint FK_k02og0u71obf1uxgcdjx9rcjc [42102-168]
Hibernate: alter table task_comment drop constraint FK_aax378yjnsmw9kb9vsu994jjv
2014-03-16 13:33:13,437 [main] ERROR HHH000389: Unsuccessful: alter table task_comment drop constraint FK_aax378yjnsmw9kb9vsu994jjv
2014-03-16 13:33:13,437 [main] ERROR Table "TASK_COMMENT" not found; SQL statement:
alter table task_comment drop constraint FK_aax378yjnsmw9kb9vsu994jjv [42102-168]
Hibernate: alter table task_comment drop constraint FK_1ws9jdmhtey6mxu7jb0r0ufvs
2014-03-16 13:33:13,438 [main] ERROR HHH000389: Unsuccessful: alter table task_comment drop constraint FK_1ws9jdmhtey6mxu7jb0r0ufvs
2014-03-16 13:33:13,438 [main] ERROR Table "TASK_COMMENT" not found; SQL statement:
alter table task_comment drop constraint FK_1ws9jdmhtey6mxu7jb0r0ufvs [42102-168]
Hibernate: drop table Attachment if exists
Hibernate: drop table BAMTaskSummary if exists
Hibernate: drop table BooleanExpression if exists
Hibernate: drop table Content if exists
Hibernate: drop table ContextMappingInfo if exists
Hibernate: drop table CorrelationKeyInfo if exists
Hibernate: drop table CorrelationPropertyInfo if exists
Hibernate: drop table Deadline if exists
Hibernate: drop table Delegation_delegates if exists
Hibernate: drop table Escalation if exists
Hibernate: drop table EventTypes if exists
Hibernate: drop table I18NText if exists
Hibernate: drop table MyEntity if exists
Hibernate: drop table MyEntityMethods if exists
Hibernate: drop table MyEntityOnlyFields if exists
Hibernate: drop table NodeInstanceLog if exists
Hibernate: drop table Notification if exists
Hibernate: drop table Notification_BAs if exists
Hibernate: drop table Notification_Recipients if exists
Hibernate: drop table Notification_email_header if exists
Hibernate: drop table OrganizationalEntity if exists
Hibernate: drop table PeopleAssignments_BAs if exists
Hibernate: drop table PeopleAssignments_ExclOwners if exists
Hibernate: drop table PeopleAssignments_PotOwners if exists
Hibernate: drop table PeopleAssignments_Recipients if exists
Hibernate: drop table PeopleAssignments_Stakeholders if exists
Hibernate: drop table ProcessInstanceInfo if exists
Hibernate: drop table ProcessInstanceLog if exists
Hibernate: drop table Reassignment if exists
Hibernate: drop table Reassignment_potentialOwners if exists
Hibernate: drop table SessionInfo if exists
Hibernate: drop table Task if exists
Hibernate: drop table TaskEvent if exists
Hibernate: drop table VariableInstanceLog if exists
Hibernate: drop table WorkItemInfo if exists
Hibernate: drop table email_header if exists
Hibernate: drop table task_comment if exists
Hibernate: create table Attachment (id bigint generated by default as identity, accessType integer, attachedAt timestamp, attachmentContentId bigint not null, contentType varchar(255), name varchar(255), attachment_size integer, attachedBy_id varchar(255), TaskData_Attachments_Id bigint, primary key (id))
Hibernate: create table BAMTaskSummary (pk bigint generated by default as identity, createdDate timestamp, duration bigint, endDate timestamp, processInstanceId bigint not null, startDate timestamp, status varchar(255), taskId bigint not null, taskName varchar(255), userId varchar(255), OPTLOCK integer, primary key (pk))
Hibernate: create table BooleanExpression (id bigint generated by default as identity, expression clob, type varchar(255), Escalation_Constraints_Id bigint, primary key (id))
Hibernate: create table Content (id bigint generated by default as identity, content blob, primary key (id))
Hibernate: create table ContextMappingInfo (mappingId bigint generated by default as identity, CONTEXT_ID varchar(255) not null, KSESSION_ID integer not null, OPTLOCK integer, primary key (mappingId))
Hibernate: create table CorrelationKeyInfo (keyId bigint generated by default as identity, name varchar(255), processInstanceId bigint not null, OPTLOCK integer, primary key (keyId))
Hibernate: create table CorrelationPropertyInfo (propertyId bigint generated by default as identity, name varchar(255), value varchar(255), OPTLOCK integer, correlationKey_keyId bigint, primary key (propertyId))
Hibernate: create table Deadline (id bigint generated by default as identity, deadline_date timestamp, escalated smallint, Deadlines_StartDeadLine_Id bigint, Deadlines_EndDeadLine_Id bigint, primary key (id))
Hibernate: create table Delegation_delegates (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table Escalation (id bigint generated by default as identity, name varchar(255), Deadline_Escalation_Id bigint, primary key (id))
Hibernate: create table EventTypes (InstanceId bigint not null, element varchar(255))
Hibernate: create table I18NText (id bigint generated by default as identity, language varchar(255), shortText varchar(255), text clob, Task_Subjects_Id bigint, Task_Names_Id bigint, Task_Descriptions_Id bigint, Reassignment_Documentation_Id bigint, Notification_Subjects_Id bigint, Notification_Names_Id bigint, Notification_Documentation_Id bigint, Notification_Descriptions_Id bigint, Deadline_Documentation_Id bigint, primary key (id))
Hibernate: create table MyEntity (id bigint generated by default as identity, test varchar(255), primary key (id))
Hibernate: create table MyEntityMethods (id bigint generated by default as identity, test varchar(255), primary key (id))
Hibernate: create table MyEntityOnlyFields (id bigint generated by default as identity, test varchar(255), primary key (id))
Hibernate: create table NodeInstanceLog (id bigint generated by default as identity, connection varchar(255), log_date timestamp, externalId varchar(255), nodeId varchar(255), nodeInstanceId varchar(255), nodeName varchar(255), nodeType varchar(255), processId varchar(255), processInstanceId bigint not null, type integer not null, workItemId bigint, primary key (id))
Hibernate: create table Notification (DTYPE varchar(31) not null, id bigint generated by default as identity, priority integer not null, Escalation_Notifications_Id bigint, primary key (id))
Hibernate: create table Notification_BAs (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table Notification_Recipients (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table Notification_email_header (Notification_id bigint not null, emailHeaders_id bigint not null, mapkey varchar(255) not null, primary key (Notification_id, mapkey))
Hibernate: create table OrganizationalEntity (DTYPE varchar(31) not null, id varchar(255) not null, primary key (id))
Hibernate: create table PeopleAssignments_BAs (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table PeopleAssignments_ExclOwners (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table PeopleAssignments_PotOwners (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table PeopleAssignments_Recipients (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table PeopleAssignments_Stakeholders (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table ProcessInstanceInfo (InstanceId bigint generated by default as identity, lastModificationDate timestamp, lastReadDate timestamp, processId varchar(255), processInstanceByteArray blob, startDate timestamp, state integer not null, OPTLOCK integer, primary key (InstanceId))
Hibernate: create table ProcessInstanceLog (id bigint generated by default as identity, duration bigint, end_date timestamp, externalId varchar(255), user_identity varchar(255), outcome varchar(255), parentProcessInstanceId bigint, processId varchar(255), processInstanceId bigint not null, processName varchar(255), processVersion varchar(255), start_date timestamp, status integer, primary key (id))
Hibernate: create table Reassignment (id bigint generated by default as identity, Escalation_Reassignments_Id bigint, primary key (id))
Hibernate: create table Reassignment_potentialOwners (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table SessionInfo (id integer generated by default as identity, lastModificationDate timestamp, rulesByteArray blob, startDate timestamp, OPTLOCK integer, primary key (id))
Hibernate: create table Task (id bigint generated by default as identity, archived smallint, allowedToDelegate varchar(255), formName varchar(255), priority integer not null, subTaskStrategy varchar(255), activationTime timestamp, createdOn timestamp, deploymentId varchar(255), documentAccessType integer, documentContentId bigint not null, documentType varchar(255), expirationTime timestamp, faultAccessType integer, faultContentId bigint not null, faultName varchar(255), faultType varchar(255), outputAccessType integer, outputContentId bigint not null, outputType varchar(255), parentId bigint not null, previousStatus integer, processId varchar(255), processInstanceId bigint not null, processSessionId integer not null, skipable boolean not null, status varchar(255), workItemId bigint not null, taskType varchar(255), OPTLOCK integer, taskInitiator_id varchar(255), actualOwner_id varchar(255), createdBy_id varchar(255), primary key (id))
Hibernate: create table TaskEvent (id bigint generated by default as identity, logTime timestamp, taskId bigint, type varchar(255), userId varchar(255), OPTLOCK integer, primary key (id))
Hibernate: create table VariableInstanceLog (id bigint generated by default as identity, log_date timestamp, externalId varchar(255), oldValue varchar(255), processId varchar(255), processInstanceId bigint not null, value varchar(255), variableId varchar(255), variableInstanceId varchar(255), primary key (id))
Hibernate: create table WorkItemInfo (workItemId bigint generated by default as identity, creationDate timestamp, name varchar(255), processInstanceId bigint not null, state bigint not null, OPTLOCK integer, workItemByteArray blob, primary key (workItemId))
Hibernate: create table email_header (id bigint generated by default as identity, body clob, fromAddress varchar(255), language varchar(255), replyToAddress varchar(255), subject varchar(255), primary key (id))
Hibernate: create table task_comment (id bigint generated by default as identity, addedAt timestamp, text clob, addedBy_id varchar(255), TaskData_Comments_Id bigint, primary key (id))
Hibernate: alter table Attachment add constraint FK_7ndpfa311i50bq7hy18q05va3 foreign key (attachedBy_id) references OrganizationalEntity
Hibernate: alter table Attachment add constraint FK_hqupx569krp0f0sgu9kh87513 foreign key (TaskData_Attachments_Id) references Task
Hibernate: alter table BooleanExpression add constraint FK_394nf2qoc0k9ok6omgd6jtpso foreign key (Escalation_Constraints_Id) references Escalation
Hibernate: alter table CorrelationPropertyInfo add constraint FK_hrmx1m882cejwj9c04ixh50i4 foreign key (correlationKey_keyId) references CorrelationKeyInfo
Hibernate: alter table Deadline add constraint FK_68w742sge00vco2cq3jhbvmgx foreign key (Deadlines_StartDeadLine_Id) references Task
Hibernate: alter table Deadline add constraint FK_euoohoelbqvv94d8a8rcg8s5n foreign key (Deadlines_EndDeadLine_Id) references Task
Hibernate: alter table Delegation_delegates add constraint FK_gn7ula51sk55wj1o1m57guqxb foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table Delegation_delegates add constraint FK_fajq6kossbsqwr3opkrctxei3 foreign key (task_id) references Task
Hibernate: alter table Escalation add constraint FK_ay2gd4fvl9yaapviyxudwuvfg foreign key (Deadline_Escalation_Id) references Deadline
Hibernate: alter table EventTypes add constraint FK_nrecj4617iwxlc65ij6m7lsl1 foreign key (InstanceId) references ProcessInstanceInfo
Hibernate: alter table I18NText add constraint FK_k16jpgrh67ti9uedf6konsu1p foreign key (Task_Subjects_Id) references Task
Hibernate: alter table I18NText add constraint FK_fd9uk6hemv2dx1ojovo7ms3vp foreign key (Task_Names_Id) references Task
Hibernate: alter table I18NText add constraint FK_4eyfp69ucrron2hr7qx4np2fp foreign key (Task_Descriptions_Id) references Task
Hibernate: alter table I18NText add constraint FK_pqarjvvnwfjpeyb87yd7m0bfi foreign key (Reassignment_Documentation_Id) references Reassignment
Hibernate: alter table I18NText add constraint FK_o84rkh69r47ti8uv4eyj7bmo2 foreign key (Notification_Subjects_Id) references Notification
Hibernate: alter table I18NText add constraint FK_g1trxri8w64enudw2t1qahhk5 foreign key (Notification_Names_Id) references Notification
Hibernate: alter table I18NText add constraint FK_qoce92c70adem3ccb3i7lec8x foreign key (Notification_Documentation_Id) references Notification
Hibernate: alter table I18NText add constraint FK_bw8vmpekejxt1ei2ge26gdsry foreign key (Notification_Descriptions_Id) references Notification
Hibernate: alter table I18NText add constraint FK_21qvifarxsvuxeaw5sxwh473w foreign key (Deadline_Documentation_Id) references Deadline
Hibernate: alter table Notification add constraint FK_bdbeml3768go5im41cgfpyso9 foreign key (Escalation_Notifications_Id) references Escalation
Hibernate: alter table Notification_BAs add constraint FK_mfbsnbrhth4rjhqc2ud338s4i foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table Notification_BAs add constraint FK_fc0uuy76t2bvxaxqysoo8xts7 foreign key (task_id) references Notification
Hibernate: alter table Notification_Recipients add constraint FK_blf9jsrumtrthdaqnpwxt25eu foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table Notification_Recipients add constraint FK_3l244pj8sh78vtn9imaymrg47 foreign key (task_id) references Notification
Hibernate: alter table Notification_email_header add constraint UK_ptaka5kost68h7l3wflv7w6y8 unique (emailHeaders_id)
Hibernate: alter table Notification_email_header add constraint FK_ptaka5kost68h7l3wflv7w6y8 foreign key (emailHeaders_id) references email_header
Hibernate: alter table Notification_email_header add constraint FK_eth4nvxn21fk1vnju85vkjrai foreign key (Notification_id) references Notification
Hibernate: alter table PeopleAssignments_BAs add constraint FK_t38xbkrq6cppifnxequhvjsl2 foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table PeopleAssignments_BAs add constraint FK_omjg5qh7uv8e9bolbaq7hv6oh foreign key (task_id) references Task
Hibernate: alter table PeopleAssignments_ExclOwners add constraint FK_pth28a73rj6bxtlfc69kmqo0a foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table PeopleAssignments_ExclOwners add constraint FK_b8owuxfrdng050ugpk0pdowa7 foreign key (task_id) references Task
Hibernate: alter table PeopleAssignments_PotOwners add constraint FK_tee3ftir7xs6eo3fdvi3xw026 foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table PeopleAssignments_PotOwners add constraint FK_4dv2oji7pr35ru0w45trix02x foreign key (task_id) references Task
Hibernate: alter table PeopleAssignments_Recipients add constraint FK_4g7y3wx6gnokf6vycgpxs83d6 foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table PeopleAssignments_Recipients add constraint FK_enhk831fghf6akjilfn58okl4 foreign key (task_id) references Task
Hibernate: alter table PeopleAssignments_Stakeholders add constraint FK_met63inaep6cq4ofb3nnxi4tm foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table PeopleAssignments_Stakeholders add constraint FK_4bh3ay74x6ql9usunubttfdf1 foreign key (task_id) references Task
Hibernate: alter table Reassignment add constraint FK_pnpeue9hs6kx2ep0sp16b6kfd foreign key (Escalation_Reassignments_Id) references Escalation
Hibernate: alter table Reassignment_potentialOwners add constraint FK_8frl6la7tgparlnukhp8xmody foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table Reassignment_potentialOwners add constraint FK_qbega5ncu6b9yigwlw55aeijn foreign key (task_id) references Reassignment
Hibernate: alter table Task add constraint FK_dpk0f9ucm14c78bsxthh7h8yh foreign key (taskInitiator_id) references OrganizationalEntity
Hibernate: alter table Task add constraint FK_nh9nnt47f3l61qjlyedqt05rf foreign key (actualOwner_id) references OrganizationalEntity
Hibernate: alter table Task add constraint FK_k02og0u71obf1uxgcdjx9rcjc foreign key (createdBy_id) references OrganizationalEntity
Hibernate: alter table task_comment add constraint FK_aax378yjnsmw9kb9vsu994jjv foreign key (addedBy_id) references OrganizationalEntity
Hibernate: alter table task_comment add constraint FK_1ws9jdmhtey6mxu7jb0r0ufvs foreign key (TaskData_Comments_Id) references Task
2014-03-16 13:33:13,588 [main] INFO HHH000230: Schema export complete
Hibernate: insert into SessionInfo (id, lastModificationDate, rulesByteArray, startDate, OPTLOCK) values (null, ?, ?, ?, ?)
2014-03-16 13:33:16,206 [main] INFO Bitronix Transaction Manager version 2.1.4
2014-03-16 13:33:16,206 [main] WARN cannot get this JVM unique ID. Make sure it is configured and you only use ASCII characters. Will use IP address instead (unsafe for production usage!).
2014-03-16 13:33:16,207 [main] INFO JVM unique ID: <127.0.0.1>
2014-03-16 13:33:16,221 [main] WARN active log file is unclean, did you call BitronixTransactionManager.shutdown() at the end of the last run?
2014-03-16 13:33:16,324 [main] INFO recovery committed 0 dangling transaction(s) and rolled back 0 aborted transaction(s) on 1 resource(s) [jdbc/jbpm-ds] (restricted to serverId '127.0.0.1')
Hibernate: delete from SessionInfo where id=? and OPTLOCK=?
2014-03-16 13:33:16,344 [main] ERROR TransactionSynchronization.afterCompletion threw exception
java.lang.IllegalStateException: Illegal method call. This session was previously disposed.
at org.drools.core.reteoo.DisposedReteooWorkingMemory.getProcessRuntime(DisposedReteooWorkingMemory.java:261) ~[drools-core-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.core.impl.StatefulKnowledgeSessionImpl.getProcessRuntime(StatefulKnowledgeSessionImpl.java:876) ~[drools-core-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.persistence.SingleSessionCommandService$SynchronizationImpl.afterCompletion(SingleSessionCommandService.java:457) ~[drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.persistence.TransactionSynchronizationContainer.afterCompletion(TransactionSynchronizationContainer.java:26) ~[drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.kie.spring.persistence.SpringTransactionSynchronizationAdapter.afterCompletion(SpringTransactionSynchronizationAdapter.java:37) ~[classes/:na]
at org.springframework.transaction.support.TransactionSynchronizationUtils.invokeAfterCompletion(TransactionSynchronizationUtils.java:168) ~[spring-tx-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.invokeAfterCompletion(AbstractPlatformTransactionManager.java:996) [spring-tx-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(AbstractPlatformTransactionManager.java:971) [spring-tx-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:799) [spring-tx-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723) [spring-tx-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.kie.spring.persistence.KieSpringTransactionManager.commit(KieSpringTransactionManager.java:70) [classes/:na]
at org.drools.persistence.SingleSessionCommandService$TransactionInterceptor.execute(SingleSessionCommandService.java:536) [drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:41) [drools-core-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:73) [drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:41) [drools-core-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:60) [drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.persistence.SingleSessionCommandService.execute(SingleSessionCommandService.java:377) [drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.execute(CommandBasedStatefulKnowledgeSession.java:478) [drools-core-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.jbpm.runtime.manager.impl.PerProcessInstanceRuntimeManager.init(PerProcessInstanceRuntimeManager.java:288) [jbpm-runtime-manager-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.jbpm.runtime.manager.impl.RuntimeManagerFactoryImpl.newPerProcessInstanceRuntimeManager(RuntimeManagerFactoryImpl.java:104) [jbpm-runtime-manager-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.kie.spring.factorybeans.RuntimeManagerFactoryBean.getObject(RuntimeManagerFactoryBean.java:58) [classes/:na]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:142) [spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:109) [spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1440) [spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:247) [spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192) [spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075) [spring-context-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.kie.spring.jbpm.LocalEntityManagerFactorySpringTest.testSpringWithJTAAndEMFwithRollback(LocalEntityManagerFactorySpringTest.java:94) [test-classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_17]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_17]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [junit-4.11.jar:na]
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na]
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) [junit-4.11.jar:na]
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.11.jar:na]
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.11.jar:na]
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) [junit-4.11.jar:na]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) [junit-4.11.jar:na]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na]
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.15.jar:2.15]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.15.jar:2.15]
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.15.jar:2.15]
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.15.jar:2.15]
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.15.jar:2.15]
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.15.jar:2.15]
Hibernate: insert into SessionInfo (id, lastModificationDate, rulesByteArray, startDate, OPTLOCK) values (null, ?, ?, ?, ?)
Hibernate: select taskimpl0_.id as col_0_0_, deadlineim1_.id as col_1_0_, deadlineim1_.deadline_date as col_2_0_ from Task taskimpl0_ cross join Deadline deadlineim1_ where taskimpl0_.archived=0 and (deadlineim1_.id in (select startdeadl2_.id from Deadline startdeadl2_ where taskimpl0_.id=startdeadl2_.Deadlines_StartDeadLine_Id)) and deadlineim1_.escalated=0 order by deadlineim1_.deadline_date
Hibernate: select taskimpl0_.id as col_0_0_, deadlineim1_.id as col_1_0_, deadlineim1_.deadline_date as col_2_0_ from Task taskimpl0_ cross join Deadline deadlineim1_ where taskimpl0_.archived=0 and (deadlineim1_.id in (select enddeadlin2_.id from Deadline enddeadlin2_ where taskimpl0_.id=enddeadlin2_.Deadlines_EndDeadLine_Id)) and deadlineim1_.escalated=0 order by deadlineim1_.deadline_date
Hibernate: insert into ProcessInstanceInfo (InstanceId, lastModificationDate, lastReadDate, processId, processInstanceByteArray, startDate, state, OPTLOCK) values (null, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=?
Hibernate: insert into ProcessInstanceLog (id, duration, end_date, externalId, user_identity, outcome, parentProcessInstanceId, processId, processInstanceId, processName, processVersion, start_date, status) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into ContextMappingInfo (mappingId, CONTEXT_ID, KSESSION_ID, OPTLOCK) values (null, ?, ?, ?)
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into WorkItemInfo (workItemId, creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=?
Hibernate: select userimpl0_.id as id2_20_0_ from OrganizationalEntity userimpl0_ where userimpl0_.id=? and userimpl0_.DTYPE='User'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select userimpl0_.id as id2_20_0_ from OrganizationalEntity userimpl0_ where userimpl0_.id=? and userimpl0_.DTYPE='User'
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)
Hibernate: insert into Content (id, content) values (null, ?)
Hibernate: select userimpl_.id from OrganizationalEntity userimpl_ where userimpl_.id=?
Hibernate: insert into Task (id, archived, allowedToDelegate, formName, taskInitiator_id, priority, subTaskStrategy, activationTime, actualOwner_id, createdBy_id, createdOn, deploymentId, documentAccessType, documentContentId, documentType, expirationTime, faultAccessType, faultContentId, faultName, faultType, outputAccessType, outputContentId, outputType, parentId, previousStatus, processId, processInstanceId, processSessionId, skipable, status, workItemId, taskType, OPTLOCK) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into I18NText (id, language, shortText, text) values (null, ?, ?, ?)
Hibernate: insert into I18NText (id, language, shortText, text) values (null, ?, ?, ?)
Hibernate: insert into I18NText (id, language, shortText, text) values (null, ?, ?, ?)
Hibernate: insert into TaskEvent (id, logTime, taskId, type, userId, OPTLOCK) values (null, ?, ?, ?, ?, ?)
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select sessioninf0_.id as id1_30_0_, sessioninf0_.lastModificationDate as lastModi2_30_0_, sessioninf0_.rulesByteArray as rulesByt3_30_0_, sessioninf0_.startDate as startDat4_30_0_, sessioninf0_.OPTLOCK as OPTLOCK5_30_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=?
Hibernate: select processins0_.InstanceId as Instance1_26_0_, processins0_.lastModificationDate as lastModi2_26_0_, processins0_.lastReadDate as lastRead3_26_0_, processins0_.processId as processI4_26_0_, processins0_.processInstanceByteArray as processI5_26_0_, processins0_.startDate as startDat6_26_0_, processins0_.state as state7_26_0_, processins0_.OPTLOCK as OPTLOCK8_26_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=?
Process instance rolled back
Hibernate: select userimpl0_.id as id2_20_0_ from OrganizationalEntity userimpl0_ where userimpl0_.id=? and userimpl0_.DTYPE='User'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)
Hibernate: select distinct taskimpl0_.id as col_0_0_, taskimpl0_.processInstanceId as col_1_0_, names5_.shortText as col_2_0_, subjects3_.shortText as col_3_0_, descriptio4_.shortText as col_4_0_, taskimpl0_.status as col_5_0_, taskimpl0_.priority as col_6_0_, taskimpl0_.skipable as col_7_0_, userimpl2_.id as col_8_0_, userimpl1_.id as col_9_0_, taskimpl0_.createdOn as col_10_0_, taskimpl0_.activationTime as col_11_0_, taskimpl0_.expirationTime as col_12_0_, taskimpl0_.processId as col_13_0_, taskimpl0_.processSessionId as col_14_0_, taskimpl0_.subTaskStrategy as col_15_0_, taskimpl0_.parentId as col_16_0_ from Task taskimpl0_ left outer join OrganizationalEntity userimpl1_ on taskimpl0_.createdBy_id=userimpl1_.id left outer join OrganizationalEntity userimpl2_ on taskimpl0_.actualOwner_id=userimpl2_.id left outer join I18NText subjects3_ on taskimpl0_.id=subjects3_.Task_Subjects_Id left outer join I18NText descriptio4_ on taskimpl0_.id=descriptio4_.Task_Descriptions_Id left outer join I18NText names5_ on taskimpl0_.id=names5_.Task_Names_Id cross join OrganizationalEntity organizati6_ where taskimpl0_.archived=0 and (organizati6_.id=? or organizati6_.id in (? , ?)) and (organizati6_.id in (select potentialo7_.entity_id from PeopleAssignments_PotOwners potentialo7_ where taskimpl0_.id=potentialo7_.task_id)) and (names5_.language=? or (select count(names8_.Task_Names_Id) from I18NText names8_ where taskimpl0_.id=names8_.Task_Names_Id)=0) and (subjects3_.language=? or (select count(subjects9_.Task_Subjects_Id) from I18NText subjects9_ where taskimpl0_.id=subjects9_.Task_Subjects_Id)=0) and (descriptio4_.language=? or (select count(descriptio10_.Task_Descriptions_Id) from I18NText descriptio10_ where taskimpl0_.id=descriptio10_.Task_Descriptions_Id)=0) and (taskimpl0_.status in ('Created' , 'Ready' , 'Reserved' , 'InProgress' , 'Suspended')) order by taskimpl0_.id DESC
Found 0 task(s) for user 'john'
Hibernate: select processins0_.id as id1_27_, processins0_.duration as duration2_27_, processins0_.end_date as end3_27_, processins0_.externalId as external4_27_, processins0_.user_identity as user5_27_, processins0_.outcome as outcome6_27_, processins0_.parentProcessInstanceId as parentPr7_27_, processins0_.processId as processI8_27_, processins0_.processInstanceId as processI9_27_, processins0_.processName as process10_27_, processins0_.processVersion as process11_27_, processins0_.start_date as start12_27_, processins0_.status as status13_27_ from ProcessInstanceLog processins0_ where processins0_.processInstanceId=?
2014-03-16 13:33:17,059 [main] INFO Closing org.springframework.context.support.ClassPathXmlApplicationContext@6b6a4b18: startup date [Sun Mar 16 13:33:11 CET 2014]; root of context hierarchy
2014-03-16 13:33:17,060 [main] INFO Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3e4e6138: defining beans [jbpmEMF,jbpmTxManager,process,runtimeEnvironment,runtimeManager,logService]; root of factory hierarchy
2014-03-16 13:33:17,061 [main] INFO Closing JPA EntityManagerFactory for persistence unit 'org.jbpm.persistence.spring.local'
2014-03-16 13:33:17,142 [main] INFO incremental recovery committed 0 dangling transaction(s) and rolled back 0 aborted transaction(s) on resource [jdbc/jbpm-ds] (restricted to serverId '127.0.0.1')
2014-03-16 13:33:17,142 [main] INFO Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@36f6bc85: startup date [Sun Mar 16 13:33:17 CET 2014]; root of context hierarchy
2014-03-16 13:33:17,142 [main] INFO Loading XML bean definitions from class path resource [jbpm/local-emf/local-emf-spring.xml]
2014-03-16 13:33:17,172 [main] INFO Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1999d1e4: defining beans [jbpmEMF,jbpmTxManager,process,runtimeEnvironment,runtimeManager,logService]; root of factory hierarchy
2014-03-16 13:33:17,177 [main] INFO persistence-local.xml should be located inside META-INF directory; cannot determine persistence unit root URL for class path resource [jbpm/local-emf/persistence-local.xml]
2014-03-16 13:33:17,179 [main] INFO Building JPA container EntityManagerFactory for persistence unit 'org.jbpm.persistence.spring.local'
2014-03-16 13:33:17,180 [main] INFO HHH000204: Processing PersistenceUnitInfo [
name: org.jbpm.persistence.spring.local
...]
2014-03-16 13:33:17,467 [main] INFO HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
2014-03-16 13:33:17,474 [main] INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2014-03-16 13:33:17,475 [main] INFO HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
2014-03-16 13:33:17,475 [main] INFO HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
2014-03-16 13:33:17,475 [main] INFO HHH000397: Using ASTQueryTranslatorFactory
2014-03-16 13:33:17,598 [main] INFO HHH000227: Running hbm2ddl schema export
Hibernate: alter table Attachment drop constraint FK_7ndpfa311i50bq7hy18q05va3
2014-03-16 13:33:17,599 [main] ERROR HHH000389: Unsuccessful: alter table Attachment drop constraint FK_7ndpfa311i50bq7hy18q05va3
2014-03-16 13:33:17,599 [main] ERROR Table "ATTACHMENT" not found; SQL statement:
alter table Attachment drop constraint FK_7ndpfa311i50bq7hy18q05va3 [42102-168]
Hibernate: alter table Attachment drop constraint FK_hqupx569krp0f0sgu9kh87513
2014-03-16 13:33:17,600 [main] ERROR HHH000389: Unsuccessful: alter table Attachment drop constraint FK_hqupx569krp0f0sgu9kh87513
2014-03-16 13:33:17,600 [main] ERROR Table "ATTACHMENT" not found; SQL statement:
alter table Attachment drop constraint FK_hqupx569krp0f0sgu9kh87513 [42102-168]
Hibernate: alter table BooleanExpression drop constraint FK_394nf2qoc0k9ok6omgd6jtpso
2014-03-16 13:33:17,600 [main] ERROR HHH000389: Unsuccessful: alter table BooleanExpression drop constraint FK_394nf2qoc0k9ok6omgd6jtpso
2014-03-16 13:33:17,600 [main] ERROR Table "BOOLEANEXPRESSION" not found; SQL statement:
alter table BooleanExpression drop constraint FK_394nf2qoc0k9ok6omgd6jtpso [42102-168]
Hibernate: alter table CorrelationPropertyInfo drop constraint FK_hrmx1m882cejwj9c04ixh50i4
2014-03-16 13:33:17,600 [main] ERROR HHH000389: Unsuccessful: alter table CorrelationPropertyInfo drop constraint FK_hrmx1m882cejwj9c04ixh50i4
2014-03-16 13:33:17,600 [main] ERROR Table "CORRELATIONPROPERTYINFO" not found; SQL statement:
alter table CorrelationPropertyInfo drop constraint FK_hrmx1m882cejwj9c04ixh50i4 [42102-168]
Hibernate: alter table Deadline drop constraint FK_68w742sge00vco2cq3jhbvmgx
2014-03-16 13:33:17,600 [main] ERROR HHH000389: Unsuccessful: alter table Deadline drop constraint FK_68w742sge00vco2cq3jhbvmgx
2014-03-16 13:33:17,600 [main] ERROR Table "DEADLINE" not found; SQL statement:
alter table Deadline drop constraint FK_68w742sge00vco2cq3jhbvmgx [42102-168]
Hibernate: alter table Deadline drop constraint FK_euoohoelbqvv94d8a8rcg8s5n
2014-03-16 13:33:17,601 [main] ERROR HHH000389: Unsuccessful: alter table Deadline drop constraint FK_euoohoelbqvv94d8a8rcg8s5n
2014-03-16 13:33:17,601 [main] ERROR Table "DEADLINE" not found; SQL statement:
alter table Deadline drop constraint FK_euoohoelbqvv94d8a8rcg8s5n [42102-168]
Hibernate: alter table Delegation_delegates drop constraint FK_gn7ula51sk55wj1o1m57guqxb
2014-03-16 13:33:17,601 [main] ERROR HHH000389: Unsuccessful: alter table Delegation_delegates drop constraint FK_gn7ula51sk55wj1o1m57guqxb
2014-03-16 13:33:17,601 [main] ERROR Table "DELEGATION_DELEGATES" not found; SQL statement:
alter table Delegation_delegates drop constraint FK_gn7ula51sk55wj1o1m57guqxb [42102-168]
Hibernate: alter table Delegation_delegates drop constraint FK_fajq6kossbsqwr3opkrctxei3
2014-03-16 13:33:17,601 [main] ERROR HHH000389: Unsuccessful: alter table Delegation_delegates drop constraint FK_fajq6kossbsqwr3opkrctxei3
2014-03-16 13:33:17,601 [main] ERROR Table "DELEGATION_DELEGATES" not found; SQL statement:
alter table Delegation_delegates drop constraint FK_fajq6kossbsqwr3opkrctxei3 [42102-168]
Hibernate: alter table Escalation drop constraint FK_ay2gd4fvl9yaapviyxudwuvfg
2014-03-16 13:33:17,601 [main] ERROR HHH000389: Unsuccessful: alter table Escalation drop constraint FK_ay2gd4fvl9yaapviyxudwuvfg
2014-03-16 13:33:17,602 [main] ERROR Table "ESCALATION" not found; SQL statement:
alter table Escalation drop constraint FK_ay2gd4fvl9yaapviyxudwuvfg [42102-168]
Hibernate: alter table EventTypes drop constraint FK_nrecj4617iwxlc65ij6m7lsl1
2014-03-16 13:33:17,602 [main] ERROR HHH000389: Unsuccessful: alter table EventTypes drop constraint FK_nrecj4617iwxlc65ij6m7lsl1
2014-03-16 13:33:17,602 [main] ERROR Table "EVENTTYPES" not found; SQL statement:
alter table EventTypes drop constraint FK_nrecj4617iwxlc65ij6m7lsl1 [42102-168]
Hibernate: alter table I18NText drop constraint FK_k16jpgrh67ti9uedf6konsu1p
2014-03-16 13:33:17,602 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_k16jpgrh67ti9uedf6konsu1p
2014-03-16 13:33:17,602 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_k16jpgrh67ti9uedf6konsu1p [42102-168]
Hibernate: alter table I18NText drop constraint FK_fd9uk6hemv2dx1ojovo7ms3vp
2014-03-16 13:33:17,602 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_fd9uk6hemv2dx1ojovo7ms3vp
2014-03-16 13:33:17,602 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_fd9uk6hemv2dx1ojovo7ms3vp [42102-168]
Hibernate: alter table I18NText drop constraint FK_4eyfp69ucrron2hr7qx4np2fp
2014-03-16 13:33:17,603 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_4eyfp69ucrron2hr7qx4np2fp
2014-03-16 13:33:17,603 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_4eyfp69ucrron2hr7qx4np2fp [42102-168]
Hibernate: alter table I18NText drop constraint FK_pqarjvvnwfjpeyb87yd7m0bfi
2014-03-16 13:33:17,603 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_pqarjvvnwfjpeyb87yd7m0bfi
2014-03-16 13:33:17,603 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_pqarjvvnwfjpeyb87yd7m0bfi [42102-168]
Hibernate: alter table I18NText drop constraint FK_o84rkh69r47ti8uv4eyj7bmo2
2014-03-16 13:33:17,603 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_o84rkh69r47ti8uv4eyj7bmo2
2014-03-16 13:33:17,603 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_o84rkh69r47ti8uv4eyj7bmo2 [42102-168]
Hibernate: alter table I18NText drop constraint FK_g1trxri8w64enudw2t1qahhk5
2014-03-16 13:33:17,603 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_g1trxri8w64enudw2t1qahhk5
2014-03-16 13:33:17,603 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_g1trxri8w64enudw2t1qahhk5 [42102-168]
Hibernate: alter table I18NText drop constraint FK_qoce92c70adem3ccb3i7lec8x
2014-03-16 13:33:17,604 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_qoce92c70adem3ccb3i7lec8x
2014-03-16 13:33:17,604 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_qoce92c70adem3ccb3i7lec8x [42102-168]
Hibernate: alter table I18NText drop constraint FK_bw8vmpekejxt1ei2ge26gdsry
2014-03-16 13:33:17,604 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_bw8vmpekejxt1ei2ge26gdsry
2014-03-16 13:33:17,604 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_bw8vmpekejxt1ei2ge26gdsry [42102-168]
Hibernate: alter table I18NText drop constraint FK_21qvifarxsvuxeaw5sxwh473w
2014-03-16 13:33:17,604 [main] ERROR HHH000389: Unsuccessful: alter table I18NText drop constraint FK_21qvifarxsvuxeaw5sxwh473w
2014-03-16 13:33:17,604 [main] ERROR Table "I18NTEXT" not found; SQL statement:
alter table I18NText drop constraint FK_21qvifarxsvuxeaw5sxwh473w [42102-168]
Hibernate: alter table Notification drop constraint FK_bdbeml3768go5im41cgfpyso9
2014-03-16 13:33:17,604 [main] ERROR HHH000389: Unsuccessful: alter table Notification drop constraint FK_bdbeml3768go5im41cgfpyso9
2014-03-16 13:33:17,604 [main] ERROR Table "NOTIFICATION" not found; SQL statement:
alter table Notification drop constraint FK_bdbeml3768go5im41cgfpyso9 [42102-168]
Hibernate: alter table Notification_BAs drop constraint FK_mfbsnbrhth4rjhqc2ud338s4i
2014-03-16 13:33:17,605 [main] ERROR HHH000389: Unsuccessful: alter table Notification_BAs drop constraint FK_mfbsnbrhth4rjhqc2ud338s4i
2014-03-16 13:33:17,605 [main] ERROR Table "NOTIFICATION_BAS" not found; SQL statement:
alter table Notification_BAs drop constraint FK_mfbsnbrhth4rjhqc2ud338s4i [42102-168]
Hibernate: alter table Notification_BAs drop constraint FK_fc0uuy76t2bvxaxqysoo8xts7
2014-03-16 13:33:17,605 [main] ERROR HHH000389: Unsuccessful: alter table Notification_BAs drop constraint FK_fc0uuy76t2bvxaxqysoo8xts7
2014-03-16 13:33:17,605 [main] ERROR Table "NOTIFICATION_BAS" not found; SQL statement:
alter table Notification_BAs drop constraint FK_fc0uuy76t2bvxaxqysoo8xts7 [42102-168]
Hibernate: alter table Notification_Recipients drop constraint FK_blf9jsrumtrthdaqnpwxt25eu
2014-03-16 13:33:17,605 [main] ERROR HHH000389: Unsuccessful: alter table Notification_Recipients drop constraint FK_blf9jsrumtrthdaqnpwxt25eu
2014-03-16 13:33:17,605 [main] ERROR Table "NOTIFICATION_RECIPIENTS" not found; SQL statement:
alter table Notification_Recipients drop constraint FK_blf9jsrumtrthdaqnpwxt25eu [42102-168]
Hibernate: alter table Notification_Recipients drop constraint FK_3l244pj8sh78vtn9imaymrg47
2014-03-16 13:33:17,606 [main] ERROR HHH000389: Unsuccessful: alter table Notification_Recipients drop constraint FK_3l244pj8sh78vtn9imaymrg47
2014-03-16 13:33:17,606 [main] ERROR Table "NOTIFICATION_RECIPIENTS" not found; SQL statement:
alter table Notification_Recipients drop constraint FK_3l244pj8sh78vtn9imaymrg47 [42102-168]
Hibernate: alter table Notification_email_header drop constraint FK_ptaka5kost68h7l3wflv7w6y8
2014-03-16 13:33:17,606 [main] ERROR HHH000389: Unsuccessful: alter table Notification_email_header drop constraint FK_ptaka5kost68h7l3wflv7w6y8
2014-03-16 13:33:17,606 [main] ERROR Table "NOTIFICATION_EMAIL_HEADER" not found; SQL statement:
alter table Notification_email_header drop constraint FK_ptaka5kost68h7l3wflv7w6y8 [42102-168]
Hibernate: alter table Notification_email_header drop constraint FK_eth4nvxn21fk1vnju85vkjrai
2014-03-16 13:33:17,606 [main] ERROR HHH000389: Unsuccessful: alter table Notification_email_header drop constraint FK_eth4nvxn21fk1vnju85vkjrai
2014-03-16 13:33:17,606 [main] ERROR Table "NOTIFICATION_EMAIL_HEADER" not found; SQL statement:
alter table Notification_email_header drop constraint FK_eth4nvxn21fk1vnju85vkjrai [42102-168]
Hibernate: alter table PeopleAssignments_BAs drop constraint FK_t38xbkrq6cppifnxequhvjsl2
2014-03-16 13:33:17,606 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_BAs drop constraint FK_t38xbkrq6cppifnxequhvjsl2
2014-03-16 13:33:17,606 [main] ERROR Table "PEOPLEASSIGNMENTS_BAS" not found; SQL statement:
alter table PeopleAssignments_BAs drop constraint FK_t38xbkrq6cppifnxequhvjsl2 [42102-168]
Hibernate: alter table PeopleAssignments_BAs drop constraint FK_omjg5qh7uv8e9bolbaq7hv6oh
2014-03-16 13:33:17,607 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_BAs drop constraint FK_omjg5qh7uv8e9bolbaq7hv6oh
2014-03-16 13:33:17,607 [main] ERROR Table "PEOPLEASSIGNMENTS_BAS" not found; SQL statement:
alter table PeopleAssignments_BAs drop constraint FK_omjg5qh7uv8e9bolbaq7hv6oh [42102-168]
Hibernate: alter table PeopleAssignments_ExclOwners drop constraint FK_pth28a73rj6bxtlfc69kmqo0a
2014-03-16 13:33:17,607 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_ExclOwners drop constraint FK_pth28a73rj6bxtlfc69kmqo0a
2014-03-16 13:33:17,607 [main] ERROR Table "PEOPLEASSIGNMENTS_EXCLOWNERS" not found; SQL statement:
alter table PeopleAssignments_ExclOwners drop constraint FK_pth28a73rj6bxtlfc69kmqo0a [42102-168]
Hibernate: alter table PeopleAssignments_ExclOwners drop constraint FK_b8owuxfrdng050ugpk0pdowa7
2014-03-16 13:33:17,607 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_ExclOwners drop constraint FK_b8owuxfrdng050ugpk0pdowa7
2014-03-16 13:33:17,607 [main] ERROR Table "PEOPLEASSIGNMENTS_EXCLOWNERS" not found; SQL statement:
alter table PeopleAssignments_ExclOwners drop constraint FK_b8owuxfrdng050ugpk0pdowa7 [42102-168]
Hibernate: alter table PeopleAssignments_PotOwners drop constraint FK_tee3ftir7xs6eo3fdvi3xw026
2014-03-16 13:33:17,608 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_PotOwners drop constraint FK_tee3ftir7xs6eo3fdvi3xw026
2014-03-16 13:33:17,608 [main] ERROR Table "PEOPLEASSIGNMENTS_POTOWNERS" not found; SQL statement:
alter table PeopleAssignments_PotOwners drop constraint FK_tee3ftir7xs6eo3fdvi3xw026 [42102-168]
Hibernate: alter table PeopleAssignments_PotOwners drop constraint FK_4dv2oji7pr35ru0w45trix02x
2014-03-16 13:33:17,608 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_PotOwners drop constraint FK_4dv2oji7pr35ru0w45trix02x
2014-03-16 13:33:17,608 [main] ERROR Table "PEOPLEASSIGNMENTS_POTOWNERS" not found; SQL statement:
alter table PeopleAssignments_PotOwners drop constraint FK_4dv2oji7pr35ru0w45trix02x [42102-168]
Hibernate: alter table PeopleAssignments_Recipients drop constraint FK_4g7y3wx6gnokf6vycgpxs83d6
2014-03-16 13:33:17,608 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_Recipients drop constraint FK_4g7y3wx6gnokf6vycgpxs83d6
2014-03-16 13:33:17,608 [main] ERROR Table "PEOPLEASSIGNMENTS_RECIPIENTS" not found; SQL statement:
alter table PeopleAssignments_Recipients drop constraint FK_4g7y3wx6gnokf6vycgpxs83d6 [42102-168]
Hibernate: alter table PeopleAssignments_Recipients drop constraint FK_enhk831fghf6akjilfn58okl4
2014-03-16 13:33:17,608 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_Recipients drop constraint FK_enhk831fghf6akjilfn58okl4
2014-03-16 13:33:17,609 [main] ERROR Table "PEOPLEASSIGNMENTS_RECIPIENTS" not found; SQL statement:
alter table PeopleAssignments_Recipients drop constraint FK_enhk831fghf6akjilfn58okl4 [42102-168]
Hibernate: alter table PeopleAssignments_Stakeholders drop constraint FK_met63inaep6cq4ofb3nnxi4tm
2014-03-16 13:33:17,609 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_Stakeholders drop constraint FK_met63inaep6cq4ofb3nnxi4tm
2014-03-16 13:33:17,609 [main] ERROR Table "PEOPLEASSIGNMENTS_STAKEHOLDERS" not found; SQL statement:
alter table PeopleAssignments_Stakeholders drop constraint FK_met63inaep6cq4ofb3nnxi4tm [42102-168]
Hibernate: alter table PeopleAssignments_Stakeholders drop constraint FK_4bh3ay74x6ql9usunubttfdf1
2014-03-16 13:33:17,609 [main] ERROR HHH000389: Unsuccessful: alter table PeopleAssignments_Stakeholders drop constraint FK_4bh3ay74x6ql9usunubttfdf1
2014-03-16 13:33:17,609 [main] ERROR Table "PEOPLEASSIGNMENTS_STAKEHOLDERS" not found; SQL statement:
alter table PeopleAssignments_Stakeholders drop constraint FK_4bh3ay74x6ql9usunubttfdf1 [42102-168]
Hibernate: alter table Reassignment drop constraint FK_pnpeue9hs6kx2ep0sp16b6kfd
2014-03-16 13:33:17,609 [main] ERROR HHH000389: Unsuccessful: alter table Reassignment drop constraint FK_pnpeue9hs6kx2ep0sp16b6kfd
2014-03-16 13:33:17,609 [main] ERROR Table "REASSIGNMENT" not found; SQL statement:
alter table Reassignment drop constraint FK_pnpeue9hs6kx2ep0sp16b6kfd [42102-168]
Hibernate: alter table Reassignment_potentialOwners drop constraint FK_8frl6la7tgparlnukhp8xmody
2014-03-16 13:33:17,610 [main] ERROR HHH000389: Unsuccessful: alter table Reassignment_potentialOwners drop constraint FK_8frl6la7tgparlnukhp8xmody
2014-03-16 13:33:17,610 [main] ERROR Table "REASSIGNMENT_POTENTIALOWNERS" not found; SQL statement:
alter table Reassignment_potentialOwners drop constraint FK_8frl6la7tgparlnukhp8xmody [42102-168]
Hibernate: alter table Reassignment_potentialOwners drop constraint FK_qbega5ncu6b9yigwlw55aeijn
2014-03-16 13:33:17,610 [main] ERROR HHH000389: Unsuccessful: alter table Reassignment_potentialOwners drop constraint FK_qbega5ncu6b9yigwlw55aeijn
2014-03-16 13:33:17,610 [main] ERROR Table "REASSIGNMENT_POTENTIALOWNERS" not found; SQL statement:
alter table Reassignment_potentialOwners drop constraint FK_qbega5ncu6b9yigwlw55aeijn [42102-168]
Hibernate: alter table Task drop constraint FK_dpk0f9ucm14c78bsxthh7h8yh
2014-03-16 13:33:17,610 [main] ERROR HHH000389: Unsuccessful: alter table Task drop constraint FK_dpk0f9ucm14c78bsxthh7h8yh
2014-03-16 13:33:17,610 [main] ERROR Table "TASK" not found; SQL statement:
alter table Task drop constraint FK_dpk0f9ucm14c78bsxthh7h8yh [42102-168]
Hibernate: alter table Task drop constraint FK_nh9nnt47f3l61qjlyedqt05rf
2014-03-16 13:33:17,610 [main] ERROR HHH000389: Unsuccessful: alter table Task drop constraint FK_nh9nnt47f3l61qjlyedqt05rf
2014-03-16 13:33:17,610 [main] ERROR Table "TASK" not found; SQL statement:
alter table Task drop constraint FK_nh9nnt47f3l61qjlyedqt05rf [42102-168]
Hibernate: alter table Task drop constraint FK_k02og0u71obf1uxgcdjx9rcjc
2014-03-16 13:33:17,611 [main] ERROR HHH000389: Unsuccessful: alter table Task drop constraint FK_k02og0u71obf1uxgcdjx9rcjc
2014-03-16 13:33:17,611 [main] ERROR Table "TASK" not found; SQL statement:
alter table Task drop constraint FK_k02og0u71obf1uxgcdjx9rcjc [42102-168]
Hibernate: alter table task_comment drop constraint FK_aax378yjnsmw9kb9vsu994jjv
2014-03-16 13:33:17,611 [main] ERROR HHH000389: Unsuccessful: alter table task_comment drop constraint FK_aax378yjnsmw9kb9vsu994jjv
2014-03-16 13:33:17,611 [main] ERROR Table "TASK_COMMENT" not found; SQL statement:
alter table task_comment drop constraint FK_aax378yjnsmw9kb9vsu994jjv [42102-168]
Hibernate: alter table task_comment drop constraint FK_1ws9jdmhtey6mxu7jb0r0ufvs
2014-03-16 13:33:17,611 [main] ERROR HHH000389: Unsuccessful: alter table task_comment drop constraint FK_1ws9jdmhtey6mxu7jb0r0ufvs
2014-03-16 13:33:17,611 [main] ERROR Table "TASK_COMMENT" not found; SQL statement:
alter table task_comment drop constraint FK_1ws9jdmhtey6mxu7jb0r0ufvs [42102-168]
Hibernate: drop table Attachment if exists
Hibernate: drop table BAMTaskSummary if exists
Hibernate: drop table BooleanExpression if exists
Hibernate: drop table Content if exists
Hibernate: drop table ContextMappingInfo if exists
Hibernate: drop table CorrelationKeyInfo if exists
Hibernate: drop table CorrelationPropertyInfo if exists
Hibernate: drop table Deadline if exists
Hibernate: drop table Delegation_delegates if exists
Hibernate: drop table Escalation if exists
Hibernate: drop table EventTypes if exists
Hibernate: drop table I18NText if exists
Hibernate: drop table MyEntity if exists
Hibernate: drop table MyEntityMethods if exists
Hibernate: drop table MyEntityOnlyFields if exists
Hibernate: drop table NodeInstanceLog if exists
Hibernate: drop table Notification if exists
Hibernate: drop table Notification_BAs if exists
Hibernate: drop table Notification_Recipients if exists
Hibernate: drop table Notification_email_header if exists
Hibernate: drop table OrganizationalEntity if exists
Hibernate: drop table PeopleAssignments_BAs if exists
Hibernate: drop table PeopleAssignments_ExclOwners if exists
Hibernate: drop table PeopleAssignments_PotOwners if exists
Hibernate: drop table PeopleAssignments_Recipients if exists
Hibernate: drop table PeopleAssignments_Stakeholders if exists
Hibernate: drop table ProcessInstanceInfo if exists
Hibernate: drop table ProcessInstanceLog if exists
Hibernate: drop table Reassignment if exists
Hibernate: drop table Reassignment_potentialOwners if exists
Hibernate: drop table SessionInfo if exists
Hibernate: drop table Task if exists
Hibernate: drop table TaskEvent if exists
Hibernate: drop table VariableInstanceLog if exists
Hibernate: drop table WorkItemInfo if exists
Hibernate: drop table email_header if exists
Hibernate: drop table task_comment if exists
Hibernate: create table Attachment (id bigint generated by default as identity, accessType integer, attachedAt timestamp, attachmentContentId bigint not null, contentType varchar(255), name varchar(255), attachment_size integer, attachedBy_id varchar(255), TaskData_Attachments_Id bigint, primary key (id))
Hibernate: create table BAMTaskSummary (pk bigint generated by default as identity, createdDate timestamp, duration bigint, endDate timestamp, processInstanceId bigint not null, startDate timestamp, status varchar(255), taskId bigint not null, taskName varchar(255), userId varchar(255), OPTLOCK integer, primary key (pk))
Hibernate: create table BooleanExpression (id bigint generated by default as identity, expression clob, type varchar(255), Escalation_Constraints_Id bigint, primary key (id))
Hibernate: create table Content (id bigint generated by default as identity, content blob, primary key (id))
Hibernate: create table ContextMappingInfo (mappingId bigint generated by default as identity, CONTEXT_ID varchar(255) not null, KSESSION_ID integer not null, OPTLOCK integer, primary key (mappingId))
Hibernate: create table CorrelationKeyInfo (keyId bigint generated by default as identity, name varchar(255), processInstanceId bigint not null, OPTLOCK integer, primary key (keyId))
Hibernate: create table CorrelationPropertyInfo (propertyId bigint generated by default as identity, name varchar(255), value varchar(255), OPTLOCK integer, correlationKey_keyId bigint, primary key (propertyId))
Hibernate: create table Deadline (id bigint generated by default as identity, deadline_date timestamp, escalated smallint, Deadlines_StartDeadLine_Id bigint, Deadlines_EndDeadLine_Id bigint, primary key (id))
Hibernate: create table Delegation_delegates (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table Escalation (id bigint generated by default as identity, name varchar(255), Deadline_Escalation_Id bigint, primary key (id))
Hibernate: create table EventTypes (InstanceId bigint not null, element varchar(255))
Hibernate: create table I18NText (id bigint generated by default as identity, language varchar(255), shortText varchar(255), text clob, Task_Subjects_Id bigint, Task_Names_Id bigint, Task_Descriptions_Id bigint, Reassignment_Documentation_Id bigint, Notification_Subjects_Id bigint, Notification_Names_Id bigint, Notification_Documentation_Id bigint, Notification_Descriptions_Id bigint, Deadline_Documentation_Id bigint, primary key (id))
Hibernate: create table MyEntity (id bigint generated by default as identity, test varchar(255), primary key (id))
Hibernate: create table MyEntityMethods (id bigint generated by default as identity, test varchar(255), primary key (id))
Hibernate: create table MyEntityOnlyFields (id bigint generated by default as identity, test varchar(255), primary key (id))
Hibernate: create table NodeInstanceLog (id bigint generated by default as identity, connection varchar(255), log_date timestamp, externalId varchar(255), nodeId varchar(255), nodeInstanceId varchar(255), nodeName varchar(255), nodeType varchar(255), processId varchar(255), processInstanceId bigint not null, type integer not null, workItemId bigint, primary key (id))
Hibernate: create table Notification (DTYPE varchar(31) not null, id bigint generated by default as identity, priority integer not null, Escalation_Notifications_Id bigint, primary key (id))
Hibernate: create table Notification_BAs (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table Notification_Recipients (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table Notification_email_header (Notification_id bigint not null, emailHeaders_id bigint not null, mapkey varchar(255) not null, primary key (Notification_id, mapkey))
Hibernate: create table OrganizationalEntity (DTYPE varchar(31) not null, id varchar(255) not null, primary key (id))
Hibernate: create table PeopleAssignments_BAs (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table PeopleAssignments_ExclOwners (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table PeopleAssignments_PotOwners (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table PeopleAssignments_Recipients (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table PeopleAssignments_Stakeholders (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table ProcessInstanceInfo (InstanceId bigint generated by default as identity, lastModificationDate timestamp, lastReadDate timestamp, processId varchar(255), processInstanceByteArray blob, startDate timestamp, state integer not null, OPTLOCK integer, primary key (InstanceId))
Hibernate: create table ProcessInstanceLog (id bigint generated by default as identity, duration bigint, end_date timestamp, externalId varchar(255), user_identity varchar(255), outcome varchar(255), parentProcessInstanceId bigint, processId varchar(255), processInstanceId bigint not null, processName varchar(255), processVersion varchar(255), start_date timestamp, status integer, primary key (id))
Hibernate: create table Reassignment (id bigint generated by default as identity, Escalation_Reassignments_Id bigint, primary key (id))
Hibernate: create table Reassignment_potentialOwners (task_id bigint not null, entity_id varchar(255) not null)
Hibernate: create table SessionInfo (id integer generated by default as identity, lastModificationDate timestamp, rulesByteArray blob, startDate timestamp, OPTLOCK integer, primary key (id))
Hibernate: create table Task (id bigint generated by default as identity, archived smallint, allowedToDelegate varchar(255), formName varchar(255), priority integer not null, subTaskStrategy varchar(255), activationTime timestamp, createdOn timestamp, deploymentId varchar(255), documentAccessType integer, documentContentId bigint not null, documentType varchar(255), expirationTime timestamp, faultAccessType integer, faultContentId bigint not null, faultName varchar(255), faultType varchar(255), outputAccessType integer, outputContentId bigint not null, outputType varchar(255), parentId bigint not null, previousStatus integer, processId varchar(255), processInstanceId bigint not null, processSessionId integer not null, skipable boolean not null, status varchar(255), workItemId bigint not null, taskType varchar(255), OPTLOCK integer, taskInitiator_id varchar(255), actualOwner_id varchar(255), createdBy_id varchar(255), primary key (id))
Hibernate: create table TaskEvent (id bigint generated by default as identity, logTime timestamp, taskId bigint, type varchar(255), userId varchar(255), OPTLOCK integer, primary key (id))
Hibernate: create table VariableInstanceLog (id bigint generated by default as identity, log_date timestamp, externalId varchar(255), oldValue varchar(255), processId varchar(255), processInstanceId bigint not null, value varchar(255), variableId varchar(255), variableInstanceId varchar(255), primary key (id))
Hibernate: create table WorkItemInfo (workItemId bigint generated by default as identity, creationDate timestamp, name varchar(255), processInstanceId bigint not null, state bigint not null, OPTLOCK integer, workItemByteArray blob, primary key (workItemId))
Hibernate: create table email_header (id bigint generated by default as identity, body clob, fromAddress varchar(255), language varchar(255), replyToAddress varchar(255), subject varchar(255), primary key (id))
Hibernate: create table task_comment (id bigint generated by default as identity, addedAt timestamp, text clob, addedBy_id varchar(255), TaskData_Comments_Id bigint, primary key (id))
Hibernate: alter table Attachment add constraint FK_7ndpfa311i50bq7hy18q05va3 foreign key (attachedBy_id) references OrganizationalEntity
Hibernate: alter table Attachment add constraint FK_hqupx569krp0f0sgu9kh87513 foreign key (TaskData_Attachments_Id) references Task
Hibernate: alter table BooleanExpression add constraint FK_394nf2qoc0k9ok6omgd6jtpso foreign key (Escalation_Constraints_Id) references Escalation
Hibernate: alter table CorrelationPropertyInfo add constraint FK_hrmx1m882cejwj9c04ixh50i4 foreign key (correlationKey_keyId) references CorrelationKeyInfo
Hibernate: alter table Deadline add constraint FK_68w742sge00vco2cq3jhbvmgx foreign key (Deadlines_StartDeadLine_Id) references Task
Hibernate: alter table Deadline add constraint FK_euoohoelbqvv94d8a8rcg8s5n foreign key (Deadlines_EndDeadLine_Id) references Task
Hibernate: alter table Delegation_delegates add constraint FK_gn7ula51sk55wj1o1m57guqxb foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table Delegation_delegates add constraint FK_fajq6kossbsqwr3opkrctxei3 foreign key (task_id) references Task
Hibernate: alter table Escalation add constraint FK_ay2gd4fvl9yaapviyxudwuvfg foreign key (Deadline_Escalation_Id) references Deadline
Hibernate: alter table EventTypes add constraint FK_nrecj4617iwxlc65ij6m7lsl1 foreign key (InstanceId) references ProcessInstanceInfo
Hibernate: alter table I18NText add constraint FK_k16jpgrh67ti9uedf6konsu1p foreign key (Task_Subjects_Id) references Task
Hibernate: alter table I18NText add constraint FK_fd9uk6hemv2dx1ojovo7ms3vp foreign key (Task_Names_Id) references Task
Hibernate: alter table I18NText add constraint FK_4eyfp69ucrron2hr7qx4np2fp foreign key (Task_Descriptions_Id) references Task
Hibernate: alter table I18NText add constraint FK_pqarjvvnwfjpeyb87yd7m0bfi foreign key (Reassignment_Documentation_Id) references Reassignment
Hibernate: alter table I18NText add constraint FK_o84rkh69r47ti8uv4eyj7bmo2 foreign key (Notification_Subjects_Id) references Notification
Hibernate: alter table I18NText add constraint FK_g1trxri8w64enudw2t1qahhk5 foreign key (Notification_Names_Id) references Notification
Hibernate: alter table I18NText add constraint FK_qoce92c70adem3ccb3i7lec8x foreign key (Notification_Documentation_Id) references Notification
Hibernate: alter table I18NText add constraint FK_bw8vmpekejxt1ei2ge26gdsry foreign key (Notification_Descriptions_Id) references Notification
Hibernate: alter table I18NText add constraint FK_21qvifarxsvuxeaw5sxwh473w foreign key (Deadline_Documentation_Id) references Deadline
Hibernate: alter table Notification add constraint FK_bdbeml3768go5im41cgfpyso9 foreign key (Escalation_Notifications_Id) references Escalation
Hibernate: alter table Notification_BAs add constraint FK_mfbsnbrhth4rjhqc2ud338s4i foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table Notification_BAs add constraint FK_fc0uuy76t2bvxaxqysoo8xts7 foreign key (task_id) references Notification
Hibernate: alter table Notification_Recipients add constraint FK_blf9jsrumtrthdaqnpwxt25eu foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table Notification_Recipients add constraint FK_3l244pj8sh78vtn9imaymrg47 foreign key (task_id) references Notification
Hibernate: alter table Notification_email_header add constraint UK_ptaka5kost68h7l3wflv7w6y8 unique (emailHeaders_id)
Hibernate: alter table Notification_email_header add constraint FK_ptaka5kost68h7l3wflv7w6y8 foreign key (emailHeaders_id) references email_header
Hibernate: alter table Notification_email_header add constraint FK_eth4nvxn21fk1vnju85vkjrai foreign key (Notification_id) references Notification
Hibernate: alter table PeopleAssignments_BAs add constraint FK_t38xbkrq6cppifnxequhvjsl2 foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table PeopleAssignments_BAs add constraint FK_omjg5qh7uv8e9bolbaq7hv6oh foreign key (task_id) references Task
Hibernate: alter table PeopleAssignments_ExclOwners add constraint FK_pth28a73rj6bxtlfc69kmqo0a foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table PeopleAssignments_ExclOwners add constraint FK_b8owuxfrdng050ugpk0pdowa7 foreign key (task_id) references Task
Hibernate: alter table PeopleAssignments_PotOwners add constraint FK_tee3ftir7xs6eo3fdvi3xw026 foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table PeopleAssignments_PotOwners add constraint FK_4dv2oji7pr35ru0w45trix02x foreign key (task_id) references Task
Hibernate: alter table PeopleAssignments_Recipients add constraint FK_4g7y3wx6gnokf6vycgpxs83d6 foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table PeopleAssignments_Recipients add constraint FK_enhk831fghf6akjilfn58okl4 foreign key (task_id) references Task
Hibernate: alter table PeopleAssignments_Stakeholders add constraint FK_met63inaep6cq4ofb3nnxi4tm foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table PeopleAssignments_Stakeholders add constraint FK_4bh3ay74x6ql9usunubttfdf1 foreign key (task_id) references Task
Hibernate: alter table Reassignment add constraint FK_pnpeue9hs6kx2ep0sp16b6kfd foreign key (Escalation_Reassignments_Id) references Escalation
Hibernate: alter table Reassignment_potentialOwners add constraint FK_8frl6la7tgparlnukhp8xmody foreign key (entity_id) references OrganizationalEntity
Hibernate: alter table Reassignment_potentialOwners add constraint FK_qbega5ncu6b9yigwlw55aeijn foreign key (task_id) references Reassignment
Hibernate: alter table Task add constraint FK_dpk0f9ucm14c78bsxthh7h8yh foreign key (taskInitiator_id) references OrganizationalEntity
Hibernate: alter table Task add constraint FK_nh9nnt47f3l61qjlyedqt05rf foreign key (actualOwner_id) references OrganizationalEntity
Hibernate: alter table Task add constraint FK_k02og0u71obf1uxgcdjx9rcjc foreign key (createdBy_id) references OrganizationalEntity
Hibernate: alter table task_comment add constraint FK_aax378yjnsmw9kb9vsu994jjv foreign key (addedBy_id) references OrganizationalEntity
Hibernate: alter table task_comment add constraint FK_1ws9jdmhtey6mxu7jb0r0ufvs foreign key (TaskData_Comments_Id) references Task
2014-03-16 13:33:17,666 [main] INFO HHH000230: Schema export complete
Hibernate: insert into SessionInfo (id, lastModificationDate, rulesByteArray, startDate, OPTLOCK) values (null, ?, ?, ?, ?)
Hibernate: delete from SessionInfo where id=? and OPTLOCK=?
2014-03-16 13:33:18,183 [main] ERROR TransactionSynchronization.afterCompletion threw exception
java.lang.IllegalStateException: Illegal method call. This session was previously disposed.
at org.drools.core.reteoo.DisposedReteooWorkingMemory.getProcessRuntime(DisposedReteooWorkingMemory.java:261) ~[drools-core-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.core.impl.StatefulKnowledgeSessionImpl.getProcessRuntime(StatefulKnowledgeSessionImpl.java:876) ~[drools-core-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.persistence.SingleSessionCommandService$SynchronizationImpl.afterCompletion(SingleSessionCommandService.java:457) ~[drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.persistence.TransactionSynchronizationContainer.afterCompletion(TransactionSynchronizationContainer.java:26) ~[drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.kie.spring.persistence.SpringTransactionSynchronizationAdapter.afterCompletion(SpringTransactionSynchronizationAdapter.java:37) ~[classes/:na]
at org.springframework.transaction.support.TransactionSynchronizationUtils.invokeAfterCompletion(TransactionSynchronizationUtils.java:168) ~[spring-tx-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.invokeAfterCompletion(AbstractPlatformTransactionManager.java:996) [spring-tx-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(AbstractPlatformTransactionManager.java:971) [spring-tx-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:799) [spring-tx-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723) [spring-tx-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.kie.spring.persistence.KieSpringTransactionManager.commit(KieSpringTransactionManager.java:70) [classes/:na]
at org.drools.persistence.SingleSessionCommandService$TransactionInterceptor.execute(SingleSessionCommandService.java:536) [drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:41) [drools-core-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:73) [drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:41) [drools-core-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:60) [drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.persistence.SingleSessionCommandService.execute(SingleSessionCommandService.java:377) [drools-persistence-jpa-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.execute(CommandBasedStatefulKnowledgeSession.java:478) [drools-core-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.jbpm.runtime.manager.impl.PerProcessInstanceRuntimeManager.init(PerProcessInstanceRuntimeManager.java:288) [jbpm-runtime-manager-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.jbpm.runtime.manager.impl.RuntimeManagerFactoryImpl.newPerProcessInstanceRuntimeManager(RuntimeManagerFactoryImpl.java:104) [jbpm-runtime-manager-6.1.0.Beta1.jar:6.1.0.Beta1]
at org.kie.spring.factorybeans.RuntimeManagerFactoryBean.getObject(RuntimeManagerFactoryBean.java:58) [classes/:na]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:142) [spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:109) [spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1440) [spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:247) [spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192) [spring-beans-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1075) [spring-context-3.0.7.RELEASE.jar:3.0.7.RELEASE]
at org.kie.spring.jbpm.LocalEntityManagerFactorySpringTest.testSpringWithJTAAndEMF(LocalEntityManagerFactorySpringTest.java:39) [test-classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_17]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_17]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_17]
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [junit-4.11.jar:na]
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na]
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) [junit-4.11.jar:na]
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.11.jar:na]
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.11.jar:na]
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) [junit-4.11.jar:na]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) [junit-4.11.jar:na]
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na]
at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na]
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) [surefire-junit4-2.15.jar:2.15]
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) [surefire-junit4-2.15.jar:2.15]
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) [surefire-junit4-2.15.jar:2.15]
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) [surefire-booter-2.15.jar:2.15]
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) [surefire-booter-2.15.jar:2.15]
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) [surefire-booter-2.15.jar:2.15]
Hibernate: insert into SessionInfo (id, lastModificationDate, rulesByteArray, startDate, OPTLOCK) values (null, ?, ?, ?, ?)
Hibernate: insert into ProcessInstanceInfo (InstanceId, lastModificationDate, lastReadDate, processId, processInstanceByteArray, startDate, state, OPTLOCK) values (null, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=?
Hibernate: insert into ProcessInstanceLog (id, duration, end_date, externalId, user_identity, outcome, parentProcessInstanceId, processId, processInstanceId, processName, processVersion, start_date, status) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into ContextMappingInfo (mappingId, CONTEXT_ID, KSESSION_ID, OPTLOCK) values (null, ?, ?, ?)
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into WorkItemInfo (workItemId, creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=?
Hibernate: select userimpl0_.id as id2_20_0_ from OrganizationalEntity userimpl0_ where userimpl0_.id=? and userimpl0_.DTYPE='User'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select userimpl0_.id as id2_20_0_ from OrganizationalEntity userimpl0_ where userimpl0_.id=? and userimpl0_.DTYPE='User'
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)
Hibernate: insert into Content (id, content) values (null, ?)
Hibernate: select userimpl_.id from OrganizationalEntity userimpl_ where userimpl_.id=?
Hibernate: insert into Task (id, archived, allowedToDelegate, formName, taskInitiator_id, priority, subTaskStrategy, activationTime, actualOwner_id, createdBy_id, createdOn, deploymentId, documentAccessType, documentContentId, documentType, expirationTime, faultAccessType, faultContentId, faultName, faultType, outputAccessType, outputContentId, outputType, parentId, previousStatus, processId, processInstanceId, processSessionId, skipable, status, workItemId, taskType, OPTLOCK) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into I18NText (id, language, shortText, text) values (null, ?, ?, ?)
Hibernate: insert into I18NText (id, language, shortText, text) values (null, ?, ?, ?)
Hibernate: insert into I18NText (id, language, shortText, text) values (null, ?, ?, ?)
Hibernate: insert into TaskEvent (id, logTime, taskId, type, userId, OPTLOCK) values (null, ?, ?, ?, ?, ?)
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: update SessionInfo set lastModificationDate=?, rulesByteArray=?, startDate=?, OPTLOCK=? where id=? and OPTLOCK=?
Hibernate: update ProcessInstanceInfo set lastModificationDate=?, lastReadDate=?, processId=?, processInstanceByteArray=?, startDate=?, state=?, OPTLOCK=? where InstanceId=? and OPTLOCK=?
Hibernate: update WorkItemInfo set creationDate=?, name=?, processInstanceId=?, state=?, OPTLOCK=?, workItemByteArray=? where workItemId=? and OPTLOCK=?
Hibernate: update I18NText set Task_Descriptions_Id=? where id=?
Hibernate: update I18NText set Task_Names_Id=? where id=?
Hibernate: insert into PeopleAssignments_BAs (task_id, entity_id) values (?, ?)
Hibernate: insert into PeopleAssignments_BAs (task_id, entity_id) values (?, ?)
Hibernate: insert into PeopleAssignments_PotOwners (task_id, entity_id) values (?, ?)
Hibernate: update I18NText set Task_Subjects_Id=? where id=?
Process started
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select sessioninf0_.id as id1_30_0_, sessioninf0_.lastModificationDate as lastModi2_30_0_, sessioninf0_.rulesByteArray as rulesByt3_30_0_, sessioninf0_.startDate as startDat4_30_0_, sessioninf0_.OPTLOCK as OPTLOCK5_30_0_ from SessionInfo sessioninf0_ where sessioninf0_.id=?
Hibernate: select processins0_.id as id1_27_, processins0_.duration as duration2_27_, processins0_.end_date as end3_27_, processins0_.externalId as external4_27_, processins0_.user_identity as user5_27_, processins0_.outcome as outcome6_27_, processins0_.parentProcessInstanceId as parentPr7_27_, processins0_.processId as processI8_27_, processins0_.processInstanceId as processI9_27_, processins0_.processName as process10_27_, processins0_.processVersion as process11_27_, processins0_.start_date as start12_27_, processins0_.status as status13_27_ from ProcessInstanceLog processins0_ where processins0_.processInstanceId=?
Hibernate: select userimpl0_.id as id2_20_0_ from OrganizationalEntity userimpl0_ where userimpl0_.id=? and userimpl0_.DTYPE='User'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('Group', ?)
Hibernate: select distinct taskimpl0_.id as col_0_0_, taskimpl0_.processInstanceId as col_1_0_, names5_.shortText as col_2_0_, subjects3_.shortText as col_3_0_, descriptio4_.shortText as col_4_0_, taskimpl0_.status as col_5_0_, taskimpl0_.priority as col_6_0_, taskimpl0_.skipable as col_7_0_, userimpl2_.id as col_8_0_, userimpl1_.id as col_9_0_, taskimpl0_.createdOn as col_10_0_, taskimpl0_.activationTime as col_11_0_, taskimpl0_.expirationTime as col_12_0_, taskimpl0_.processId as col_13_0_, taskimpl0_.processSessionId as col_14_0_, taskimpl0_.subTaskStrategy as col_15_0_, taskimpl0_.parentId as col_16_0_ from Task taskimpl0_ left outer join OrganizationalEntity userimpl1_ on taskimpl0_.createdBy_id=userimpl1_.id left outer join OrganizationalEntity userimpl2_ on taskimpl0_.actualOwner_id=userimpl2_.id left outer join I18NText subjects3_ on taskimpl0_.id=subjects3_.Task_Subjects_Id left outer join I18NText descriptio4_ on taskimpl0_.id=descriptio4_.Task_Descriptions_Id left outer join I18NText names5_ on taskimpl0_.id=names5_.Task_Names_Id cross join OrganizationalEntity organizati6_ where taskimpl0_.archived=0 and (organizati6_.id=? or organizati6_.id in (? , ?)) and (organizati6_.id in (select potentialo7_.entity_id from PeopleAssignments_PotOwners potentialo7_ where taskimpl0_.id=potentialo7_.task_id)) and (names5_.language=? or (select count(names8_.Task_Names_Id) from I18NText names8_ where taskimpl0_.id=names8_.Task_Names_Id)=0) and (subjects3_.language=? or (select count(subjects9_.Task_Subjects_Id) from I18NText subjects9_ where taskimpl0_.id=subjects9_.Task_Subjects_Id)=0) and (descriptio4_.language=? or (select count(descriptio10_.Task_Descriptions_Id) from I18NText descriptio10_ where taskimpl0_.id=descriptio10_.Task_Descriptions_Id)=0) and (taskimpl0_.status in ('Created' , 'Ready' , 'Reserved' , 'InProgress' , 'Suspended')) order by taskimpl0_.id DESC
Found 1 task(s) for user 'john'
Hibernate: select taskimpl0_.id as id1_31_3_, taskimpl0_.archived as archived2_31_3_, taskimpl0_.allowedToDelegate as allowedT3_31_3_, taskimpl0_.formName as formName4_31_3_, taskimpl0_.taskInitiator_id as taskIni31_31_3_, taskimpl0_.priority as priority5_31_3_, taskimpl0_.subTaskStrategy as subTaskS6_31_3_, taskimpl0_.activationTime as activati7_31_3_, taskimpl0_.actualOwner_id as actualO32_31_3_, taskimpl0_.createdBy_id as created33_31_3_, taskimpl0_.createdOn as createdO8_31_3_, taskimpl0_.deploymentId as deployme9_31_3_, taskimpl0_.documentAccessType as documen10_31_3_, taskimpl0_.documentContentId as documen11_31_3_, taskimpl0_.documentType as documen12_31_3_, taskimpl0_.expirationTime as expirat13_31_3_, taskimpl0_.faultAccessType as faultAc14_31_3_, taskimpl0_.faultContentId as faultCo15_31_3_, taskimpl0_.faultName as faultNa16_31_3_, taskimpl0_.faultType as faultTy17_31_3_, taskimpl0_.outputAccessType as outputA18_31_3_, taskimpl0_.outputContentId as outputC19_31_3_, taskimpl0_.outputType as outputT20_31_3_, taskimpl0_.parentId as parentI21_31_3_, taskimpl0_.previousStatus as previou22_31_3_, taskimpl0_.processId as process23_31_3_, taskimpl0_.processInstanceId as process24_31_3_, taskimpl0_.processSessionId as process25_31_3_, taskimpl0_.skipable as skipabl26_31_3_, taskimpl0_.status as status27_31_3_, taskimpl0_.workItemId as workIte28_31_3_, taskimpl0_.taskType as taskTyp29_31_3_, taskimpl0_.OPTLOCK as OPTLOCK30_31_3_, userimpl1_.id as id2_20_0_, userimpl2_.id as id2_20_1_, userimpl3_.id as id2_20_2_ from Task taskimpl0_ left outer join OrganizationalEntity userimpl1_ on taskimpl0_.taskInitiator_id=userimpl1_.id left outer join OrganizationalEntity userimpl2_ on taskimpl0_.actualOwner_id=userimpl2_.id left outer join OrganizationalEntity userimpl3_ on taskimpl0_.createdBy_id=userimpl3_.id where taskimpl0_.id=?
Hibernate: select taskimpl0_.id as col_0_0_, deadlineim1_.id as col_1_0_, deadlineim1_.deadline_date as col_2_0_ from Task taskimpl0_ cross join Deadline deadlineim1_ where taskimpl0_.archived=0 and (deadlineim1_.id in (select startdeadl2_.id from Deadline startdeadl2_ where taskimpl0_.id=startdeadl2_.Deadlines_StartDeadLine_Id)) and deadlineim1_.escalated=0 order by deadlineim1_.deadline_date
Hibernate: select startdeadl0_.Deadlines_StartDeadLine_Id as Deadline4_31_1_, startdeadl0_.id as id1_7_1_, startdeadl0_.id as id1_7_0_, startdeadl0_.deadline_date as deadline2_7_0_, startdeadl0_.escalated as escalate3_7_0_ from Deadline startdeadl0_ where startdeadl0_.Deadlines_StartDeadLine_Id=?
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: insert into TaskEvent (id, logTime, taskId, type, userId, OPTLOCK) values (null, ?, ?, ?, ?, ?)
Hibernate: update Task set archived=?, allowedToDelegate=?, formName=?, taskInitiator_id=?, priority=?, subTaskStrategy=?, activationTime=?, actualOwner_id=?, createdBy_id=?, createdOn=?, deploymentId=?, documentAccessType=?, documentContentId=?, documentType=?, expirationTime=?, faultAccessType=?, faultContentId=?, faultName=?, faultType=?, outputAccessType=?, outputContentId=?, outputType=?, parentId=?, previousStatus=?, processId=?, processInstanceId=?, processSessionId=?, skipable=?, status=?, workItemId=?, taskType=?, OPTLOCK=? where id=? and OPTLOCK=?
Hibernate: select taskimpl0_.id as id1_31_3_, taskimpl0_.archived as archived2_31_3_, taskimpl0_.allowedToDelegate as allowedT3_31_3_, taskimpl0_.formName as formName4_31_3_, taskimpl0_.taskInitiator_id as taskIni31_31_3_, taskimpl0_.priority as priority5_31_3_, taskimpl0_.subTaskStrategy as subTaskS6_31_3_, taskimpl0_.activationTime as activati7_31_3_, taskimpl0_.actualOwner_id as actualO32_31_3_, taskimpl0_.createdBy_id as created33_31_3_, taskimpl0_.createdOn as createdO8_31_3_, taskimpl0_.deploymentId as deployme9_31_3_, taskimpl0_.documentAccessType as documen10_31_3_, taskimpl0_.documentContentId as documen11_31_3_, taskimpl0_.documentType as documen12_31_3_, taskimpl0_.expirationTime as expirat13_31_3_, taskimpl0_.faultAccessType as faultAc14_31_3_, taskimpl0_.faultContentId as faultCo15_31_3_, taskimpl0_.faultName as faultNa16_31_3_, taskimpl0_.faultType as faultTy17_31_3_, taskimpl0_.outputAccessType as outputA18_31_3_, taskimpl0_.outputContentId as outputC19_31_3_, taskimpl0_.outputType as outputT20_31_3_, taskimpl0_.parentId as parentI21_31_3_, taskimpl0_.previousStatus as previou22_31_3_, taskimpl0_.processId as process23_31_3_, taskimpl0_.processInstanceId as process24_31_3_, taskimpl0_.processSessionId as process25_31_3_, taskimpl0_.skipable as skipabl26_31_3_, taskimpl0_.status as status27_31_3_, taskimpl0_.workItemId as workIte28_31_3_, taskimpl0_.taskType as taskTyp29_31_3_, taskimpl0_.OPTLOCK as OPTLOCK30_31_3_, userimpl1_.id as id2_20_0_, userimpl2_.id as id2_20_1_, userimpl3_.id as id2_20_2_ from Task taskimpl0_ left outer join OrganizationalEntity userimpl1_ on taskimpl0_.taskInitiator_id=userimpl1_.id left outer join OrganizationalEntity userimpl2_ on taskimpl0_.actualOwner_id=userimpl2_.id left outer join OrganizationalEntity userimpl3_ on taskimpl0_.createdBy_id=userimpl3_.id where taskimpl0_.id=?
Hibernate: select taskimpl0_.id as col_0_0_, deadlineim1_.id as col_1_0_, deadlineim1_.deadline_date as col_2_0_ from Task taskimpl0_ cross join Deadline deadlineim1_ where taskimpl0_.archived=0 and (deadlineim1_.id in (select startdeadl2_.id from Deadline startdeadl2_ where taskimpl0_.id=startdeadl2_.Deadlines_StartDeadLine_Id)) and deadlineim1_.escalated=0 order by deadlineim1_.deadline_date
Hibernate: select startdeadl0_.Deadlines_StartDeadLine_Id as Deadline4_31_1_, startdeadl0_.id as id1_7_1_, startdeadl0_.id as id1_7_0_, startdeadl0_.deadline_date as deadline2_7_0_, startdeadl0_.escalated as escalate3_7_0_ from Deadline startdeadl0_ where startdeadl0_.Deadlines_StartDeadLine_Id=?
Hibernate: select taskimpl0_.id as col_0_0_, deadlineim1_.id as col_1_0_, deadlineim1_.deadline_date as col_2_0_ from Task taskimpl0_ cross join Deadline deadlineim1_ where taskimpl0_.archived=0 and (deadlineim1_.id in (select enddeadlin2_.id from Deadline enddeadlin2_ where taskimpl0_.id=enddeadlin2_.Deadlines_EndDeadLine_Id)) and deadlineim1_.escalated=0 order by deadlineim1_.deadline_date
Hibernate: select enddeadlin0_.Deadlines_EndDeadLine_Id as Deadline5_31_1_, enddeadlin0_.id as id1_7_1_, enddeadlin0_.id as id1_7_0_, enddeadlin0_.deadline_date as deadline2_7_0_, enddeadlin0_.escalated as escalate3_7_0_ from Deadline enddeadlin0_ where enddeadlin0_.Deadlines_EndDeadLine_Id=?
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: insert into TaskEvent (id, logTime, taskId, type, userId, OPTLOCK) values (null, ?, ?, ?, ?, ?)
Hibernate: select workitemin0_.workItemId as workItem1_34_0_, workitemin0_.creationDate as creation2_34_0_, workitemin0_.name as name3_34_0_, workitemin0_.processInstanceId as processI4_34_0_, workitemin0_.state as state5_34_0_, workitemin0_.OPTLOCK as OPTLOCK6_34_0_, workitemin0_.workItemByteArray as workItem7_34_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select processins0_.InstanceId as Instance1_26_0_, processins0_.lastModificationDate as lastModi2_26_0_, processins0_.lastReadDate as lastRead3_26_0_, processins0_.processId as processI4_26_0_, processins0_.processInstanceByteArray as processI5_26_0_, processins0_.startDate as startDat6_26_0_, processins0_.state as state7_26_0_, processins0_.OPTLOCK as OPTLOCK8_26_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=?
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into WorkItemInfo (workItemId, creationDate, name, processInstanceId, state, OPTLOCK, workItemByteArray) values (null, ?, ?, ?, ?, ?, ?)
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select userimpl0_.id as id2_20_0_ from OrganizationalEntity userimpl0_ where userimpl0_.id=? and userimpl0_.DTYPE='User'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select userimpl0_.id as id2_20_0_ from OrganizationalEntity userimpl0_ where userimpl0_.id=? and userimpl0_.DTYPE='User'
Hibernate: insert into OrganizationalEntity (DTYPE, id) values ('User', ?)
Hibernate: insert into Content (id, content) values (null, ?)
Hibernate: select userimpl_.id from OrganizationalEntity userimpl_ where userimpl_.id=?
Hibernate: insert into Task (id, archived, allowedToDelegate, formName, taskInitiator_id, priority, subTaskStrategy, activationTime, actualOwner_id, createdBy_id, createdOn, deploymentId, documentAccessType, documentContentId, documentType, expirationTime, faultAccessType, faultContentId, faultName, faultType, outputAccessType, outputContentId, outputType, parentId, previousStatus, processId, processInstanceId, processSessionId, skipable, status, workItemId, taskType, OPTLOCK) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into I18NText (id, language, shortText, text) values (null, ?, ?, ?)
Hibernate: insert into I18NText (id, language, shortText, text) values (null, ?, ?, ?)
Hibernate: insert into I18NText (id, language, shortText, text) values (null, ?, ?, ?)
Hibernate: insert into TaskEvent (id, logTime, taskId, type, userId, OPTLOCK) values (null, ?, ?, ?, ?, ?)
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select eventtypes0_.InstanceId as Instance1_26_0_, eventtypes0_.element as element2_10_0_ from EventTypes eventtypes0_ where eventtypes0_.InstanceId=?
Hibernate: update Task set archived=?, allowedToDelegate=?, formName=?, taskInitiator_id=?, priority=?, subTaskStrategy=?, activationTime=?, actualOwner_id=?, createdBy_id=?, createdOn=?, deploymentId=?, documentAccessType=?, documentContentId=?, documentType=?, expirationTime=?, faultAccessType=?, faultContentId=?, faultName=?, faultType=?, outputAccessType=?, outputContentId=?, outputType=?, parentId=?, previousStatus=?, processId=?, processInstanceId=?, processSessionId=?, skipable=?, status=?, workItemId=?, taskType=?, OPTLOCK=? where id=? and OPTLOCK=?
Hibernate: update ProcessInstanceInfo set lastModificationDate=?, lastReadDate=?, processId=?, processInstanceByteArray=?, startDate=?, state=?, OPTLOCK=? where InstanceId=? and OPTLOCK=?
Hibernate: update WorkItemInfo set creationDate=?, name=?, processInstanceId=?, state=?, OPTLOCK=?, workItemByteArray=? where workItemId=? and OPTLOCK=?
Hibernate: update I18NText set Task_Descriptions_Id=? where id=?
Hibernate: update I18NText set Task_Names_Id=? where id=?
Hibernate: insert into PeopleAssignments_BAs (task_id, entity_id) values (?, ?)
Hibernate: insert into PeopleAssignments_BAs (task_id, entity_id) values (?, ?)
Hibernate: insert into PeopleAssignments_PotOwners (task_id, entity_id) values (?, ?)
Hibernate: update I18NText set Task_Subjects_Id=? where id=?
Hibernate: delete from WorkItemInfo where workItemId=? and OPTLOCK=?
Hibernate: select userimpl0_.id as id2_20_0_ from OrganizationalEntity userimpl0_ where userimpl0_.id=? and userimpl0_.DTYPE='User'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select distinct taskimpl0_.id as col_0_0_, taskimpl0_.processInstanceId as col_1_0_, names5_.shortText as col_2_0_, subjects3_.shortText as col_3_0_, descriptio4_.shortText as col_4_0_, taskimpl0_.status as col_5_0_, taskimpl0_.priority as col_6_0_, taskimpl0_.skipable as col_7_0_, userimpl2_.id as col_8_0_, userimpl1_.id as col_9_0_, taskimpl0_.createdOn as col_10_0_, taskimpl0_.activationTime as col_11_0_, taskimpl0_.expirationTime as col_12_0_, taskimpl0_.processId as col_13_0_, taskimpl0_.processSessionId as col_14_0_, taskimpl0_.subTaskStrategy as col_15_0_, taskimpl0_.parentId as col_16_0_ from Task taskimpl0_ left outer join OrganizationalEntity userimpl1_ on taskimpl0_.createdBy_id=userimpl1_.id left outer join OrganizationalEntity userimpl2_ on taskimpl0_.actualOwner_id=userimpl2_.id left outer join I18NText subjects3_ on taskimpl0_.id=subjects3_.Task_Subjects_Id left outer join I18NText descriptio4_ on taskimpl0_.id=descriptio4_.Task_Descriptions_Id left outer join I18NText names5_ on taskimpl0_.id=names5_.Task_Names_Id cross join OrganizationalEntity organizati6_ where taskimpl0_.archived=0 and (organizati6_.id=? or organizati6_.id in (? , ?)) and (organizati6_.id in (select potentialo7_.entity_id from PeopleAssignments_PotOwners potentialo7_ where taskimpl0_.id=potentialo7_.task_id)) and (names5_.language=? or (select count(names8_.Task_Names_Id) from I18NText names8_ where taskimpl0_.id=names8_.Task_Names_Id)=0) and (subjects3_.language=? or (select count(subjects9_.Task_Subjects_Id) from I18NText subjects9_ where taskimpl0_.id=subjects9_.Task_Subjects_Id)=0) and (descriptio4_.language=? or (select count(descriptio10_.Task_Descriptions_Id) from I18NText descriptio10_ where taskimpl0_.id=descriptio10_.Task_Descriptions_Id)=0) and (taskimpl0_.status in ('Created' , 'Ready' , 'Reserved' , 'InProgress' , 'Suspended')) order by taskimpl0_.id DESC
Found 1 task(s) for user 'mary'
Hibernate: select taskimpl0_.id as id1_31_3_, taskimpl0_.archived as archived2_31_3_, taskimpl0_.allowedToDelegate as allowedT3_31_3_, taskimpl0_.formName as formName4_31_3_, taskimpl0_.taskInitiator_id as taskIni31_31_3_, taskimpl0_.priority as priority5_31_3_, taskimpl0_.subTaskStrategy as subTaskS6_31_3_, taskimpl0_.activationTime as activati7_31_3_, taskimpl0_.actualOwner_id as actualO32_31_3_, taskimpl0_.createdBy_id as created33_31_3_, taskimpl0_.createdOn as createdO8_31_3_, taskimpl0_.deploymentId as deployme9_31_3_, taskimpl0_.documentAccessType as documen10_31_3_, taskimpl0_.documentContentId as documen11_31_3_, taskimpl0_.documentType as documen12_31_3_, taskimpl0_.expirationTime as expirat13_31_3_, taskimpl0_.faultAccessType as faultAc14_31_3_, taskimpl0_.faultContentId as faultCo15_31_3_, taskimpl0_.faultName as faultNa16_31_3_, taskimpl0_.faultType as faultTy17_31_3_, taskimpl0_.outputAccessType as outputA18_31_3_, taskimpl0_.outputContentId as outputC19_31_3_, taskimpl0_.outputType as outputT20_31_3_, taskimpl0_.parentId as parentI21_31_3_, taskimpl0_.previousStatus as previou22_31_3_, taskimpl0_.processId as process23_31_3_, taskimpl0_.processInstanceId as process24_31_3_, taskimpl0_.processSessionId as process25_31_3_, taskimpl0_.skipable as skipabl26_31_3_, taskimpl0_.status as status27_31_3_, taskimpl0_.workItemId as workIte28_31_3_, taskimpl0_.taskType as taskTyp29_31_3_, taskimpl0_.OPTLOCK as OPTLOCK30_31_3_, userimpl1_.id as id2_20_0_, userimpl2_.id as id2_20_1_, userimpl3_.id as id2_20_2_ from Task taskimpl0_ left outer join OrganizationalEntity userimpl1_ on taskimpl0_.taskInitiator_id=userimpl1_.id left outer join OrganizationalEntity userimpl2_ on taskimpl0_.actualOwner_id=userimpl2_.id left outer join OrganizationalEntity userimpl3_ on taskimpl0_.createdBy_id=userimpl3_.id where taskimpl0_.id=?
Hibernate: select taskimpl0_.id as col_0_0_, deadlineim1_.id as col_1_0_, deadlineim1_.deadline_date as col_2_0_ from Task taskimpl0_ cross join Deadline deadlineim1_ where taskimpl0_.archived=0 and (deadlineim1_.id in (select startdeadl2_.id from Deadline startdeadl2_ where taskimpl0_.id=startdeadl2_.Deadlines_StartDeadLine_Id)) and deadlineim1_.escalated=0 order by deadlineim1_.deadline_date
Hibernate: select startdeadl0_.Deadlines_StartDeadLine_Id as Deadline4_31_1_, startdeadl0_.id as id1_7_1_, startdeadl0_.id as id1_7_0_, startdeadl0_.deadline_date as deadline2_7_0_, startdeadl0_.escalated as escalate3_7_0_ from Deadline startdeadl0_ where startdeadl0_.Deadlines_StartDeadLine_Id=?
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: insert into TaskEvent (id, logTime, taskId, type, userId, OPTLOCK) values (null, ?, ?, ?, ?, ?)
Hibernate: update Task set archived=?, allowedToDelegate=?, formName=?, taskInitiator_id=?, priority=?, subTaskStrategy=?, activationTime=?, actualOwner_id=?, createdBy_id=?, createdOn=?, deploymentId=?, documentAccessType=?, documentContentId=?, documentType=?, expirationTime=?, faultAccessType=?, faultContentId=?, faultName=?, faultType=?, outputAccessType=?, outputContentId=?, outputType=?, parentId=?, previousStatus=?, processId=?, processInstanceId=?, processSessionId=?, skipable=?, status=?, workItemId=?, taskType=?, OPTLOCK=? where id=? and OPTLOCK=?
Hibernate: select taskimpl0_.id as id1_31_3_, taskimpl0_.archived as archived2_31_3_, taskimpl0_.allowedToDelegate as allowedT3_31_3_, taskimpl0_.formName as formName4_31_3_, taskimpl0_.taskInitiator_id as taskIni31_31_3_, taskimpl0_.priority as priority5_31_3_, taskimpl0_.subTaskStrategy as subTaskS6_31_3_, taskimpl0_.activationTime as activati7_31_3_, taskimpl0_.actualOwner_id as actualO32_31_3_, taskimpl0_.createdBy_id as created33_31_3_, taskimpl0_.createdOn as createdO8_31_3_, taskimpl0_.deploymentId as deployme9_31_3_, taskimpl0_.documentAccessType as documen10_31_3_, taskimpl0_.documentContentId as documen11_31_3_, taskimpl0_.documentType as documen12_31_3_, taskimpl0_.expirationTime as expirat13_31_3_, taskimpl0_.faultAccessType as faultAc14_31_3_, taskimpl0_.faultContentId as faultCo15_31_3_, taskimpl0_.faultName as faultNa16_31_3_, taskimpl0_.faultType as faultTy17_31_3_, taskimpl0_.outputAccessType as outputA18_31_3_, taskimpl0_.outputContentId as outputC19_31_3_, taskimpl0_.outputType as outputT20_31_3_, taskimpl0_.parentId as parentI21_31_3_, taskimpl0_.previousStatus as previou22_31_3_, taskimpl0_.processId as process23_31_3_, taskimpl0_.processInstanceId as process24_31_3_, taskimpl0_.processSessionId as process25_31_3_, taskimpl0_.skipable as skipabl26_31_3_, taskimpl0_.status as status27_31_3_, taskimpl0_.workItemId as workIte28_31_3_, taskimpl0_.taskType as taskTyp29_31_3_, taskimpl0_.OPTLOCK as OPTLOCK30_31_3_, userimpl1_.id as id2_20_0_, userimpl2_.id as id2_20_1_, userimpl3_.id as id2_20_2_ from Task taskimpl0_ left outer join OrganizationalEntity userimpl1_ on taskimpl0_.taskInitiator_id=userimpl1_.id left outer join OrganizationalEntity userimpl2_ on taskimpl0_.actualOwner_id=userimpl2_.id left outer join OrganizationalEntity userimpl3_ on taskimpl0_.createdBy_id=userimpl3_.id where taskimpl0_.id=?
Hibernate: select taskimpl0_.id as col_0_0_, deadlineim1_.id as col_1_0_, deadlineim1_.deadline_date as col_2_0_ from Task taskimpl0_ cross join Deadline deadlineim1_ where taskimpl0_.archived=0 and (deadlineim1_.id in (select startdeadl2_.id from Deadline startdeadl2_ where taskimpl0_.id=startdeadl2_.Deadlines_StartDeadLine_Id)) and deadlineim1_.escalated=0 order by deadlineim1_.deadline_date
Hibernate: select startdeadl0_.Deadlines_StartDeadLine_Id as Deadline4_31_1_, startdeadl0_.id as id1_7_1_, startdeadl0_.id as id1_7_0_, startdeadl0_.deadline_date as deadline2_7_0_, startdeadl0_.escalated as escalate3_7_0_ from Deadline startdeadl0_ where startdeadl0_.Deadlines_StartDeadLine_Id=?
Hibernate: select taskimpl0_.id as col_0_0_, deadlineim1_.id as col_1_0_, deadlineim1_.deadline_date as col_2_0_ from Task taskimpl0_ cross join Deadline deadlineim1_ where taskimpl0_.archived=0 and (deadlineim1_.id in (select enddeadlin2_.id from Deadline enddeadlin2_ where taskimpl0_.id=enddeadlin2_.Deadlines_EndDeadLine_Id)) and deadlineim1_.escalated=0 order by deadlineim1_.deadline_date
Hibernate: select enddeadlin0_.Deadlines_EndDeadLine_Id as Deadline5_31_1_, enddeadlin0_.id as id1_7_1_, enddeadlin0_.id as id1_7_0_, enddeadlin0_.deadline_date as deadline2_7_0_, enddeadlin0_.escalated as escalate3_7_0_ from Deadline enddeadlin0_ where enddeadlin0_.Deadlines_EndDeadLine_Id=?
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: select groupimpl0_.id as id2_20_0_ from OrganizationalEntity groupimpl0_ where groupimpl0_.id=? and groupimpl0_.DTYPE='Group'
Hibernate: insert into TaskEvent (id, logTime, taskId, type, userId, OPTLOCK) values (null, ?, ?, ?, ?, ?)
Hibernate: select workitemin0_.workItemId as workItem1_34_0_, workitemin0_.creationDate as creation2_34_0_, workitemin0_.name as name3_34_0_, workitemin0_.processInstanceId as processI4_34_0_, workitemin0_.state as state5_34_0_, workitemin0_.OPTLOCK as OPTLOCK6_34_0_, workitemin0_.workItemByteArray as workItem7_34_0_ from WorkItemInfo workitemin0_ where workitemin0_.workItemId=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select processins0_.InstanceId as Instance1_26_0_, processins0_.lastModificationDate as lastModi2_26_0_, processins0_.lastReadDate as lastRead3_26_0_, processins0_.processId as processI4_26_0_, processins0_.processInstanceByteArray as processI5_26_0_, processins0_.startDate as startDat6_26_0_, processins0_.state as state7_26_0_, processins0_.OPTLOCK as OPTLOCK8_26_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=?
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select correlatio0_.keyId as keyId1_5_, correlatio0_.name as name2_5_, correlatio0_.processInstanceId as processI3_5_, correlatio0_.OPTLOCK as OPTLOCK4_5_ from CorrelationKeyInfo correlatio0_ where correlatio0_.processInstanceId=?
Hibernate: select processins0_.id as id1_27_, processins0_.duration as duration2_27_, processins0_.end_date as end3_27_, processins0_.externalId as external4_27_, processins0_.user_identity as user5_27_, processins0_.outcome as outcome6_27_, processins0_.parentProcessInstanceId as parentPr7_27_, processins0_.processId as processI8_27_, processins0_.processInstanceId as processI9_27_, processins0_.processName as process10_27_, processins0_.processVersion as process11_27_, processins0_.start_date as start12_27_, processins0_.status as status13_27_ from ProcessInstanceLog processins0_ where processins0_.processInstanceId=? and (processins0_.end_date is null)
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select processins0_.InstanceId as col_0_0_ from ProcessInstanceInfo processins0_ where ? in (select eventtypes1_.element from EventTypes eventtypes1_ where processins0_.InstanceId=eventtypes1_.InstanceId)
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into NodeInstanceLog (id, connection, log_date, externalId, nodeId, nodeInstanceId, nodeName, nodeType, processId, processInstanceId, type, workItemId) values (null, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: update SessionInfo set lastModificationDate=?, rulesByteArray=?, startDate=?, OPTLOCK=? where id=? and OPTLOCK=?
Hibernate: update Task set archived=?, allowedToDelegate=?, formName=?, taskInitiator_id=?, priority=?, subTaskStrategy=?, activationTime=?, actualOwner_id=?, createdBy_id=?, createdOn=?, deploymentId=?, documentAccessType=?, documentContentId=?, documentType=?, expirationTime=?, faultAccessType=?, faultContentId=?, faultName=?, faultType=?, outputAccessType=?, outputContentId=?, outputType=?, parentId=?, previousStatus=?, processId=?, processInstanceId=?, processSessionId=?, skipable=?, status=?, workItemId=?, taskType=?, OPTLOCK=? where id=? and OPTLOCK=?
Hibernate: update ProcessInstanceLog set duration=?, end_date=?, externalId=?, user_identity=?, outcome=?, parentProcessInstanceId=?, processId=?, processInstanceId=?, processName=?, processVersion=?, start_date=?, status=? where id=?
Hibernate: delete from EventTypes where InstanceId=?
Hibernate: delete from ProcessInstanceInfo where InstanceId=? and OPTLOCK=?
Hibernate: delete from ContextMappingInfo where mappingId=? and OPTLOCK=?
Hibernate: delete from WorkItemInfo where workItemId=? and OPTLOCK=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.CONTEXT_ID=?
Hibernate: select contextmap0_.mappingId as mappingI1_4_, contextmap0_.CONTEXT_ID as CONTEXT2_4_, contextmap0_.KSESSION_ID as KSESSION3_4_, contextmap0_.OPTLOCK as OPTLOCK4_4_ from ContextMappingInfo contextmap0_ where contextmap0_.KSESSION_ID=?
Hibernate: select processins0_.InstanceId as Instance1_26_0_, processins0_.lastModificationDate as lastModi2_26_0_, processins0_.lastReadDate as lastRead3_26_0_, processins0_.processId as processI4_26_0_, processins0_.processInstanceByteArray as processI5_26_0_, processins0_.startDate as startDat6_26_0_, processins0_.state as state7_26_0_, processins0_.OPTLOCK as OPTLOCK8_26_0_ from ProcessInstanceInfo processins0_ where processins0_.InstanceId=?
Process instance completed
2014-03-16 13:33:18,563 [main] INFO Closing org.springframework.context.support.ClassPathXmlApplicationContext@36f6bc85: startup date [Sun Mar 16 13:33:17 CET 2014]; root of context hierarchy
2014-03-16 13:33:18,564 [main] INFO Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1999d1e4: defining beans [jbpmEMF,jbpmTxManager,process,runtimeEnvironment,runtimeManager,logService]; root of factory hierarchy
2014-03-16 13:33:18,564 [main] INFO Closing JPA EntityManagerFactory for persistence unit 'org.jbpm.persistence.spring.local'
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.026 sec - in org.kie.spring.jbpm.LocalEntityManagerFactorySpringTest
Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ kie-spring ---
[WARNING] Bundle org.kie:kie-spring:bundle:6.1.0.Beta1 : Did not find matching referal for !org.drools.container.Spring.beans.persistence
[WARNING] Bundle org.kie:kie-spring:bundle:6.1.0.Beta1 : Did not find matching referal for !org.kie.spring*
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ kie-spring ---
[INFO] Building jar: /Users/agaton/Projects/droolsjbpm-integration/kie-spring/target/kie-spring-6.1.0.Beta1-tests.jar
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (jar) @ kie-spring >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (default) @ kie-spring ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ kie-spring ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ kie-spring ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:parse-version (default) @ kie-spring ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ kie-spring ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ kie-spring ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (jar) @ kie-spring <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (jar) @ kie-spring ---
[INFO] org already added, skipping
[INFO] org/kie already added, skipping
[INFO] org/kie/spring already added, skipping
[INFO] Building jar: /Users/agaton/Projects/droolsjbpm-integration/kie-spring/target/kie-spring-6.1.0.Beta1-sources.jar
[INFO] org already added, skipping
[INFO] org/kie already added, skipping
[INFO] org/kie/spring already added, skipping
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:test-jar (test-jar) @ kie-spring >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (default) @ kie-spring ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ kie-spring ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ kie-spring ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:parse-version (default) @ kie-spring ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ kie-spring ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ kie-spring ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:test-jar (test-jar) @ kie-spring <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:test-jar (test-jar) @ kie-spring ---
[INFO] org already added, skipping
[INFO] org/kie already added, skipping
[INFO] org/kie/spring already added, skipping
[INFO] org/kie/spring/timer already added, skipping
[INFO] Building jar: /Users/agaton/Projects/droolsjbpm-integration/kie-spring/target/kie-spring-6.1.0.Beta1-test-sources.jar
[INFO] org already added, skipping
[INFO] org/kie already added, skipping
[INFO] org/kie/spring already added, skipping
[INFO] org/kie/spring/timer already added, skipping
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ kie-spring ---
[INFO] org already added, skipping
[INFO] org/kie already added, skipping
[INFO] org/kie/spring already added, skipping
[WARNING] Artifact org.kie:kie-spring:java-source:sources:6.1.0.Beta1 already attached to project, ignoring duplicate
[INFO]
[INFO] --- maven-failsafe-plugin:2.15:integration-test (default) @ kie-spring ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ kie-spring ---
[INFO] Installing /Users/agaton/Projects/droolsjbpm-integration/kie-spring/target/kie-spring-6.1.0.Beta1.jar to /Users/agaton/.m2/repository/org/kie/kie-spring/6.1.0.Beta1/kie-spring-6.1.0.Beta1.jar
[INFO] Installing /Users/agaton/Projects/droolsjbpm-integration/kie-spring/pom.xml to /Users/agaton/.m2/repository/org/kie/kie-spring/6.1.0.Beta1/kie-spring-6.1.0.Beta1.pom
[INFO] Installing /Users/agaton/Projects/droolsjbpm-integration/kie-spring/target/kie-spring-6.1.0.Beta1-tests.jar to /Users/agaton/.m2/repository/org/kie/kie-spring/6.1.0.Beta1/kie-spring-6.1.0.Beta1-tests.jar
[INFO] Installing /Users/agaton/Projects/droolsjbpm-integration/kie-spring/target/kie-spring-6.1.0.Beta1-sources.jar to /Users/agaton/.m2/repository/org/kie/kie-spring/6.1.0.Beta1/kie-spring-6.1.0.Beta1-sources.jar
[INFO] Installing /Users/agaton/Projects/droolsjbpm-integration/kie-spring/target/kie-spring-6.1.0.Beta1-test-sources.jar to /Users/agaton/.m2/repository/org/kie/kie-spring/6.1.0.Beta1/kie-spring-6.1.0.Beta1-test-sources.jar
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ kie-spring ---
[INFO] Installing org/kie/kie-spring/6.1.0.Beta1/kie-spring-6.1.0.Beta1.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.603s
[INFO] Finished at: Sun Mar 16 13:33:21 CET 2014
[INFO] Final Memory: 112M/494M
[INFO] ------------------------------------------------------------------------
-------------------------------------------------------------------------------
Test set: org.kie.spring.jbpm.LocalEntityManagerSpringTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 6.706 sec <<< FAILURE! - in org.kie.spring.jbpm.LocalEntityManagerSpringTest
testSpringWithJTAAndEM(org.kie.spring.jbpm.LocalEntityManagerSpringTest) Time elapsed: 5.522 sec <<< ERROR!
java.lang.IllegalStateException: Not allowed to create transaction on shared EntityManager - use Spring transactions or EJB CMT instead
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:198)
at com.sun.proxy.$Proxy39.getTransaction(Unknown Source)
at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.joinTransaction(JPAWorkingMemoryDbLogger.java:265)
at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.persist(JPAWorkingMemoryDbLogger.java:190)
at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.beforeProcessStarted(JPAWorkingMemoryDbLogger.java:130)
at org.drools.core.event.ProcessEventSupport.fireBeforeProcessStarted(ProcessEventSupport.java:40)
at org.jbpm.process.instance.ProcessRuntimeImpl.startProcessInstance(ProcessRuntimeImpl.java:193)
at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:176)
at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:168)
at org.drools.core.common.AbstractWorkingMemory.startProcess(AbstractWorkingMemory.java:1575)
at org.drools.core.impl.StatefulKnowledgeSessionImpl.startProcess(StatefulKnowledgeSessionImpl.java:342)
at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:121)
at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:40)
at org.drools.core.command.impl.DefaultCommandService.execute(DefaultCommandService.java:36)
at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:41)
at org.drools.persistence.SingleSessionCommandService$TransactionInterceptor.execute(SingleSessionCommandService.java:533)
at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:41)
at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:73)
at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:41)
at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:60)
at org.drools.persistence.SingleSessionCommandService.execute(SingleSessionCommandService.java:377)
at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:230)
at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:221)
at org.kie.spring.jbpm.LocalEntityManagerSpringTest.testSpringWithJTAAndEM(LocalEntityManagerSpringTest.java:40)
testSpringWithJTAAndEMwithRollback(org.kie.spring.jbpm.LocalEntityManagerSpringTest) Time elapsed: 1.078 sec <<< ERROR!
java.lang.IllegalStateException: Not allowed to create transaction on shared EntityManager - use Spring transactions or EJB CMT instead
at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:198)
at com.sun.proxy.$Proxy39.getTransaction(Unknown Source)
at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.joinTransaction(JPAWorkingMemoryDbLogger.java:265)
at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.persist(JPAWorkingMemoryDbLogger.java:190)
at org.jbpm.process.audit.JPAWorkingMemoryDbLogger.beforeProcessStarted(JPAWorkingMemoryDbLogger.java:130)
at org.drools.core.event.ProcessEventSupport.fireBeforeProcessStarted(ProcessEventSupport.java:40)
at org.jbpm.process.instance.ProcessRuntimeImpl.startProcessInstance(ProcessRuntimeImpl.java:193)
at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:176)
at org.jbpm.process.instance.ProcessRuntimeImpl.startProcess(ProcessRuntimeImpl.java:168)
at org.drools.core.common.AbstractWorkingMemory.startProcess(AbstractWorkingMemory.java:1575)
at org.drools.core.impl.StatefulKnowledgeSessionImpl.startProcess(StatefulKnowledgeSessionImpl.java:342)
at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:121)
at org.drools.core.command.runtime.process.StartProcessCommand.execute(StartProcessCommand.java:40)
at org.drools.core.command.impl.DefaultCommandService.execute(DefaultCommandService.java:36)
at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:41)
at org.drools.persistence.SingleSessionCommandService$TransactionInterceptor.execute(SingleSessionCommandService.java:533)
at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:41)
at org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:73)
at org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:41)
at org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:60)
at org.drools.persistence.SingleSessionCommandService.execute(SingleSessionCommandService.java:377)
at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:230)
at org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession.startProcess(CommandBasedStatefulKnowledgeSession.java:221)
at org.kie.spring.jbpm.LocalEntityManagerSpringTest.testSpringWithJTAAndEMwithRollback(LocalEntityManagerSpringTest.java:90)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment