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 56564

Summary: [stringWebService] can't build/run this sample
Product: obsolete Reporter: Lukas Jungmann <jungi>
Component: blueprintsAssignee: Yutaka Yoshida <yutayoshida>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2005-03-16 17:55:07 UTC
[build 200503161050]

Assume you have resolved server reference problem (from issue #56563).

Now build/run project
=> in output tab there you can see:

"wscompile-init:
Created dir: V:\test\projects\StringWebService\build\generated\wssrc
StringPurchaseOrderService_wscompile:
V:\test\projects\StringWebService\nbproject\build-impl.xml:200: wscompile config
file does not exist!
BUILD FAILED (total time: 1 second)"


Suggested fix:
replace line 42 in nbprivate/project.properties
(StringPurchaseOrderService.config.name=com/sun/j2ee/blueprints/stringposervice/purchaseorderservice-config.xml)
with this one
"StringPurchaseOrderService.config.name=${src.dir}/com/sun/j2ee/blueprints/stringposervice/purchaseorderservice-config.xml
Comment 1 Yutaka Yoshida 2005-03-16 19:56:16 UTC
known bug. already fixed in bpcatalog ws.
I'll check in the fix shortly.
Comment 2 Lukas Jungmann 2005-03-25 22:37:24 UTC
seems fixed in 200503242007
Comment 3 Lukas Jungmann 2005-03-25 22:38:09 UTC
v. 200503242007