Hello All, i am using maven [org.apache.axis2, axis2-wsdl2code-maven-plugin, version1.4 ] plugin, but i dont think it is maven specific.
i noticed generated resources are given a random name. Example: schemaorg_apache_xmlbeans.system.sEFE14DDD259355E18A7E6E63D8AF66FC.TypeSystemHolder When i run the tool again, it is given another name: schemaorg_apache_xmlbeans.system.s2BE6A88E7F6EF645AD9FFE29CF593ED8.TypeSystemHolder I think it is causing a problem with my IDE (IntelliJ), it doesnt expect this. So the problem is now, that different named source is not included. Can you give it a seed so naming is reproducable? Rgs Owe

