cannot generate classes with JAXB

前端 未结 2 982
無奈伤痛
無奈伤痛 2021-01-29 00:52

i try to generate classes using JAXB but I a get an exception : IllegalArgumentException: Illegal pattern character \'g\' I\'using a complex XSD file and a binding file as

2条回答
  •  情话喂你
    2021-01-29 01:40

    I might guess that one of your xsd files have a regexp-based restriction attached to a type/element. Have you validated those files?

提交回复
热议问题