Information Technology Reference
In-Depth Information
<class>org.jbpm.services.task.impl.model.DelegationImpl</class>
<class>org.jbpm.services.task.impl.model.EscalationImpl</class>
<class>org.jbpm.services.task.impl.model.GroupImpl</class>
<class>org.jbpm.services.task.impl.model.I18NTextImpl</class>
<class>org.jbpm.services.task.impl.model.NotificationImpl
</class>
<class>org.jbpm.services.task.impl.model.EmailNotificationImpl
</class>
<class>
org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
</class>
<class>org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
</class>
<class>org.jbpm.services.task.impl.model.ReassignmentImpl
</class>
<class>org.jbpm.services.task.impl.model.TaskImpl</class>
<class>org.jbpm.services.task.impl.model.TaskDataImpl</class>
<class>org.jbpm.services.task.impl.model.UserImpl</class>
<class>org.jbpm.services.task.audit.impl.model.BAMTaskSummaryImpl
</class>
<properties>
<property name="hibernate.dialect"
value="org.hibernate.dialect.H2Dialect" />
...
</properties>
</persistence-unit>
</persistence>
Also, the said persistence unit will need a transactional data source to work against the
database. In our test file called HumanTaskSampleTest.java , you will find its con-
figuration in the method marked by the @Before annotation called setUp . This is a
Search WWH ::




Custom Search