Questions tagged [joinfaces]

JoinFaces enables JSF usage inside JAR packaged Spring Boot Application.

JoinFaces enables JSF usage inside JAR packaged Spring Boot Application.

It autoconfigures PrimeFaces, PrimeFaces Extensions, BootsFaces, ButterFaces, RichFaces, OmniFaces, AngularFaces, Mojarra and MyFaces libraries to run at embedded Tomcat, Jetty or Undertow servlet containers.

It also aims to solve JSF and Spring Boot integration features. Current version includes JSF and CDI annotations support and Spring Security JSF Facelet Tag support.

42 questions
0
votes
1 answer

Don't know how to include joinfaces into a multi module gradle build

An old application of mine is a Java 8 Enterprise mololith and i want to migrate it. I want to migrate it into a spring boot project including primefaces, myfaces and omnifaces by using joinfaces and split it into smaller parts…
joy77
  • 51
  • 2
0
votes
0 answers

Spring Boot with JSF AdminFaces deployment issue in Wildfly 8.2.1

I'm trying to deploy my JSF (Primefaces & Adminfaces) Spring Boot project on wildfly 8.2.1, but the following exception was thrown: 23:06:30,764 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-10) MSC000001: Failed to start service…
0
votes
1 answer

Perfectly Fine Working Eclipse Project throws 404 on Tomcat

I have a web application which includes Spring Boot , Joinfaces , JSF and Spring Security. This web application works excellent when i run in ECLIPSE IDE. All pages works fine with 0 Error. The thing is when i do mvn install and package this project…
0
votes
1 answer

Facelets welcome page not found or redirected using Spring Boot

I am currently trying to move a java EE 8 project running on wildfly to the latest spring boot. For this i will need primefaces, primefaces-extensions and omnifaces cause of it's components i am already using and also designed (buyed)…
joy77
  • 51
  • 2
0
votes
0 answers

and not working on page refresh

I'm facing a peculiar issue. I have a single page app based on SpringBoot, JoinFaces and PrimeFaces 6.2. The page primarily has an Accordion with two tabs. Tab 1 - has a //user uploads XML files using it Tab 2 - has a //the…
Tatha
  • 131
  • 1
  • 13
0
votes
0 answers

JSF External context getRealPath returns null in a joinfaces jsf omnifaces based application

I am trying to load a local file located inside src/main/resources/META-INF/resources/resources/ directory. The application is a joinfaces based app that includes myfaces, omnifaces and rewrite. Before migrating my project (classic JSF WAR) to…
akaine
  • 129
  • 9
0
votes
3 answers

Unsatisfied dependency when using OmniFaces @Param annotation. No qualifying bean of type java.lang.String

I am attempting to use CDI over the deprecated ManagedBean/ManagedProperty annotations and run into this exception in a very simple web app: Error creating bean with name 'navigationController': Unsatisfied dependency expressed through field…
Maffitt
  • 13
  • 5
0
votes
1 answer

Serialization exception using spring-sessions

Primefaces/Joinfaces JSF app in Spring-Boot. App is working fine running stand-alone, but I have recently started implementing session replication via Spring-Session. When the session is persisted to the session store, I get a not serializable…
JCN
  • 509
  • 1
  • 11
  • 25
0
votes
1 answer

Is it possible to use @Join annotation of Rewrite on JoinFaces?

I'd like to use @Join annotation in a joinFaces project. If it's possible, what the steps to configure and use it? I'm using joinFaces 3.2.4 with rewrite-spring-boot-starter.
0
votes
2 answers

Spring boot deploy wildfly doesn't work

I'm trying to deploy an application on wildfly server made in springboot. I'm generating a war file with mvn clean install and put on wildfly through administrator console, but the application doesn't start. I suspect that the error could be…
0
votes
0 answers

Error pom.xml configuration with Spring Boot + Spring MVC + Primefaces + JoinFaces

I received error when try maven install command using STS IDE: ERROR] error reading C:\Users\Paulo\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar; invalid LOC header (bad signature) [ERROR] error reading…
paulo.sobrinho
  • 83
  • 1
  • 1
  • 11
0
votes
1 answer

How to change the servlet mapping in JoinFaces?

The default servlet mapping in JoinFaces seems to be *.jsf. How may I change it to a different mapping? I could not find a setting in Spring Boots application config file.
Stefan
  • 12,108
  • 5
  • 47
  • 66
1 2
3