Grails-Plugin-Consortium / grails-cxf-client

Easy cxf client for grails

Home Page:http://grails.org/plugin/cxf-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wsdl2java fails on compile "cannot find symbol"

jonavon opened this issue · comments

wsdl2java command fails for a plugin project.

Command fails because "cannot find symbol" can't compile because the sources are not generated. Any ideas?

It seems to me that the script is compiling the project before it will generate from wsdl. I need the files generated before compilation. Will someone tell me if my expectations are incorrect?

I fixed this on grails cxf. Will try and resolve it soon. What version of grails are you using?

I am using 2.3.4, but can easily upgrade. If the fix is pushed into git, I'll gladly update. Thanks.

I am also using cxf 1.1.3 and cxf-client 1.6.1

I've been able to get somewhat satisfactory behavior by editing your Wsdl2Java script. I put all the relevant configuration values into BuildConfig.groovy. I had to remove any requirement for compilation which resulted in your script with a bunch lines deleted.