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 127156 - JAXB creation dialog doesn't close after creation.
Summary: JAXB creation dialog doesn't close after creation.
Status: VERIFIED DUPLICATE of bug 122202
Alias: None
Product: xml
Classification: Unclassified
Component: JAXB (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: _ gmpatil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-11 18:12 UTC by Michael Nazarov
Modified: 2008-11-11 18:30 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 Michael Nazarov 2008-02-11 18:12:53 UTC
Ubuntu pack.

Steps to reproduce:

1. Download and install plugins to enable JAXB.
2. Create Java Application.
3. Choose NEw JAXB and fill all fields within "New JAXB Binding" dialog.
I used file from our test specs: http://jupiter.czech.sun.com/wiki/pub/SoaQE/HulaJaxb/CreditReport.xsd
4. Click Finish.

Dialog will not disappear and there is no way to close it and use NB.
But if you'll kill NB process using "kill" or appropriate tool and start
NB again then you'll see Java Application with successfully created binding.
Comment 1 _ gmpatil 2008-02-12 00:11:23 UTC
Please attach stack traces/error messages if any in the Netbeans logs.

Schema import thru URL seem to work for me in Windows, may be specific to Umbuntu.
Comment 2 Michael Nazarov 2008-02-12 13:00:57 UTC
Yes it works fine under windows, I found this issue only under Ubuntu.
Will check for logs.
Comment 3 Petr Blaha 2008-02-12 13:04:52 UTC
Reporter, which jdk do you use for testing? I think that this issue has same symptoms as bug reported for icedTea, see
issue #123703
Comment 4 Michael Nazarov 2008-02-12 14:03:35 UTC
As I found this is not only JAXB issue. I'm unable to create BPEL samples as well,
so looks like general problem. Do you have idea about category to reassign this issue?
Comment 5 Michael Nazarov 2008-02-12 14:09:03 UTC
As I see this is 1.7.0; IcedTea Client VM 1.7.0-b24
And actually I agree this might be JDK related issue.
Comment 6 Petr Blaha 2008-02-12 15:04:50 UTC

*** This issue has been marked as a duplicate of 122202 ***
Comment 7 rpoon 2008-11-11 18:30:54 UTC
Verified with CAPS6 U1 build: \\thumper\50builds\Release6U1\installer\nightly\20081110-0623

Tested on Linux (demeter) and created JAXB binding using XSD, DTD as well as WSDL files. Also created JAXB binding 
using the XSD file from the provided URL below:  http://jupiter.czech.sun.com/wiki/pub/SoaQE/HulaJaxb/CreditReport.xsd

Could not reproduce the problem.  In all above test scenarios, JAXB binding were created successfully and the New JAXB 
binding dialog was successfully closed once completed.