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 105287 - Package rename refactoring does not modify WSIT cfg file name
Summary: Package rename refactoring does not modify WSIT cfg file name
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-31 16:48 UTC by m_potociar
Modified: 2010-10-19 02:58 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 m_potociar 2007-05-31 16:48:11 UTC
When renaming package that contains a web service class, the WSIT config file is
not renamed accordingly. This causes that any WSIT configuration is virtually
lost (need to configure WS again via WSIT dialog).
Comment 1 Martin Grebac 2007-06-06 17:40:42 UTC
As discussed at p-team, downgrading to P3, because:
- not a regression
- there's a workaround 
  - either delete the config file and redo the configuration
  - rename the file manually
- not a mainstream wsit functionality

I'll fix it post-m5.
Comment 2 Martin Grebac 2007-06-13 19:44:19 UTC
Fixed in 5.5.1 (2.39). Leaving open to not forget to fix this in 6.0, too.

cvs server: scheduling file `WSITXmlMoveClassRefactoring.java' for addition on branch `release551'
cvs server: scheduling file `WSITMoveClassRefactoringPlugin.java' for addition on branch `release551'
cvs server: use 'cvs commit' to add these files permanently
Removing catalog.xml;
/cvs/websvc/wsitconf/Attic/catalog.xml,v  <--  catalog.xml
new revision: delete; previous revision: 1.1.2.1
done
Checking in src/org/netbeans/modules/websvc/wsitconf/refactoring/WSITSafeDeleteRefactoringPlugin.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/refactoring/WSITSafeDeleteRefactoringPlugin.java,v  <-- 
WSITSafeDeleteRefactoringPlugin.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in src/org/netbeans/modules/websvc/wsitconf/refactoring/WSITRefactoringFactory.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/refactoring/WSITRefactoringFactory.java,v  <-- 
WSITRefactoringFactory.java
new revision: 1.2.8.3; previous revision: 1.2.8.2
done
Checking in src/org/netbeans/modules/websvc/wsitconf/refactoring/Bundle.properties;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/refactoring/Bundle.properties,v  <--  Bundle.properties
new revision: 1.2.8.4; previous revision: 1.2.8.3
done
Checking in src/org/netbeans/modules/websvc/wsitconf/refactoring/WSITXmlSafeDeleteRefactoring.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/refactoring/Attic/WSITXmlSafeDeleteRefactoring.java,v  <--
 WSITXmlSafeDeleteRefactoring.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
RCS file:
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/refactoring/Attic/WSITMoveClassRefactoringPlugin.java,v
done
Checking in src/org/netbeans/modules/websvc/wsitconf/refactoring/WSITMoveClassRefactoringPlugin.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/refactoring/Attic/WSITMoveClassRefactoringPlugin.java,v 
<--  WSITMoveClassRefactoringPlugin.java
new revision: 1.1.2.1; previous revision: 1.1
done
RCS file: /cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/refactoring/Attic/WSITXmlMoveClassRefactoring.java,v
done
Checking in src/org/netbeans/modules/websvc/wsitconf/refactoring/WSITXmlMoveClassRefactoring.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/refactoring/Attic/WSITXmlMoveClassRefactoring.java,v  <--
 WSITXmlMoveClassRefactoring.java
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in src/org/netbeans/modules/websvc/wsitconf/refactoring/WSITRenameRefactoringPlugin.java;
/cvs/websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/refactoring/WSITRenameRefactoringPlugin.java,v  <-- 
WSITRenameRefactoringPlugin.java
new revision: 1.2.8.2; previous revision: 1.2.8.1
done
IDE: [6/13/07 8:39 PM] Committing finished
Comment 3 Martin Grebac 2007-07-19 14:51:48 UTC
changing to 60 because now it only applies to 60
Comment 4 Jiri Prox 2007-09-17 21:41:48 UTC
Obsolete milestone, please reevaluate
Comment 5 Martin Grebac 2008-01-15 18:15:34 UTC
didn't make it to 6.0
Comment 6 Lukas Jungmann 2008-03-12 16:22:46 UTC
What's the state in 6.1M2?
Comment 7 Lukas Jungmann 2008-04-14 17:16:58 UTC
moving opened issues where TM != dev to TM=TBD
Comment 8 Denis Anisimov 2010-10-12 07:01:57 UTC
This is fixed with the current state of code.
WSIT conf file is renamed along with renaming web service class.
Comment 9 Denis Anisimov 2010-10-12 07:04:19 UTC
Sorry , this is valid for PACKAGE renaming .
Needs to be fixed.
Comment 10 Denis Anisimov 2010-10-18 12:13:49 UTC
changeset:   179842:8f79b3536812
user:        Denis Anisimov <ads@netbeans.org>
date:        Mon Oct 18 16:06:54 2010 +0400
summary:     Fix for BZ#105287 -  Package rename refactoring does not modify WSIT cfg file name
Comment 11 Quality Engineering 2010-10-19 02:58:20 UTC
Integrated into 'main-golden', will be available in build *201010190000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c3da34056eb9
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#105287 -  Package rename refactoring does not modify WSIT cfg file name