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 183287

Summary: IllegalArgumentException: Parameter file was not normalized. Was C:\DOCUME~1\ALEXAN~1\LOCALS~1\Temp\NewWorflowTaskDefination4551295740874513255.wf instead of C:\Documents and Settings\AlexanderPermyac
Product: soa Reporter: Alexander Permyakov <alex02>
Component: WorkList ManagerAssignee: Alexey Anjeleevich <anjeleevich>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167406
Attachments: stacktrace

Description Alexander Permyakov 2010-03-31 14:33:49 UTC
Build: NetBeans IDE Dev (Build 201003170201)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

User Comments:
alex02: Steps:
1) to create new Asynchronous Sample Project
2) go to BPEL Diagram
3) drop Human Task to the pallet
4) select {inputMessage: inputVar, OutputMessage: outputVar, FaultMessage: partnerInputVar}




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was C:\DOCUME~1\ALEXAN~1\LOCALS~1\Temp\NewWorflowTaskDefination4551295740874513255.wf instead of C:\Documents and Settings\AlexanderPermyacov\Local Settings\Temp\NewWorflowTaskDefination4551295740874513255.wf
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:963)
   at org.netbeans.modules.worklist.editor.spi.impl.WLMTaskDefinitionProvider.getWLMModelForTempleteWFDefinition(WLMTaskDefinitionProvider.java:119)
   at org.netbeans.modules.worklist.editor.spi.impl.WLMTaskDefinitionProvider.createWLMTaskDefinitionFile(WLMTaskDefinitionProvider.java:81)
   at org.netbeans.modules.wlm.bridge.wizard.WLMWizardAction.createWFFile(WLMWizardAction.java:168)
   at org.netbeans.modules.wlm.bridge.wizard.WLMWizardAction.performAction(WLMWizardAction.java:128)
   at org.netbeans.modules.wlm.bridge.dnd.DnDHandlerImpl.handleDrop(DnDHandlerImpl.java:100)
Comment 1 Alexander Permyakov 2010-03-31 14:33:53 UTC
Created attachment 96458 [details]
stacktrace
Comment 2 Sergey Lunegov 2010-04-01 06:18:31 UTC
Alexey, please take a look.