cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime dependencies are not resolved upon the DTR check-in

Former Member
0 Kudos

Hi guys,

I have a damned problem.

I am trying to use the NWDI. I developed two simple WD4J DC

- a parent that use a child method

- a child with a public part

Before to add and check-in in the DTR I am able to use the application.

After I have imported the DC (and dependencies) in a workspace on DTR.

The DTR copy the whole structure in a root folder specified in during the client creation on the NWDS.

Now I am not able to use my application. I built both the components successfully, the same for the deploy phase: everything was fine.

When I run the DC I have an error:

The requested deployable object 'sap.com/DCTest' and application 'DCTestApp' are not deployed on the server. Please check the used URL for typos

However in the implementation tab of the parent DC there are problems:

== Parent's DC => MainView

(DCTest1 is the child)


String text = wdThis.wdGetDCTest1Interface().sayHello();

wdGetDCTest1Interface() is an undefined for the type of IPrivateMainView

and a lot of errors like this, so the dependencies at runtime are not resolved.

I hope to receive some help.

Point will be awarded.

Thanks in advance,

Mirco Veltri.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190457
Contributor
0 Kudos

Hi,

I am experiencing the same error.

Actually, the DC is not treated at all as a DC by DTR. Upon sharing, all its DC-related metadata is lost, and it becomes a simple project, no longer a DC project.

Of course this prevents dependencies from being resolved.

Can anyone please help?

thanks a lot

Vincenzo