On Fri, Mar 5, 2010 at 1:30 PM, ant elder <[email protected]> wrote: > On Thu, Mar 4, 2010 at 1:58 AM, Simon Laws <[email protected]> wrote: >> JIRA already open against policy tests... >> >> POL_3001_TestCase - TUSCANY-3370 >> POL_3002_TestCase - TUSCANY-3370 >> POL_4003_TestCase - TUSCANY-3372 >> POL_4028_TestCase - TUSCANY-3380 >> >> >> Simon >> > > I've fixed various error message problems to do with old namespaces, > missing suffixes, hardcoded paths etc which got 5 more policy tests > passing so its down to these 11 which fail for real issues: > > Failed tests: > testDummy(client.POL_3001_TestCase) > testDummy(client.POL_3002_TestCase) > testDummy(client.POL_4003_TestCase) > testDummy(client.POL_4028_TestCase) > testDummy(client.POL_9006_TestCase) > testDummy(client.POL_9009_TestCase) > testDummy(client.POL_9015_TestCase) > testDummy(client.POL_9016_TestCase) > testDummy(client.POL_9017_TestCase) > testDummy(client.POL_9018_TestCase) > testDummy(client.POL_10001_TestCase) > > ...ant >
Or more helpfully here's the list with hints on what they're about: POL_3001 TUSCANY-3370 intent conflicts with binding (requires SOAP but wsdl has EJB binding) POL_3002 TUSCANY-3370 policyset conflicts with binding (requires SOAP but wsdl has EJB binding) POL_4003 TUSCANY-3372 externally attached policy sets POL_4028 TUSCANY-3380 policySet/@attachTo points to a property POL_9006 reference with transactedOneWay on a non-global tran component POL_9009 service with transactedOneWay on a non-global tran component POL_9015 managedTransaction.local and a service with propagatesTransaction POL_9016 noManagedTransaction and a service with propagatesTransaction POL_9017 reference with propagatesTransaction on a local tran component POL_9018 reference with propagatesTransaction on a noManagedTransaction component POL_10001 noListener intent is not used on a service ...ant
