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 156170 - IllegalArgumentException: C:/Documents and Settings/Luis Brenen/My Documents/NetbeansProjects/Nueva carpeta/DSSAlbaliaWebClient/nbproject/private/cache/retriever/www.w3.org/TR/xmldsig-core/xmldsig-cor
Summary: IllegalArgumentException: C:/Documents and Settings/Luis Brenen/My Documents/...
Status: RESOLVED INCOMPLETE
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-30 16:21 UTC by ouribeb930
Modified: 2009-05-25 21:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144769


Attachments
stacktrace (1.32 KB, text/plain)
2008-12-30 16:21 UTC, ouribeb930
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ouribeb930 2008-12-30 16:21:31 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
ouribeb930: copying an xml file into xml-resources in a webservice client application



Stacktrace: 
java.lang.IllegalArgumentException: C:/Documents and Settings/Luis Brenen/My Documents/NetbeansProjects/Nueva carpeta/DSSAlbaliaWebClient/nbproject/private/cache/retriever/www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd is not in project source
        at org.netbeans.modules.xml.refactoring.spi.SharedUtils.getReferenceURI(SharedUtils.java:778)
        at org.netbeans.modules.xml.refactoring.XMLRefactoringTransaction.refactorFile(XMLRefactoringTransaction.java:489)
        at org.netbeans.modules.xml.refactoring.XMLRefactoringTransaction.access$000(XMLRefactoringTransaction.java:111)
        at org.netbeans.modules.xml.refactoring.XMLRefactoringTransaction$GeneralChangeExecutor.doChange(XMLRefactoringTransaction.java:914)
        at org.netbeans.modules.xml.refactoring.XMLRefactoringTransaction.process(XMLRefactoringTransaction.java:261)
        at org.netbeans.modules.xml.refactoring.XMLRefactoringTransaction.commit(XMLRefactoringTransaction.java:185)
Comment 1 ouribeb930 2008-12-30 16:21:41 UTC
Created attachment 75366 [details]
stacktrace
Comment 2 Sergey Lunegov 2009-05-08 15:09:21 UTC
Please provide more info how to reproduce the issue
Comment 3 ouribeb930 2009-05-09 00:57:26 UTC
Sorry, but don't remember the steps exactly. 
It was o problem when creating a webservice client. But since it caused me a great trouble, I made the client manually,
because it was a real project and have no time.
The only thing that I remember is that I tryed to copy a .xml file in a folder (xml-folder). And the netbeans issues
screen appeared and I entered some quick info.
But, I will try to reproduce it, if I can I will post more info and the messages.log files.
Thanks.