cancel
Showing results for 
Search instead for 
Did you mean: 

Importing a java bean model from another DC

Former Member
0 Kudos

I have created a WebDynpro DC which used another DC which contains a java bean which I want to import as java bean model. I have tested with several DC types (Java, EJB, WD). I was allways able to import the model but when I used it in the component controller of my WebDynpro DC I get a runtime error:

....

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.lhsystems.tmp.comp.TestComp. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)

....

I'm using SP11, I found the note 833415, but it dosn't solve the problem.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

BGA,

How error text relates (in any sense) to your topic (importing model). The error message says it is something wrong with WD component. Could you provide complete stack trace (including "Caused by" sections)?

VS

Former Member
0 Kudos

Hi,

I think you tried the possible solutions .

The only workaround i can suggest is copying the sources in the src folder of the DC.

I mean copy .java files in the src folder and try .

Regards, Anilkumar