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 159101 - Cannot Browse for XSD when creating an XML file in PHP project
Summary: Cannot Browse for XSD when creating an XML file in PHP project
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 22:22 UTC by esmithbss
Modified: 2009-09-24 17:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log File from run. (111.55 KB, text/plain)
2009-02-24 22:24 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-02-24 22:22:36 UTC
Within the scope of a PHP project, all attempts to browse for an XSD while creating an XML file via the wizards fails to
create/display the Schema Browser dialog box.

This works fine in a Java Web Application project and other projects, but not in a PHP project.

Various exceptions are thrown, but none are displayed to the user.

To reproduce, 

1) create a new PHP Project
2) Highlight the Project node in the Projects window.
3) Right Mouse Click -> New -> Other
4) Select XML category and XML file
5) Accept defaults and click next
6) Specify the document will be XSD constrained and click next
7) Click the browse button.
Comment 1 esmithbss 2009-02-24 22:24:01 UTC
Created attachment 77322 [details]
Log File from run.
Comment 2 Filip Zamboj 2009-05-04 17:35:30 UTC
reproduced on 
2009-05-04_15-03-52

exception 153319 was thrown - that's why P2;


Comment 3 Sergey Lunegov 2009-06-11 12:15:26 UTC
Nikita, please take a look.
Comment 4 _ alexpetrov 2009-09-24 17:24:24 UTC
Fixed due to fix of the bug http://www.netbeans.org/issues/show_bug.cgi?id=153319
(http://hg.netbeans.org/main/rev/23970028fd0c)