On Thu, Oct 8, 2009 at 7:56 AM, Jean-Sebastien Delfino <[email protected]> wrote: > Many test cases (binding-http-runtime, binding-jsonrpc-runtime, > binding-ws-axis2 etc) which work in Maven fail for me with DuplicateIntent > policy errors in Eclipse. > > Run As / Junit Test gives me the following errors: > > Oct 8, 2009 7:40:59 AM org.apache.tuscany.sca.node.impl.NodeImpl start > INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 > domain: tuscany.apache.org > Oct 8, 2009 7:41:01 AM > org.apache.tuscany.sca.definitions.impl.DefinitionsImpl [Extension points > definitions] (DuplicateIntent) > SEVERE: Duplicate intent > {http://docs.oasis-open.org/ns/opencsa/sca/200903}serverAuthentication found > in domain > Oct 8, 2009 7:41:01 AM > org.apache.tuscany.sca.definitions.impl.DefinitionsImpl [Extension points > definitions] (DuplicateIntent) > SEVERE: Duplicate intent > {http://docs.oasis-open.org/ns/opencsa/sca/200903}clientAuthentication found > in domain > Oct 8, 2009 7:41:01 AM > org.apache.tuscany.sca.definitions.impl.DefinitionsImpl [Extension points > definitions] (DuplicateIntent) > SEVERE: Duplicate intent > {http://docs.oasis-open.org/ns/opencsa/sca/200903}authentication found in > domain > Oct 8, 2009 7:41:01 AM > org.apache.tuscany.sca.definitions.impl.DefinitionsImpl [Extension points > definitions] (DuplicateIntent) > SEVERE: Duplicate intent > {http://docs.oasis-open.org/ns/opencsa/sca/200903}mutualAuthentication found > in domain > ... > > Any idea on what's causing getting these errors in Eclipse? > -- > Jean-Sebastien > >
How did you create your eclipse projects, and how are you running the tests ? I right click on the binding-http-runtime or binding-jsonrpc-runtime, select Run As->JUnit Test and get all tests passing. -- Luciano Resende http://people.apache.org/~lresende http://lresende.blogspot.com/
