Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 105565 - Web Services Wizard to generates Java bean skeleton using old Axis API
Summary: Web Services Wizard to generates Java bean skeleton using old Axis API
Status: CLOSED INVALID
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: wst.ws (show other bugs)
Version: 0.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: wst.ws CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-29 05:44 EDT by Alexis Biller CLA
Modified: 2006-06-19 10:46 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Biller CLA 2005-07-29 05:44:57 EDT
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
Comment 1 Alexis Biller CLA 2005-08-01 10:21:33 EDT
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.
Comment 2 Alexis Biller CLA 2006-06-19 10:46:57 EDT
Bug was intended to be cancelled. Apologies for delay.