XML to PNG problem

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2011 08:03 AM
I saw a video on the internet that when user only upload a XML file to activiti engine with Activiti Probe webapp ,then the engine can automatically create relating PNG file and shown in Activiti Explorer . But when I made a sample with ECLIPSE and only uploade the xml to engine with Activiti Probe webapp ,no PNG created . my sample are no extended JAVA code and user form in XML ,also no error and can work in activiti . why and where am I wrong?
thanks at all.
Evan.
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2011 04:45 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2011 09:33 AM
Thank you for your reply.My Activiti is 5.2 and deploy date is 1 February 2011 . Is it last version? if not ,where can I download the last version? If it is the last verstion . why and where am I wrong?
Thanks at all.
Evan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2011 11:00 AM
Are you using the Activiti Designer (Eclipse plugin) or did you implement the BPMN XML yourself?
Best regards,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2011 09:17 PM
thanks for your reply.
I am using the Activiti Designer (Eclipse plugin) to make BPMN XML . It is no error on eclipse and work nice on Activiti Explorer . I also upload Activiti demo XML to Activiti . It is same problem with my sample .
Thanks
Evan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2011 04:03 AM
The diagram png is in the databasem but the name is incorrect it seems.
I'll look into it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2011 05:03 AM
this might be related to this issue? http://jira.codehaus.org/browse/ACT-529
I will be looking at whether we can generate an image as the API expects. Would it be used in that case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2011 05:11 AM
The reference in the userguide is 100% correct. So if your process resides in /myprocess.bpmn20.xml, your image should be /myprocess.png
(I added the '/' because the designer seems to add it automatically)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2011 05:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2011 01:37 PM
The image is now a PNG image and follows the second mentioned convention (for single process) as mentioned in the userguide here: http://www.activiti.org/userguide/index.html#providingProcessDiagram
