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 163650

Summary: File BC config pathRelativeTo "Default System Temp Dir" results in no output file
Product: soa Reporter: kdoizaki <kdoizaki>
Component: File BCAssignee: Jonelle Almero <jalmero>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description kdoizaki 2009-04-25 02:09:13 UTC
Found using GlassFishESB v2.1 nightly build (20090424-0723).
If File binding configuration is modified in CASA Editor to set pathRelativeTo "Default System Temp Dir" in Properties 
or Is Relative To "Default System Temp Dir" in the Configure File Binding dialog, there is not file output, when one 
is expected.

Steps to reproduce:
(1) create IEP sample project by creating a new project, choose category=Samples>SOA and projects=IEP BluePrint2
(2) build and deploy BluePrint2JBI project
(3) pass events by running BluePrint2Datafeed project
(4) verify output file -- C:\temp\sequencer_iep\SortedAlerts.txt
(5) undeploy; and remove above output directory and results
(6) open BluePrint2JBI.casa and modify by cloning File WSDL port
(7) click the edit/pencil icon in File WSDL port, change path to "sequencer_iep", and set Is Relative To to "Default 
System Temp Dir"
(8) save .casa and then build/deploy BluePrint2JBI project
(9) run BluePrint2Datafeed project

As a result, I do not see any output file.
Search for "sequencer_iep" and find <GF_dir>\glassfish\domains\domain1\config\null\sequencer_iep contains working 
directory but no output file. The same results if Properties panel is displayed in NetBeans IDE and File binding 
config is modified there.