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 81025 - cannot build AsynchronousSample
Summary: cannot build AsynchronousSample
Status: CLOSED DUPLICATE of bug 80978
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
: 81038 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-07-24 22:42 UTC by Sherry Barkodar
Modified: 2006-07-26 20:59 UTC (History)
2 users (show)

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 Sherry Barkodar 2006-07-24 22:42:30 UTC
using build 060724_12. REGRESSION
Create a new Project
Select Samples
Service Oriented Architecture ->Asynchronous BPE Process
From the Projects window, rightclick ->Build Project.
Got the following errors:
C:\Documents and
Settings\Administrator\AsynchronousSample2\AsynchronousSample2\src\AsynchronousSample.bpel:0:
column:0 WARNING: Model source provides no javax.xml.transform.Source in lookup,
relative resource resolving if needed will not be available.
C:\Documents and
Settings\Administrator\AsynchronousSample2\AsynchronousSample2\src\AsynchronousSample.wsdl:0:
column:0 WARNING: Model source provides no javax.xml.transform.Source in lookup,
relative resource resolving if needed will not be available.
C:\Documents and
Settings\Administrator\AsynchronousSample2\AsynchronousSample2\src\AsynchronousSampleClient.bpel:0:
column:0 ERROR: Not found propertyAlias for property
"{http://www.mycomp.org/AsynchronousSample}correlatorProp" usage for the
associated variables type are in any WSDL definitions directly imported by the
WS-BPEL process.
C:\Documents and
Settings\Administrator\AsynchronousSample2\AsynchronousSample2\src\AsynchronousSampleClient.bpel:0:
column:0 WARNING: Model source provides no javax.xml.transform.Source in lookup,
relative resource resolving if needed will not be available.
C:\Documents and
Settings\Administrator\AsynchronousSample2\AsynchronousSample2\src\AsynchronousSample.wsdl:0:
column:0 WARNING: Model source provides no javax.xml.transform.Source in lookup,
relative resource resolving if needed will not be available.
C:\Documents and
Settings\Administrator\AsynchronousSample2\AsynchronousSample2\src\AsynchronousSampleClient.wsdl:0:
column:0 WARNING: Model source provides no javax.xml.transform.Source in lookup,
relative resource resolving if needed will not be available.
C:\Documents and
Settings\Administrator\AsynchronousSample2\AsynchronousSample2\src\AsynchronousSampleClient.wsdl:0:
column:0 ERROR: Missing a valid portType in binding "CallbackSoapBinding".
"tns:MyCallbackPortType" is not a valid portType.Specify a valid portType in
this binding.
C:\Documents and
Settings\Administrator\AsynchronousSample2\AsynchronousSample2\src\AsynchronousSampleClient.wsdl:0:
column:0 ERROR: propertyAlias messageType "partnerNS:responseMessage" is not
available in this wsdl document.Make sure there is a message defined with name
"partnerNS:responseMessage" in this wsdl document.
C:\Documents and
Settings\Administrator\AsynchronousSample2\AsynchronousSample2\nbproject\build-impl.xml:160:
Found compilation errors.
        at
org.netbeans.modules.bpel.project.anttasks.ValidateBPELProjectTask.execute(ValidateBPELProjectTask.java:171)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:240)
        at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
BUILD FAILED (total time: 3 seconds)
Comment 1 _ hong_lin 2006-07-25 07:16:24 UTC
Synchronous sample and TRS sample can be build. Only Asyn sample has this 
issue.
Comment 2 Michael Frisino 2006-07-25 08:03:00 UTC
*** Issue 81038 has been marked as a duplicate of this issue. ***
Comment 3 Michael Frisino 2006-07-25 12:40:26 UTC

*** This issue has been marked as a duplicate of 80978 ***