cancel
Showing results for 
Search instead for 
Did you mean: 

JavaBean-Model

Former Member
0 Kudos

Hi,

I´m trying to import a JavaBean-Model into a Web Dynpro Application. The first very primitive Test-Bean worked fine. The next approach failed. Now I try to build and import very simple classes like my first one but I always get the same Exception:

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.global.jbmtest.JBMTestApp. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
...
java.lang.NoClassDefFoundError: com.global.jbtest.JBTest

Meanwhile I have built several Java-Projects for my classes and several Web Dynpro Testprojects but it doesn`t work. What going wrong??

Thanx in advance, Karsten

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I do not recommend using Java Bean Model it is very tide and has many restrictions, I would use the normal calls to the EJB with JNDI, it works in the same way as in other java applications.

Former Member
0 Kudos

Hi Pablo,

We normally use Web Services but for some smaller business this may be too heavy so I try to implement a JavaBean-Model as a test. It`s strange that it has worked in the beginning and now I get always the same exception.

Answers (0)