asherri

Results 2 issues of asherri

I'm using jboss to run web app, this library throws this exception: Caused by: com.asual.lesscss.LessException: java.net.MalformedURLException: unknown protocol: jndi at com.asual.lesscss.LessEngine.parseLessException(LessEngine.java:252) at com.asual.lesscss.LessEngine.compile(LessEngine.java:180) at com.asual.lesscss.LessEngine.compile(LessEngine.java:165) at com.my.system.frontend.LessCssGen.generateCssFromLess(LessCssGen.java:49)

While i'm browsing Shrio documentation https://shiro.apache.org/spring.html, i found note don't use (MethodInvokingFactoryBean) bean, for web application, but you have use it with all web apps example, is there any best...