Skip to Content
0
Former Member
Feb 21, 2011 at 05:11 PM

Simple Cross Component Application

32 Views

Hello Experts,

I am trying to use the Cross Component navigation in my application.

I have three different Components in a DC: MainComp, ComapA and CompB

I have defined the usage of CompA and CompB in MainComp. Now, in the Window of MainComp I have embedded the interface views of the CompA and CompB. Have also defined the NAvigation Links between them.

Now, from ViewA of CompA, on some action I have fired the Outbound Plug of CompA Interface View.

 wdThis.wdGetUICompAInterfaceViewController().wdFirePlugNavigateOut(); 

Same for ViewB of CompB, on some action I have triggered the Outbound Plug of CompB Interface View.

 wdThis.wdGetUICompBInterfaceViewController().wdFirePlugNavigateOut();

But, this doesn't seems to be working. When I try to deploy the application, I am getting the following error:

Caught exception during application deployment from SAP J2EE Engine's deploy service: java.rmi.RemoteException: Cannot deploy application sap.com/nav.. Reason: Clusterwide exception: Failed to deploy application sap.com/nav. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application sap.com/nav. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine? (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Please let me know if I'm doing something wrong.

Thanks,

Raghava