3
Views
5
Comments
Debugging indirect producer eSpaces
Question

Hi there,

I have eSpace A referencing eSpace B which in turn references eSpace C:

A->B->C.

I want to debug eSpace C, selecting eSpace A as entry, but the eSpace A does not appear in the "Select entry eSpace" list. It has an indirect reference to C, and as stated in the documentation it should appear ("Conditions for an Entry eSpace: (...) It must be a consumer of the producer eSpace, i.e., it (directly or indirectly) references your eSpace").

If I put a dummy reference from A directly to C, than eSpace A appears on the list of C entry eSpaces. I have been doing this as a workaround, but it's a bit anoying.

Does anyone have any answers to this?
Thanks a lot.
2012-03-16 12-21-09
João Rosado
Staff
Hi Pedro,

It should appear on the list as the documentation says.
If you publish them in order (C, then B, then A) does it still fail to appear?

Regards,
João Rosado
2014-06-21 22-21-44
Pedro Vieira

Yes, I publish them in order and it fails to appear. I am using Service Studio 8.0.1.16, and platform server 8.0.1.7, .Net stack.
2014-06-21 22-21-44
Pedro Vieira

In eSpace C, I can see B in the list.
In eSpace B, I can see A in the list.
2012-03-16 12-21-09
João Rosado
Staff
Hi Pedro,

Just tested and I can confirm that it's not working as intended.
As workaround go to your espace A and do a "Run and Debug in '*' Personal Area". Let the debugger start and then stop it.
After that you should be able to see A in all producers correctly.

Regards,
João Rosado
2014-06-21 22-21-44
Pedro Vieira

Thanks, that worked!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.