java - JHipster executable war not executable in combination with Atmosphere -
when generating fresh application atmosphere enabled seems work fine. when packaging application in executable war (as mentioned on jhipster homepage) application not load properly.
it starts complaining atmosphere annotation scanning not able scan annotations atmosphere.jar within executable jar malformedurlexception:
[warn] org.atmosphere.cpr.defaultannotationprocessor - unable scan annotation java.net.malformedurlexception: illegal character in opaque part @ index 11: jar:file:c:\development\test\target\test-0.1-snapshot.war!/web-inf/lib/atmosphere-runtime-2.1.0.jar!/org/atmosphere/annota tion/
i have generated fresh project atmosphere enablef, packaged , tried run executable war. doing wrong or missing something?
thanks
the problem fixed update atmosphere 2.2.2.
requiresunpack not necessary , further information take @ issue @ jhipster-generator: https://github.com/jhipster/generator-jhipster/issues/471
Comments
Post a Comment