Mandiax / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Schema component generator fails on namespaces that contains dots. #314

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Namespaces like "urn:riv:crm:scheduling:GetAllTimeTypesResponder:1.1" are 
incorrectly transformed by the schema component generator to java-package names 
in the generated pom-xml file like 
"riv.crm.scheduling.getalltimetypesresponder.v1.1" where ".1" is an invalid 
package name.

It the "."'s are replace by "_" everything works fine however.

For sample wsdl's and xsd's see: 
https://code.google.com/p/rivta/source/browse/#svn%2FServiceInteractions%2Friv%2
Fcrm%2Fscheduling%2Ftrunk

Original issue reported on code.google.com by magnus.l...@gmail.com on 28 Nov 2012 at 12:04

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r2009.

Original comment by ola.deib...@gmail.com on 1 Jan 2013 at 10:10

GoogleCodeExporter commented 8 years ago
Move to v0.6.1-M1

Original comment by magnus.l...@gmail.com on 15 Jan 2013 at 5:54