This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 60036 - Unable to deploy webapp after renaming websvcSEI
Summary: Unable to deploy webapp after renaming websvcSEI
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 13:14 UTC by Lukas Jungmann
Modified: 2005-11-04 13:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2005-06-15 13:14:42 UTC
[build 200506142000]

   let's have webapp with some websvc, eg. wss.NewWebService.

1. rename websvc SEI, wss.NewWebServiceSEI, to eg. wss.WebSvcIntf
2. deploy webapp

=> Fatal Error from EJB Compiler -- jaxrpc compilation exception

 Cause is in webservices.xml:
it contains:
<wsdl-port>wsdl-port_ns:NewWebServiceSEIPort</wsdl-port>

but it should contain:
<wsdl-port>wsdl-port_ns:WebSvcIntfPort</wsdl-port>
Comment 1 Martin Grebac 2005-11-03 09:22:15 UTC
Fixed in trunk:

Checking in whereused/WebservicesXmlWhereUsedRefactoring.java;
/cvs/j2ee/refactoring/src/org/netbeans/modules/j2ee/refactoring/whereused/WebservicesXmlWhereUsedRefactoring.java,v
 <--  WebservicesXmlWhereUsedRefactoring.java
new revision: 1.10; previous revision: 1.9
done
Checking in whereused/Bundle.properties;
/cvs/j2ee/refactoring/src/org/netbeans/modules/j2ee/refactoring/whereused/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in rename/WebservicesXmlRenameRefactoring.java;
/cvs/j2ee/refactoring/src/org/netbeans/modules/j2ee/refactoring/rename/WebservicesXmlRenameRefactoring.java,v
 <--  WebservicesXmlRenameRefactoring.java
new revision: 1.10; previous revision: 1.9
done
Checking in rename/Bundle.properties;
/cvs/j2ee/refactoring/src/org/netbeans/modules/j2ee/refactoring/rename/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.16; previous revision: 1.15
done

Find usages should reflect the wsdl-port as well.
Comment 2 Lukas Jungmann 2005-11-04 13:02:09 UTC
v. in 200511031900