You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I kind of figure out a work-around, however, I wanted to post it to be taken into consideration ..
I followed the installation guide and things were okay and valid but I didn't create any resources(Jax-RS), just included the maven -repo and installed the plugin to my Grails project but when trying to start the app, I get the below exception which fails the whole initiation.
Exception sending context initialized event to listener instance of class org.grails.jaxrs.web.JaxrsListener
then I create a resource using the command line: grails create-resource
and cleaned the app and tried to run again, and the error just gone. so that's illogical because you are forcing the app to run the command (grails create-resource) at least for one time !
Note: I am using GGTS 3.5.1 with Grails 2.3.9
Thank You
The text was updated successfully, but these errors were encountered:
I see... there's some code in Jersey initialization that produces this behavior. I see no configuration props that could disable it. Maybe we could provide a way to completely disable jersey startup: it could be manually configured by users who applied the plugin but don't have any resource class (yet)
I kind of figure out a work-around, however, I wanted to post it to be taken into consideration ..
I followed the installation guide and things were okay and valid but I didn't create any resources(Jax-RS), just included the maven -repo and installed the plugin to my Grails project but when trying to start the app, I get the below exception which fails the whole initiation.
Exception sending context initialized event to listener instance of class org.grails.jaxrs.web.JaxrsListener
then I create a resource using the command line: grails create-resource
and cleaned the app and tried to run again, and the error just gone. so that's illogical because you are forcing the app to run the command (grails create-resource) at least for one time !
Note: I am using GGTS 3.5.1 with Grails 2.3.9
Thank You
The text was updated successfully, but these errors were encountered: