Skip to Content
0
Former Member
Aug 29, 2007 at 04:47 AM

WD DC using WD Model DC using EJB DC

31 Views

Hi,

I have a EJB DC (Utility), where i have my xxxCommandBean and other java files.

this EJB DC is used in WD DC (WDUtility). I have created a Bean Model using classes in the ejb dc. i tested this model by creating a comp in the WD DC(WDUtility). I created public parts created for the bean model as described in

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f07c3625-c971-2910-3a9c-ce131487f82c (page 17)

I added this model dc(WDUtility) in my main WD DC (Contract) from used dc. I can bring the bean model fine. But, when i do the context mapping. i have a error in the IPublicXXXController.

the error says..com.pcbp.bean.XXXX cannot be resolved.

But when i include the EJB DC (Utility) also in the used DC of my main WD DC(Contract), this error goes away.

My question: should i be including the EJB DC also in Used DC or am i missing anything?

please guide me...