| Summary: | Axis deploy error when selected component is on a started server | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [WebTools] WTP Webservices | Reporter: | Rupam Kuehner <rsinha> | ||||
| Component: | jst.ws | Assignee: | Jeffrey Liu <jeffliu> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | joan, kathy, piotr, pmoogk, ryman | ||||
| Version: | 0.7 | ||||||
| Target Milestone: | 1.0 M10 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 2000 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Problem still present in 0.7RC3. Note related bug = 102502 (have added similar comment to 102502 to refer to this bug, including target milestone 1.0M8). Similar error reported in M7RC5 when generating java bean skeleton (top down). Sadly the suggested workaround does not work for this scenario. * * * The wizard does generate the skeleton files (which are identical to that generated by 7RC4), albeit with compile errors. These errors seem to suggest different levels of axis. I provide 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) * * * Output to Eclipse console will be uploaded (following failed attempt to generate skeleton). Scenario can be located https://bugs.eclipse.org/bugs/attachment.cgi?id=25287 (bug 103306). Created attachment 25417 [details]
Console output for attempt to generate and deploy java bean skeleton.
Created bug to report Axis related problem. https://bugs.eclipse.org/bugs/show_bug.cgi?id=105565 *** Bug 116941 has been marked as a duplicate of this bug. *** *** Bug 102502 has been marked as a duplicate of this bug. *** Jeffrey, this was assigned to you back in July when you had some cycle to help fix bugs. Do you plan to look at this one for M10? If not, please reassign back to Rupam. Thanks! Fix committed. Kathy, please release fix. Fix released as v20051126_0100. Close. |
FVT test case: Axis bottom up Java Web services #4 Axis top down Java Web services #4 1. Create a tomcat 5.0 server 2. Create a 1.4 Web component and add it to the server 3. Start the server 4. Import a Java bean into the Web component and run the Web service wizard. Clicking next on page 4 results in the following error: IWAB0489E Error when deploying Web service to Axis runtime axis-admin failed with {http://xml.apache.org/axis/}HTTP (404)/wp90628/services/AdminService This used to work in M4. The workaround is to cancel the wizard, restart the server and run through the scenario again.