|
From: Craig G. (opennms) <cg...@op...> - 2013-03-27 16:37:42
|
Hi, I have generated a new issue with soap generator https://openoss.atlassian.net/browse/JOS-49 and repeated it below. This problem shows up in the generated xsd's of the RAM model. I have committed new tigerstripe.xml files for the RAM Model and RAM Dependency models so that the 1.2 soap plugin can be used. (the previous 1.1 configuration is still present but set to a disabled state). The problem is as described below; Using the latest trunk revision 2729 version 1.2 Soap Generator, I have generated common and internal models with no problem. However the RAM model generates incorrect namespace references to file locations. This is repeatable when generating the TIP_RAM_MODEL. In the generated filed I have the following; In file ram_resource_trouble_alarm.xsd we have a reference <xsd:import namespace="http://www.tmforum.org/xml/tip/resource/res/nrb" schemaLocation="dep_resource_res_nrb.xsd"/> this throws an error because the file dep_resource_res_nrb.xsd does not exist However the generated common_cbe_job.xsd does give the correct reference <xsd:import namespace="http://www.tmforum.org/xml/tip/resource/res/nrb" schemaLocation="common_resource_res_nrb.xsd"/> Craig |