been trying to slowly build my own grails
jsf plugin - current one doesn't seem toi work with latest grails builds.
doing this from first principles and I have a working JSF-spring project that I had crafted using eclipse dynamic web project and
maven to handle dependencies.
I then went back to grails plugin and started to build it up slowly - however I am having error I don't see the hand crafted dyn web project
under grails you don't have a web.xml to edit its generated for you - but you can instrument how the file is generated
the error I am getting for embedded
tomcat looks like this
what I have done so far is edit the buildConfig script like this
I have copied my faces-config from the jsf spring project into grails plugin looking like this
and in the plugin descriptor I have edited the doWithWeb closure like this
all of which gives me this dynamically generated web.xml - which I think looks ok
however when I run this plugin I get the error about the InjectionProvider for the embedded tomcat.
I don't get this with the hand crafted jsf/spring sample project - what am I missing for grails is it a jar etc, or is it that the packaging process for the plugin isn't copying certain dependencies into the plugin war.
If I cant get this working the rest I intend to do falls right here - help appreciated at this point