0

If I export the EAR and deploy it through the admin console, everything works fine.

However, when I "Add/remove project" from within the IDE, I keep getting NoClassDefFoundError due to Axis2Utils java.io.FileNotFoundException C:\Users\abc\IBM\rationalsdp\workspace\someproject\bin (Access is denied).

Any idea?

pnuts
  • 58,317
  • 11
  • 87
  • 139
timpham
  • 556
  • 2
  • 7
  • 25

1 Answers1

0

Turn out, this is a RAD problem on upgrading the JDK. I had to add the wsldLocation attribute to the web service implementation class.

http://www-01.ibm.com/support/docview.wss?uid=swg21667356

timpham
  • 556
  • 2
  • 7
  • 25