Camunda Spring shared container is not working

Hey @Brandon,

could you try to extend you implement your own process application and start process instance there instead of starter bean?

Here is an example https://github.com/camunda/camunda-bpm-examples/blob/master/deployment/spring-servlet-pa-jboss/src/main/java/org/camunda/bpm/example/spring/servlet/pa/SpringServletProcessApplication.java

Cheers,
Askar.