Most voted "wildfly" questions
Wildfly, also known as Jboss, is a Java EE application server developed in Java and can run on any 32 or 64 bit operating system that has Java support.
Learn more…95 questions
Sort by count of
-
1
votes0
answers97
viewsDAO not injecting with @EJB Annotation
I’m making a requisition for "/counter/{id}" by Postman and when the code arrives in notifiedAAO.counter(id), I get the error message saying that notifiedDAO is null. PS: I’m using Wildfly 11 with…
-
1
votes1
answer136
viewsWildfly server
Standalone of the wildfly <interfaces> <interface name="management"> <inet-address value="${jboss.bind.address.management:127.0.0.1}"/> </interface> <interface…
-
1
votes0
answers255
viewsREST requests with HTTPS
Good morning, everyone, One can make a doubt... is the following: I have an application that is within a certified domain (HTTPS). When I consume a REST service, I get 405 return and in the browser…
-
1
votes1
answer170
viewsPOST disabled in JBOSS EAP 7
I implemented a service with JAX-RS that features GET and POST operations: @Path("/funcionario") @Singleton public class FuncionarioService { private List<Funcionario> funcionarios = new…
-
1
votes1
answer277
viewsCannot change version Facet Dynamic Web Module to 4.0. Maven
I had this problem and I thought I had solved it, but when I opened eclipse hj the problem just happened again, the strange thing is that it only occurs inside the IDE, because if I compile and put…
-
0
votes1
answer615
viewsApplication migration error, ANTLR and Wildfly incompatibility 8
I have a legacy application developed in Java web, and would like to put it in a new production environment. Java 8 and the latest version of Wildfly are installed in this environment. Today this…
-
0
votes0
answers245
viewsDoubt with JMS in Java and implementation
I need to do a simple Publisher/Subscriber in JMS, but I’m full of doubts about how it works since I don’t have much idea of the architecture nor the implementation in Java. From what I understand…
-
0
votes1
answer477
viewsHow to understand Wildfly8x server error message?
My project is a Maven with JSF is working normally but it generates an error with I add the Primefaces artifact; <!-- PrimeFaces (biblioteca de componentes) --> <dependency>…
-
0
votes1
answer1233
viewsProblem with JPA using Wildfly 9 and JTA
It’s the first time I’ve tried to use JTA using the Wildfly container and so far I haven’t been able to execute my code properly. When I publish the application(start Wildfly) it starta perfectly,…
-
0
votes2
answers1479
viewsSources in jasperreports reports on wildfly
I have a java web project that runs on a linux server. This project has reports created in Ireport with custom fonts, but these fonts are not displayed when I call the reports in this project. I…
-
0
votes1
answer164
viewsWildfly 8 - Debug error
I’m trying to debug my action (Eclipse Mars, Wildfly 8, Struts 2 and java 8), start the server on the Debug option, but when pressing F6 or clicking on the icon to process from a certain point the…
-
0
votes1
answer1316
viewsWildfly SSL certificate and connection
I followed this answer to this question in the OS to configure SSL: how to configure ssl in wildfly 8.2.0 server? Before without this configuration the access in the door did not work 8443 which is…
-
0
votes1
answer1163
viewsJboss standalone.bat windows service Wildfly 10
Hello, How do I create a windows service to automatically start standalone.bat?
-
0
votes0
answers75
viewsProject does not run, error "404 - Not Found"
I’m using Java JPA, with Wildfly and Primefaces and the database I’m using Mysql. I’m with I have all layers already configured (view(xhtml),DAO,Entity,MB). The wildfly datasouce is configured…
-
0
votes0
answers1178
views -
0
votes2
answers110
viewsAccess JAVA web application from other machines
I am using JAVA,JPA, with Wildfly,e primefaces. I have the link of my application http://localhost:8080/Sicoob/faces/cadastre I would like other machines to access this application, I already…
-
0
votes1
answer1000
viewsMaven Settings.xml file not found
I am following the following article: JBOSS/WILDFLY Maven plugin for deploy LOCALHOST/REMOTE server. I want to implement this in the project I have here to do continuous integration, testing using…
-
0
votes1
answer53
viewsCode updates not running during Debug, Eclipse
I work with Eclipse and Wildfly. Well, my question is simple: I made some kind of change to the code, however, when doing Debug I noticed that this change was not being executed, as if Eclipse…
-
0
votes1
answer279
viewshow to create a bean that returns an entityManeger
am using springboot + ejb + cdi + wildfly10 already created the datasource and configured , I went to the interface wildfly and DS is connecting normal. Dao @Repository public interface PessoaDao…
-
0
votes1
answer111
viewsProblem using Gson in Wildfly
I am trying to use GSON in a Maven EJB project but gives the following error: java.lang.NoClassDefFoundError: com/google/gson/Gson When I test in class main without uploading the server to lib works…
-
0
votes1
answer292
viewsWildfly Persistenceunit Missing dependencies
I am trying to make a Web Service using wildfly-10.0.0.Final I am Getting the error Shown Bellow. I already copied/created postgres and eclipselink jars to the Wildfly module folders. 05:13:11,312…
-
0
votes1
answer370
viewsConfigure Hibernate.cfg.xml with Datasource configured in Wildfly 10
I’m trying to configure my Iberian to recognize the connection configured in Wildfly, already tested the connection in the wildfly panel, ta 100% functional. The problem now is to make the…
-
0
votes1
answer55
viewsWildfly - My application does not run
Hey, you guys...... I have my development environment with Eclipse + Wildfly 8.2.1. I imported my project . War, I can start the server and it deploys no errors. The problem is when I will run…
-
0
votes1
answer113
viewsShow Complete string in modal
I’m using Java, JPA, Wildfly and Primefaces.I have a table that displays a text, but this text is being cut in the display by table size. I decided to create a boão that calls a modal to display the…
-
0
votes2
answers505
viewsWildfly 11 cast error with Dom4j
Hello! While trying to run my Java EE project, you are popping Exception "java.lang.Classcastexception: org.dom4j.Documentfactory cannot be cast to org.dom4j.Documentfactory" . Below is the Wildfly…
-
0
votes2
answers302
viewsApplication with JBOSS Wildfly reply via DNS
I am extremely beginner in this part of setting environment and need to put an application I developed in production. I already have a registered domain and I would like the user, instead of typing…
-
0
votes1
answer673
viewsHow to Handle Exceeded Maximum File Upload Size
I have an application, which uploads a file (spreadsheets), but after a recent test pointed out this error: Caused by: java.io.IOException: UT000054: The maximum size 1048576 for an individual file…
-
0
votes1
answer248
viewsError saving form with Hibernate: could not execute statement
I have a web form that saves data in Mysql, but is returning an error could not execute statement; Column 'bairro' cannot be null. The error says that the 'neighborhood' field cannot be null, but I…
-
0
votes1
answer30
viewsinject CDI Beacons into during testing using Arquillian Chameleon
I’m unable to inject with CDI @Inject. The field movimentador If the contract is void. I believe it is because of Beans.xml, but how do I create Beans.xml using Maven-build-Deployment, because I am…
-
0
votes1
answer57
viewsJSF - Deploy problems with Wildfly and Tomcat9 (web.xml and faces-config)
Hello, everybody! Good morning. I have a big problem that p/ me is bizarre. I have a little project here very simple, but I’m not getting up. When I run it from the entire project (right click - Run…
-
0
votes1
answer208
viewsAccess my application without the version number
My JSF application runs in wildfly. But when I lift the server, to access the application I must use: http://localhost:8180/app-0.0.1-SNAPSHOT/start.jsf. In short: I want to take the -0.0.1-SNAPSHOT…
-
0
votes0
answers177
viewsHow to create a socket in wildfly?
I need to create something that reads everything that comes to a specific door and handles that information. An Ubuntu server is used with Wildfly 10 running. The information trafficked is from the…
-
0
votes0
answers29
viewsJSF web redirect on mobile is not working!
I am developing a student project with JSF 2.2, Primefaces 5.0 and wildfly 8, and came across the following problem: My Application works normally when I access from a desktop device, but when I try…
-
0
votes1
answer389
views -
0
votes0
answers89
viewsProblem with Hibernate and Wildfly server
Hello. I have a project with Hibernate 4.3.x + Postgresql + Wildfly. But I can’t run it. Follow the error: Iniciando WildFly Application Server WildFly Application Server iniciado Implantação…
-
0
votes1
answer812
viewsError in wildfly postgres configuration
I performed the postgresql configuration: C: wildfly-10.1.0.Final modules system layers base with postgresql main I added the files: module.xml postgresql-9.4.1208.jre7. jar OBS: The bank has…
-
0
votes0
answers40
viewsWildfly 8 does not read network folder when run as a service
Good morning! I have a Java 8 application running on Wildfly 8, I need to view images. The display works perfectly when the folder is local C: (Eclipse, CMD and Service). I had to transfer the…
-
0
votes0
answers139
viewsProblem with @Facesconverter
Good morning to all. I do not know what to do to solve this problem in @FacesConverter(forClass=Fabricante.class) that I implemented... The method getAsString is called with null values. All…
-
0
votes1
answer215
viewsActivemq in Wildfly 12
I am migrating an application to Wildfly 12 and I am not able to connect in my queue using Activemq. Log: 20:27:21,862 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full…
-
0
votes2
answers434
viewsError server Timezone is unrecognized wildfly 14 Connector/J 8.0.13
I am configuring my environment using wildfly 14.0.1.Final and mysql-Connector-java-8.0.13. I have the following error when I set up the Connection profile and do a connection test:…
-
0
votes1
answer193
viewshow to build and run an IDE Maven project
Good afternoon, I’m trying to generate an application for studies using Maven, but this disastrous and very frustrating. I’m trying to create a web project using Maven, but I can’t do anything to…
-
0
votes1
answer50
viewsHow to do web design with wildfly 16?
I can’t see a HTML File, Webcontent, from file testing through the link (localhost:8080/Loucademia/teste.html), gives error(404); which means that I am not able to access it through the browser. My…
-
0
votes0
answers30
viewsDoubt about Javaee with Wildfly 18
I would like to know what this log is about. [org.jboss.as.ejb3.deployment] (MSC service thread 1-5) WFLYEJB0473: JNDI bindings for session bean named 'ContaService' in deployment unit 'deployment…
-
-1
votes1
answer276
viewsMigrate Tomcat server to Wildfly in eclipse
I am trying to migrate a project (Java, Hibernate, JSF, Springsecurity, CDI, Mysql) that currently runs on TOMCAT to WILDFLY. I have already set up "standalone" with the connection and Wildfly alone…
-
-1
votes1
answer530
viewsExternal access to Wildfly - Error 111: Connection refused
I need a tip on how to set up my server for access of any machine within my network. I am testing in the following development/testing environment: Eclipse EE Luna SR2 in Java 8; Wildfly Server…