|
From: Pierre G. <pga...@tm...> - 2013-04-02 13:14:30
|
Hi Xose, Can you take a look at this ? This is a blocking issue. This seems to be related to the change that we made to the package name for common. Regards Pierre On 2013-03-27, at 12:37 PM, Craig Gallen (opennms) <cg...@op...> wrote: > 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 > > <ram_resource_trouble_alarm.xsd><common_resource_res_nrb.xsd> |