Hello everyone,
I am using Axis2 as a servlet. I have generated my classes using xmlbeans and there is a generated file called TypeSystemHolder.class located under the resources directory.
Here is the problem. I have set the “resources” directory to be one of my source directories, so the files get put into “WEB-INF/classes”. The problem is that the TypeSystemHolder.class file does not get moved in automatically. Eclipse seems to be ignore all *.class files in the source folders.
Fair enough, I decided to go under the Java Build Path source folders, and implicitly add all *.class, *.xsb, *.wsdl, *.xsd, *.xml files. This doesn’t work either. All the directories get created, however only the top level files get moved over.
ie. WEB-INF/classes — services.xml, my wsdl and xsd file are here
schemaorg_apache_xmlbeans –> directories are created, but no files
Anyone have any ideas?