Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test-Application and ApplicationLoader in final jar v3.0.8 #77

Open
Wellssow opened this issue Jul 20, 2017 · 5 comments
Open

Test-Application and ApplicationLoader in final jar v3.0.8 #77

Wellssow opened this issue Jul 20, 2017 · 5 comments

Comments

@Wellssow
Copy link

We use the filterpane version 3.0.8 in our application and found an extra "Application" and "ApplicationLoader" class inside the jar, under /org/grails/plugins/filterpane/test.

When we deploy the our WAR-file on a Tomcat 8.5.15 this application got started first with a 50% chance. And this breaks our own application.

I guess the test package got there accidently and could be removed.

@Wellssow
Copy link
Author

And the Application is referenced in "META-INF/grails-plugin.xml"

@mgkimsal
Copy link

@Wellssow - what fix did you come up with for this? Hit me tonight and it's driving me crazy.

@Wellssow
Copy link
Author

Wellssow commented Aug 29, 2017

Sorry for the late response - I was afk due to my holiday ;-)

I removed the class and xml reference from the jar.
Well, quite a dirty hack - but it works :D

And referenced this "fixed" jar instead of the orignal:

   // compile "org.grails.plugins:filterpane:3.0.8"
   compile files("lib/filterpane-3.0.8.jar")

@amarflybot
Copy link

amarflybot commented Dec 27, 2017

After the hack the Tomcat container get started..
Sir @macrosak Could you please make the change a release a new version?

@macrosak
Copy link
Contributor

I do not have access to this repo, @ctoestreich can you make a new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants