On Tue, Apr 29, 2008 at 6:16 PM, Diego Moreno <[EMAIL PROTECTED]> wrote:
>
> I have installed the current version of ruote-web from git repository.
>
> Now, in a clean instalation, I configure the option
> remote_definitions_allowed to true. Then, everything works if I call
> to subprocess by the way:
>
> <subprocess ref="http://localhost:3000/process_definitions/
> simple_sequence_1.xml" />
>
> But... If I want to use a relative path like:
> <subprocess ref="/process_definitions/simple_sequence_1.xml" />
> the call return a RuntimeError:
> exception : did not find any subprocess named '/process_definitions/
> simple_sequence_1.xml'
Hi Diego,
for now you can do :
<subprocess ref="file:public/process_definitions/simple_sequence_1.xml" />
that will do the trick (I tested locally).
I will eventually simplify that :
http://rubyforge.org/tracker/index.php?func=detail&aid=19840&group_id=2609&atid=10195
Sorry for the bad hint, best regards,
--
John Mettraux - http://jmettraux.wordpress.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenWFEru users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---