python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What version of Hibernate validator is suitable for J2ee 8?
I have problem with hibernate validator. When I want to deploy my application on local tomcat, It fails on :
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org...
Petr Kostroun
Votes: 0
Answers: 0
Failed to start service jboss.deployment.unit
I am trying to use tutorial: https://balusc.omnifaces.org/2020/04/jsf-23-tutorial-with-eclipse-maven.html
Server Wildfly18
Java 11
Eclipse 2022-03 (4.23.0)
Message Model Class:
public class Message ...
forthewin
Votes: 0
Answers: 0
CDI - inject a bean from dependency into class in module
I have the following UserService bean, part of module A:
@Stateless
@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
public class UserService {
...
}
I want to programatically inject ...
j.a
Votes: 0
Answers: 0
minValue attribute in inputNumber not working in JSF primefaces?
The inputNumber declaration below will not accept any input, however when I removed the minValue attribute, it accept input.
What am not doing wrong here?
code xhtml:
<a:column>
<p:inputNum...
Zade Abderrahmane
Votes: 0
Answers: 1