Web services tools - release notes


1.0 Known problems
   1.1 User may not click Finish on first page of EJB Skeleton wizard without a EJB project in the workspace
   1.2 webservices.jar missing from buildpath for SupplyChain sample

1.0 Known problems

1.1 User may not click Finish on first page of EJB Skeleton wizard without a EJB project in the workspace

An error message will pop up when you click Finish on the first page of an EJB Skeleton wizard without an existing EJB project in the workspace. To work around this, proceed to the next page and enter a valid EJB project name and router project name. Or, alternatively, exit the wizard and create a EJB project before attempting the scenario again.

1.2 webservices.jar missing from buildpath for SupplyChain sample

In the Supply Chain Management Example, if you need to change ports from the default 9080 port, you need to modify the config.jsp file in the SCM-Sample project, This will require a recompile. You will find 2 compile errors in the task list due to missing webservices.jar in your build path. 1.This compilation unit indirectly references the missing type javax.xml.rpc.ServiceException 2.The import javax.xml.rpc cannot be resolved To add the webservices.jar into the build path of the SCM-Sample. SCM-sample->Properties select java Build Path , click on Libraries tab, click on "Add Variables" select WAS_50_PLUGINDIR, click "Extend" go to lib and select the webservices.jar, click OK,and OK again.

Return to the main readme file