cancel
Showing results for 
Search instead for 
Did you mean: 

Different SCVs in ccBpm (updated)

Former Member
0 Kudos

Hi Guys,

We have 3 SCVs, interface specific (A & B) which contains the data objects and the operational SCV (C) for the mappings..

http://www.photostand.co.za/images/emeew9fjmj4gudh6lo6.png

A & B references C.

How would I design a bpm (in C) which uses Service interfaces from A & B? I cannot create a reference form C to A & B cause it would create a circular reference.

Thanks,

Jan

Edited by: Jan de Lange on Jul 20, 2011 9:44 AM

Edited by: Jan de Lange on Jul 20, 2011 9:52 AM

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Try to create dependency between your software components,then try to use Service Interfaces from A&B.

Answers (1)

Answers (1)

Former Member
0 Kudos

I got it working now

turns out there's a common namespace in C which contains all the datatypes.. my message types I create in A & B must reference the datataypes in C then when I create my abstract objects I can use the dts in the common namespace.. Geez they like to complicate things...

Thanks anyhow.

Jan