arun13 / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Backend delivers relative URLs to the stencilsets. #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This circumstance currently prevents the Autolayouter to work on processes
stored in the repository.

What steps will reproduce the problem?
1. Create a new process in the repository
2. Create some process
3. Store it, load it again
4. Examine the canvas element in the source code of the loaded process.

What is the expected output?
The stencilset is registered with an absolute URL.

What do you see instead?
The stencilset is registered relatively.

Original issue reported on code.google.com by martin.c...@googlemail.com on 9 May 2008 at 7:25

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 11 May 2008 at 7:01

GoogleCodeExporter commented 9 years ago
The layouter saves the RDF to a temporary location on the local filesystem. 
Relative
URLs break this approach. However, it might be possible to add a xml:base to 
those
files. However, this does not help the fact that every process data fetched by 
third
party client might be affected by this, too.

Original comment by martin.c...@googlemail.com on 13 May 2008 at 4:31

GoogleCodeExporter commented 9 years ago
done.

Original comment by ole.ecke...@gmail.com on 14 May 2008 at 1:53

GoogleCodeExporter commented 9 years ago

Original comment by ole.ecke...@gmail.com on 14 May 2008 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 23 May 2008 at 3:28