I am trying to embed the Activiti-Kickstart code into my existing application with the primary modification being a conversion from Vaadin to Wicket.
The Wicket conversion is going fine, but I cannot execute a 'Save' operation on the newly created ADHOC workflow because I get JAXB IllegalAnnotationExceptions (2).
I've pulled the code from the github location just a few days ago so I know I have the latest code.
I'm not super familiar with JAXB, and the stack traces it generates are not the most straight forward.
Just wondering if anybody would know how to troubleshoot these IllegalAnnotationExceptions?
Pneu