Marcelo Romulo Fernandes
Marcelo Romulo Fernandes
Hi @larmic, welcome to our team. You can stay with JoinFaces Bean Test. No problems. However, if you integrate it into JoinFaces, you could merge into joinfaces-test module. It would...
@sergey-morenets , JSF files are located at `src/main/resources/META-INF/resources` folder. You are welcome.
Hi @paulpach, spring mvc and jsf are two different view technologies. Controller is used by spring mvc not jsf. joinfaces enables jsf inside spring boot application. this repo illustrates how...
hi @gabrielandr , i think this project is working. where do you see this warning?
hi @aelmottaki , The urlPatterns **"/src/*"** is correct? Could you provide full example?
Hi @aelmottaki , I could see LoginFilter working if include AppConfig at org.joinfaces.example package and LoginFilter at org.joinfaces.example.view package. I don't have access to UserSessionBean class. Note that joinfaces-example uses...
Unfortunately, how we manage resources set in tomcat with JsfTomcatLifecycleListener is not as trivial as we have with jetty and undertow. Anyway, joinfaces-gradle-jar-example works with PR #1979 now with `java...
Hi, [my project](https://www.versioneye.com/user/projects/5a09afae0fb24f00502441b0) showed this error recently. It is maven project.
I downgraded the rewrite-integration-spring dependency to 10.0.0.Final.jar, and it worked. It does not contain the `META-INF\services\org.ocpsoft.rewrite.servlet.spi.RequestListener` file inside it.
hi @FedrBodr , could you provide a demo example?