Help:integrate Activiti Modeler to my application problem, cannot save
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2013 01:30 AM
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}">'
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}">'
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2013 01:35 AM
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>'
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2013 08:32 PM
Resolved for first problem:
Because of my application reject http PUT method in web.xml configuration for security reason
Because of my application reject http PUT method in web.xml configuration for security reason


Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2013 07:16 AM
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,
But no, Activiti doesn't process class files as part of a BAR file, it will ignore them.
Best regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2014 09:14 AM
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…
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…
