简体   繁体   中英

WSDL2JAVA and Heroku

I'm trying to access an external API in a Heroku environment. I have basically set up all the correct dependencies but now it's throwing the following error:

java.lang.ClassNotFoundException: Unable to load class with name schemaorg_apache_xmlbeans.system.sEACC53AB4DE4AB80D192E3C9B6CE210A.TypeSystemHolder

I know I have the generated XSB files and the TypeSystemHolder.class file in my resources directory.

Can anyone point me in the right direction on how to reference these since I don't know how to do this with Maven.

Thanks

确保生成类的“资源”目录是源目录。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM