|
From: Craig G. (opennms) <cg...@op...> - 2012-09-14 12:06:30
|
Hi, I think have fixed the outstanding errors on the implementation plug-ins but after a lot of head scratching, I have found that there are problems with the generated file pm_cbe_perf_mon_prod.xsd in the PM model which was causing errors in the CXF wsdl2java process. Eclipse highlights the following errors if you run the build and open in eclipse the following file /TIP_PM_Coll_SoapSpecPackage/target/generated-sources/src/main/wsdl/pm_cbe_perf_mon_prod.xsd, 1. Line 423 sch-props-correct.2: A schema cannot contain two global components with the same name; this schema contains two occurrences of 'http:// www.tmforum.org/xml/tip/cbe/perf/mon/prod,CreateDataForMeasurementProductionJob'. 2. Line 529 and others s4s-att-invalid-value: Invalid attribute value for 'type' in element 'element'. Recorded reason: UndeclaredPrefix: Cannot resolve 'problem:ArrayOfTrackingRecord' as a QName: the prefix 'problem' is not declared. I am using the latest committed Soap plugin on trunk This soap generator issue needs fixed urgently as it is a blocker to getting PM working. Cheers Craig |