Bug 200249 - webservis parameters' wrapper classes generated into wrong folder when using non standard source folder
Summary: webservis parameters' wrapper classes generated into wrong folder when using ...
Status: RESOLVED WONTFIX
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: STP (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Oisin Hurley CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2007-08-16 16:14 EDT by Dusan Mamrilla CLA
Modified: 2012-09-21 14:40 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dusan Mamrilla CLA 2007-08-16 16:14:35 EDT
Build ID: I20070621-1340

Steps To Reproduce:
1.create jax-ws project with source folder src/main/java (maven style)
2.create simple webservice interface with annotations defined
3.wrapper classes (with appropriate package) will be created under folder src/ instead of src/main/java and therefore not compiled

Of course adding another source folder src (excluding main/java) to project, makes the generated classes to be compiled, but sometimes it makes eclipse confused when indexing classes - sometimes eclipse reindex badly and offers classes with package name prefixed with main.java (But I believe that this is issue for jdt).  

More information:
apache cxf plugin:
     org.apache.cxf_2.1-incubator-SNAPSHOT
Comment 1 Adrian Skehill CLA 2007-08-31 05:07:28 EDT
Assigned to wrong component. Re-assigning into Service Creation.
Comment 2 Adrian Skehill CLA 2007-12-09 03:40:41 EST
Adding usability tag to try address this during usability week.
Comment 3 Oisin Hurley CLA 2008-10-22 07:13:29 EDT
The STP PMC has decided to 'retire' this component, because there has been a submission
of code to the WTP incubator that better addresses the needs of JAX-WS developers.

See the message at

http://dev.eclipse.org/mhonarc/lists/stp-dev/msg02016.html

And the new WTP code at

https://bugs.eclipse.org/bugs/show_bug.cgi?id=248630

If you are interested in this functionality, then please cc yourself
on that bug and make a comment.