On Sat, Jul 26, 2008 at 2:38 AM, Jean-Sebastien Delfino <
[EMAIL PROTECTED]> wrote:
> Raymond Feng wrote:
>
>> My guess is that the message complains:
>>
>> With the following policySet:
>>
>> <sca:policySet name="wsClientAuthenticationPolicy"
>> provides="tuscany:wsAuthentication"
>> appliesTo="//sca:binding.ws">
>>
>> "tuscany:wsAuthentication" is a provided intent by the policy set and it
>> cannot find the definition of intent "tuscany:wsAuthentication".
>>
>> Thanks,
>> Raymond
>>
>>
> I've debugged, opened JIRA TUSCANY-2499 to track the problem and committed
> a workaround (linked to 2499).
>
> --
> Jean-Sebastien
>
The work around breaks the build for me with the error below. Backing out
r679944 and everything is working ok in my environment.
Caused by: org.osoa.sca.ServiceRuntimeException: Provided Intent - {
http://tuscany.apache.org/xmlns/sca/1.0}wsAuthentica
tion not found for PolicySet {
http://tuscany.apache.org/xmlns/sca/1.0}wsClientAuthenticationPolicy
at
org.apache.tuscany.sca.host.embedded.impl.DefaultSCADomain.analyseProblems(DefaultSCADomain.java:309)
at
org.apache.tuscany.sca.host.embedded.impl.DefaultSCADomain.addContribution(DefaultSCADomain.java:334)
at
org.apache.tuscany.sca.host.embedded.impl.DefaultSCADomain.init(DefaultSCADomain.java:183)
at
org.apache.tuscany.sca.host.embedded.impl.DefaultSCADomain.<init>(DefaultSCADomain.java:120)
at
org.apache.tuscany.sca.host.embedded.SCADomain.createNewInstance(SCADomain.java:242)
... 20 more
...ant