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 141150 - [65cat] JAXB generated files not added to source path
Summary: [65cat] JAXB generated files not added to source path
Status: RESOLVED DUPLICATE of bug 141291
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 12:59 UTC by dynamite
Modified: 2008-07-24 17:03 UTC (History)
4 users (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 dynamite 2008-07-22 12:59:56 UTC
[ BUILD # : 200807101204 ]
[ JDK VERSION : 1.6.0_06 ]

I followed the "Binding WSDL to Java with JAXB" tutorial using a near
up-to-date daily build.  The last step failed because the files
generated by JAXB were not included on the source path.  Once I added
these explicitly the resulting application ran correctly.
Comment 1 Milan Kuchtiak 2008-07-22 15:08:29 UTC
Isn't this related to the latest changes in JAXB library (JAXB was separated from JAX-WS) ?
Comment 2 _ gmpatil 2008-07-22 18:18:37 UTC
Milan,
Yes, recent JAXB Library name and location change broke JAXB Wizard.
I have put in the fix for this in http://hg.netbeans.org/main/rev/b3f324cd453e .

Dynamite,
I am not sure your issue is related to this. 
Can your try with latest, after 07/18 build?

Comment 3 _ gmpatil 2008-07-24 00:22:33 UTC
Using latest 6.5 build able to reproduce the issue.

Java SE projects "Run File" is removing JAXB generated classes from build/classes folder.
Comment 4 _ gmpatil 2008-07-24 00:24:07 UTC
Also noticed "build" and "clean" actions on the project node are disabled.
Comment 5 Tomas Zezula 2008-07-24 07:36:32 UTC
Seems as Compile on Save
Comment 6 Jan Becicka 2008-07-24 08:17:10 UTC
Dusane, pls
Comment 7 Jeffrey Rubinoff 2008-07-24 13:57:25 UTC
I don't know if you know this, but a very similar problem occurs when you create a JAX-WS web service client in a Java
application. The Web Service References folder has to be explicitly added to the project's source path or the classes
are not found.
Comment 8 Dusan Balek 2008-07-24 17:03:53 UTC
Will be fixed together with #141291.

*** This issue has been marked as a duplicate of 141291 ***