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 96934 - after delete web service files build fails
Summary: after delete web service files build fails
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-01 12:51 UTC by Radim Roska
Modified: 2010-10-26 11:42 UTC (History)
1 user (show)

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 Radim Roska 2007-03-01 12:51:02 UTC
[netbeans-6_0-daily-bin-200702281900-28_Feb_2007_1900]

1. create ear project
2. create new web service files for ejb module for example
3. build project
4. delete web service package
5. build project -> error 
..../EnterpriseApplication1-ejb/nbproject/build-impl.xml:238: wscompile config
file does not exist!

237-239 lines in build file
    <target name="NewWebService_wscompile" depends="wscompile-init">
        <wscompile define="true" fork="true" keep="true"
base="${build.generated.dir}/wsbinary" xPrintStackTrace="true" verbose="true"
nonClassDir="${classes.dir}/META-INF/wsdl"
classpath="${wscompile.classpath}:${classes.dir}:${javac.classpath}"
mapping="${classes.dir}/META-INF/${NewWebService.mapping}"
config="${NewWebService.config.name}"
features="${wscompile.service.NewWebService.features}"
sourceBase="${build.generated.dir}/wsservice"/>
    </target>
Comment 1 Radim Roska 2007-03-16 10:33:35 UTC
It happens when delete ejb module in nb too. build-impl.xml contains still
deleted module and building application is not possible. Due to this i move this
issue to p2.
Comment 2 Milan Kuchtiak 2007-04-17 15:27:24 UTC
It' a JAX-RPC service problem.
Comment 3 Milan Kuchtiak 2007-06-20 15:24:57 UTC
For JAX-WS services this is implemented in annotation Model listener.
For JAX-RPC services, yes, the refactoring is not working :
this is part of the JAX-RPC refactoring.
Comment 4 bhate 2007-06-28 00:47:09 UTC
This needs to be taken care of in JAX-RPC migration.
Comment 5 Milan Kuchtiak 2007-08-09 12:33:05 UTC
Changing subcategory to jaxrpc
Comment 6 Roderico Cruz 2007-09-06 19:30:45 UTC
Reassigning back to Ajit...
Comment 7 Lukas Jungmann 2007-09-17 18:03:53 UTC
user is expected to delete web service using "Delete" action on the ws node, therefore I'd say this is more P3...
Comment 8 Roderico Cruz 2007-10-29 19:48:26 UTC
Per comment from Lukas, the desired action is to delete the web service node
not the package. Changing the milestone to future.
Comment 9 Lukas Jungmann 2008-04-14 17:11:19 UTC
moving opened issues where TM != dev to TM=TBD
Comment 10 Denis Anisimov 2010-10-26 11:42:21 UTC
jax-rpc functionality is on update center ( not under development already ).