Community
Participate
Working Groups
WST M7RC5 IBM Java 1.4.2/SR1 Error reported whilst creating+deploying freshly generated Java bean skeleton. Error from wizard identical to that reported in bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=102117 (and related bug 102502) The wizard does generate the skeleton files (which are identical to that generated by 7RC4), albeit now with compile errors. These errors seem to suggest different levels of axis which appear consistent with upgrade from Axis 1.2RC3 to Axis 1.2.1. Below are 2 examples from the generated code: 1. org.apache.axis.description.ElementDesc does not have method setNillable(boolean) 2. no signature for org.apache.axis.description.TypeDesc(class, boolean) * * * Curiously, setting project classpath to have Axis 1.2RC3 at front does not correct the reported errors. Inspection of code displays that the signatures are present in Axis 1.2RC3, so I would expect this classpath setting to have functioned. The level of Axis shipped with M7RC5 is Axis 1.2.1. * * * Output to Eclipse console uploaded (following failed attempt to generate skeleton). https://bugs.eclipse.org/bugs/attachment.cgi?id=25417 Scenario can be located https://bugs.eclipse.org/bugs/attachment.cgi?id=25287
By allowing the wizard to pull the jars (incl axis) into the workspace the errors cleared. Cancelling the bug. Note - there is a small difference in the file size between the Axis 1.2.1 axis.jar from apache.org and that delivered with Eclipse WPT7M, whilst both claim to be from same level.
Bug was intended to be cancelled. Apologies for delay.