Bonjour tout le monde
Je suis débutant en JBPM ; je suis entrain de réaliser une application basée sur la technologie Workflow dans le cadre de mon PFE.
Après une large période d’essai des versions et de configuration, j’ai pu faire un petit programme qui fait toujours des erreurs de configuration hibernate mais avec toujours problème dans la configuration ,je pense!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
19:25:01,531 [main] INFO  SchemaExport : Running hbm2ddl schema export
19:25:01,531 [main] INFO  SchemaExport : exporting generated schema to database
19:26:15,937 [main] INFO  SchemaExport : schema export complete
19:26:16,406 [main] DEBUG DbPersistenceService : creating hibernate session
Exception in thread "main" java.lang.NoClassDefFoundError: javax/transaction/Synchronization
	at org.hibernate.impl.SessionImpl.<init>(SessionImpl.java:213)
	at org.hibernate.impl.SessionFactoryImpl.openSession(SessionFactoryImpl.java:473)
	at org.hibernate.impl.SessionFactoryImpl.openSession(SessionFactoryImpl.java:497)
	at org.hibernate.impl.SessionFactoryImpl.openSession(SessionFactoryImpl.java:505)
	at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:117)
	at org.jbpm.persistence.db.DbPersistenceService.getGraphSession(DbPersistenceService.java:355)19:26:16,437 [main] DEBUG JbpmContext : closing jbpmContext org.jbpm.JbpmContext@860d49
19:26:16,437 [main] DEBUG Services : closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@40ece0

	at org.jbpm.JbpmContext.getGraphSession(JbpmContext.java:639)
	at org.jbpm.JbpmContext.deployProcessDefinition(JbpmContext.java:173)
	at tst.main(tst.java:67)
aidez mois svp