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 - File BC config pathRelativeTo "Default System Temp Dir" results in no output file
Summary: File BC config pathRelativeTo "Default System Temp Dir" results in no output ...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: File BC (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jonelle Almero
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-25 02:09 UTC by kdoizaki
Modified: 2009-06-09 21:52 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 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.