I have created a Module project in WID.
I HAve aready added all the required jars in Java Build path and Jar dependencies and also getting them at compile time.
But when i tried doing test component following error occurs.
java.lang.NoClassDefFoundError: com/ibm/bharti/sdp/nds/exceptions/NDSFailureException
at com.ibm.bharti.sdp.wps.addressservice.AddressServiceImpl.getCutomerAddress(AddressServiceImpl.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at com.ibm.ws.sca.internal.java.handler.JavaReflectionAdapter$2.run(JavaReflectionAdapter.java:152)
at java.security.AccessController.doPrivileged1(Native Method)
at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
Kindly tell me the solution if an body out there have faced similar situation.
None of these classes are associated with Service Integration Bus Performance tool? The tool should not have any impact on the compilation of your application. Is this posted in the correct forum?
The missing class seems to be one of your own classes "com/ibm/bharti/sdp/nds/exceptions/NDSFailureException". You need to add the jar file containing this class to your build path.