cancel
Showing results for 
Search instead for 
Did you mean: 

EJB Error

Former Member
0 Kudos

I am trying to use a third party API in a web dynpro application. I referenced the 2 necessary jar files in the project, but get the following error:

This compilation unit indirectly references the missing type javax.ejb.EJBObject (typically some required class file is referencing a type outside the classpath) SearchResults.java Convera_Search/gen_wdp/packages/com/vas line 0

Any pointers would be appreciated and rewarded with points.

Regards,

Tom

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

javax.ejb.EJBObject is part of the ejb20.jar (the EJB 2.0 APIs from Sun), so I guess you're missing a reference to this JAR. You can find it in the <NetWeaverDeveloperStudio_install_dir>\eclipse\plugins\com.tssap.ext.libs.j2ee_1.3\lib directory.

Hope that helps!

Answers (0)