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 83604 - Create new variable dialog displaects not in sources rootys wrong file list for proj
Summary: Create new variable dialog displaects not in sources rootys wrong file list f...
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-28 16:41 UTC by Mikhail Kondratyev
Modified: 2006-09-17 13:07 UTC (History)
0 users

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 Mikhail Kondratyev 2006-08-28 16:41:43 UTC
Steps to reproduce:
 - creat a new Sync sample
 - create a subfolder in the project sources root
 - create another BPEL process in that subfolder
 - right-click on the process, select Add->New Variable
 - uncheck the Show Imported Files Only checkbox
 - add a variable of a message type
 - try to add another variable, make sure the checkbox is still unchecked
 - there will be two wsdl files displayed: one as imported and one as not imported
Comment 1 Nikita Krjukov 2006-08-31 18:44:18 UTC
Now the special utility method is used to obtain the correct FileObject by 
relative location. 
See:
   org.netbeans.modules.bpel.properties.Util.java

   public static FileObject getRelativeFO(FileObject startPoint, String 
relLocation) 
Comment 2 Mikhail Kondratyev 2006-09-17 13:07:36 UTC
Verified in build from 2006.09.15