cancel
Showing results for 
Search instead for 
Did you mean: 

Re-package activiti-kickstart

pneudecorb
Champ in-the-making
Champ in-the-making
I would like to integrate activiti-kickstart functionality into an existing application and would like to repackage the code to fit my package structure.  Repackaging the org.activiti.* to something like com.* isn't a huge deal.  My primary concern is with the JAXB generated code for this product.  I assume I would need to re-generate this from a schema. 

Any of the Activiti-Kickstart (Joram) developers have some thoughts on a best approach for making this happen?

Thanks,
Pneu
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
There is *NO* generated code for the JAXB-classes, the context is built up at runtime by reflection based on the annotations. You can safely rename the packages, jaxb will use the right classes…

pneudecorb
Champ in-the-making
Champ in-the-making
I misspoke.  I didn't mean generated in the pure sense.  I did try renaming the packages and that didn't seem to work.
I'll keep looking at it.

Thanks,
Pneu