cancel
Showing results for 
Search instead for 
Did you mean: 

Help:integrate Activiti Modeler to my application problem, cannot save

jawfneo
Champ in-the-making
Champ in-the-making
I have integrated activiti Modeler to my separated application, and put all modeler resource to /modeler/ folder. So I enter from app to modeler by redirect url to "xxxxxx/modeler/service?editor=xxx". But I encounter a problem after enter in the modeler editor, after click save icon, it show a dialog (title is : Signavio) with message: "You do not have required rights to store that model. Please check in Signavio Explorer (localhost:8080/p/explorer), if you still have the rights to write in the target directory." After I click the link Signavio Explorer (localhost:8080/p/explorer), I would got http status 404 error.

Could help me! Thanks in advance!

Another question: When activiti do deploy bar file, do it support a class (Leave entity) file include the bar file. Then whether activiti:formProperty can use as '<activiti:formProperty id="leave.startDate" name="Start Date" type="date" varable="leave.startDate" datePattern="dd/MM/yyyy" required="true" writable="true" expression="${leave.startDate}">'
4 REPLIES 4

jawfneo
Champ in-the-making
Champ in-the-making
Another question: When activiti do deploy bar file, does it support a class (Leave entity) file include the bar file? Then whether activiti:formProperty can use as '<code><activiti:formProperty id="leave.startDate" name="Start Date" type="date" varable="leave.startDate" datePattern="dd/MM/yyyy" required="true" writable="true" expression="${leave.startDate}"></code>'

jawfneo
Champ in-the-making
Champ in-the-making
Resolved for first problem:
Because of my application reject http PUT method in web.xml configuration for security reasonSmiley Sad

trademak
Star Contributor
Star Contributor
Why would you need a class file for that form property definition?
But no, Activiti doesn't process class files as part of a BAR file, it will ignore them.

Best regards,

bshivaramreddy
Champ in-the-making
Champ in-the-making
Hi Tijs,
First of all thanks for great "activiti". Small request from my side…. I want to integrate the activiti modeler in my web app. It would be great that if you provide steps to integrate this modeler in own webapp.  Thanks in Advance…