Hi, I am evaluating to use Jibx in a new project of mine and I am trying to run CodeGen for an existing WS. However, I am getting the IllegalArgumentException below. I expect this is a bug (as in it should be handled properly and result in a clear error message), but I can imagine that the WS uses an illegal name (maybe the word local?). Any ideas to get around this problem? BTW i am using version 1.2.1.
Thanks, Rintcius Exception in thread "main" java.lang.IllegalArgumentException at org.eclipse.jdt.core.dom.SimpleName.setIdentifier(SimpleName.java:193) at org.eclipse.jdt.core.dom.AST.newSimpleName(AST.java:1251) at org.eclipse.jdt.core.dom.AST.newName(AST.java:1371) at org.jibx.schema.codegen.SourceBuilder.<init>(SourceBuilder.java:121) at org.jibx.schema.codegen.PackageHolder.generate(PackageHolder.java:202) at org.jibx.schema.codegen.PackageHolder.generate(PackageHolder.java:218) at org.jibx.schema.codegen.CodeGen.generate(CodeGen.java:1402) at org.jibx.schema.codegen.CodeGen.main(CodeGen.java:1652) -- View this message in context: http://www.nabble.com/IllegalArgumentException-when-running-CodeGen-tp24240985p24240985.html Sent from the jibx-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users