Skip to content

Instantly share code, notes, and snippets.

@DuncanDoyle
Created April 5, 2019 08:40
Show Gist options
  • Select an option

  • Save DuncanDoyle/0034341f75d257850ec7e37f6c59d3bc to your computer and use it in GitHub Desktop.

Select an option

Save DuncanDoyle/0034341f75d257850ec7e37f6c59d3bc to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<deployment-descriptor xsi:schemaLocation="http://www.jboss.org/jbpm deployment-descriptor.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<persistence-unit>org.jbpm.domain</persistence-unit>
<audit-persistence-unit>org.jbpm.domain</audit-persistence-unit>
<audit-mode>JPA</audit-mode>
<persistence-mode>JPA</persistence-mode>
<runtime-strategy>SINGLETON</runtime-strategy>
<marshalling-strategies/>
<event-listeners/>
<task-event-listeners/>
<globals/>
<work-item-handlers/>
<environment-entries/>
<configurations/>
<required-roles/>
<remoteable-classes>
<remoteable-class>org.jbpm.document.Document</remoteable-class>
<remoteable-class>org.jbpm.document.Documents</remoteable-class>
<remoteable-class>org.jbpm.document.service.impl.DocumentImpl</remoteable-class>
</remoteable-classes>
<limit-serialization-classes>true</limit-serialization-classes>
</deployment-descriptor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment