cancel
Showing results for 
Search instead for 
Did you mean: 

JavaProxy-XI scenario

Former Member
0 Kudos

Hello,

I am doing javaproxy-XI-scenario as part of feasibilty test for my requirement. I have done the design and config part in XI. and generated java proxies in XI....i am trying to deploy this zip file in NW AS Java. But, i am getting some errors for InterfaceOutbound_PortTypeRemote.java file.

Below is the error..... But I could not find this Base exception which jar it is.

The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.aii.utilxi.misc.api.BaseException. Fix the classpath then try rebuilding this project.

Can anybody help on this,

Srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I are using this scenario as of now.

Thanks,

Srini

Former Member
0 Kudos

You are trying to build a JAVA EJB project in an Eclipse based JAVA IDE, pleas close the project in J2EE view, open again build it again. In case it fail again try to make sure all necessary jar files are in ur your project build path. You can see the build path by looking into project properties.

Thanks