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
12
votes
4 answers

Spring Boot + Primefaces - "Unrecognized Content Type" Exception

i have a basic setup using spring boot and joinfaces to use primefaces and bootsfaces in my application. Using for example bootsfaces components and perform ajax calls works like a charm. When i add a simple primefaces component which uses ajax, the…
TosKen
  • 481
  • 5
  • 20
3
votes
2 answers

spring boot with primefaces give error : java.lang.NoClassDefFoundError: org/springframework/core/log/LogMessage

i am a newbie in spring boot and i am trying to build a simple spring boot project with primefaces using STS IDE . But when i run the programme i get an error as showed bellow : 2019-12-01 20:26:54.117 ERROR 5848 --- [ main]…
kaad abdo
  • 31
  • 1
  • 4
3
votes
0 answers

Classpath scanning bad magic number with JSF+Spring-Boot, PrimeFaces and Joinfaces

Spring-Boot+JSF app using Primefaces and JoinFaces starter with embedded Tomcat in a runnable WAR. I actually have two web apps using this stack, and both are exhibiting the same issue. During startup or deployment, it looks like something is…
JCN
  • 509
  • 1
  • 11
  • 25
2
votes
1 answer

org.apache.catalina.core.StandardContext.filterStart Exception starting filter [OCPsoft Rewrite Filter]

I have successfully created a spring boot project which works fines however it fails when I try to deploy it to an external tomcat. Here is my pom XML and below is my application.properties…
Nemuga Dev
  • 334
  • 4
  • 10
2
votes
1 answer

Unexpected behavior with ViewScoped beans when using Spring-Session clustering with Hazelcast

I am working on introducing clustering to a JSF based Spring-Boot web application and as soon as we enabled session-replication with Hazelcast, we started noticing that several of our JSF pages that utilize ViewScoped beans were no longer…
2
votes
1 answer

How can I set Undertow properties in JoinFaces/Spring Boot?

Until now we used Wildfly 12 and increased the http max-parameters value inside the undertow module (server->http-listener) in the standalone.xml configuration file. Now we switched to the Spring ecosystem using JoinFaces and don't know how to…
Primi
  • 127
  • 1
  • 10
2
votes
1 answer

No FacesContext found in JoinFaces ViewScope

We are currently migrating a rather big project from JavaEE (Wildfly) to Spring Boot 2.0.5 using JoinFaces 3.2.5 for JSF support. Unfortunately when starting the server we always get the following message: Scope 'view' is not active for the current…
Primi
  • 127
  • 1
  • 10
2
votes
0 answers

Spring Boot JSF 2.3 with JoinFaces Websocket

Has anybody implemented JSF 2.3 + Spring Boot + Websockets? I am using JoinFaces and I am trying to enable end-to-end implementation with WebSockets using the new tag provided by JSF 2.3. I have found some answers using JSF 2.2 with proprietary…
1
vote
1 answer

Caused by: java.lang.IllegalArgumentException: More than one fragment with the name [admin_theme_fragment] was found

I am stuck on how to fix this error. It might be a duplicate question but the solution offered I don't know how to configure it in join faces and spring boot as am not using web.xml. Here is my pom XML and below is my…
Nemuga Dev
  • 334
  • 4
  • 10
1
vote
0 answers

Browser back button is not 'disabled' on log out in jsf and spring boot

I have used join faces to integrate jsf and spring boot and added admin-faces which works fine. However I have an issue when a user log out from jsf homepage to login such that a user can still click browser back button and navigate back to the…
Nemuga Dev
  • 334
  • 4
  • 10
1
vote
1 answer

Joinfaces support JSF Primefaces 10

When Joinfaces is planning to support JSF Primefaces 10?
stefan-dan
  • 586
  • 5
  • 19
1
vote
0 answers

Primefaces Datatable + Row Expansion with updating component

I have a datatable that has a collection of objects that is initialized on page load. It is not lazy loaded. In this datatable row, I have a row expansion object that I wish to "toggle" depending on a boolean value for the object in that row…
StaticMaine
  • 47
  • 10
1
vote
2 answers

JoinFaces @Configurable does not inject services

I am migrating an old JSF application to newer versions. I have the problem with the lazyDataModel of Primefaces @Configurable public class PerfilSeleccionLazyDataModel extends LazyDataModel { @Autowired private transient…
Jose
  • 1,779
  • 4
  • 26
  • 50
1
vote
2 answers

Error on integrating Primefaces with Springboot/JoinFaces

I´m trying to create an application that integrates primefaces with spring boot following these…
Rômulo Sorato
  • 1,570
  • 5
  • 18
  • 29
1
2 3