Questions tagged as 'wildfly'

2
answers

Create new logger in Wildfly 10 using log4j

I need to log certain modules in an app in a log different from server.log , initially I try to do it with a java project and its log4j2.xml file which works very well on another application server other than wildfly as weblogic. R...
asked by 01.08.2017 / 16:16
1
answer

error: int can not be deferenced

I have the following piece of code preteneciente to a REST service created automatically by Netbeans 8.2 after having created the entities using the Database. @POST @Consumes({MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON}) @Transact...
asked by 16.05.2017 / 15:06
1
answer

Problems accessing Wildfly server 8

I have a web application which I use a Wildfly 8 server to distribute. Accessing the application from the server, I mean, localhost, recognizes me without problem and raises the application, but when I try to access from a PC connected to the ne...
asked by 08.05.2017 / 21:18
1
answer

Can not find class in bean defined in the ServletContext

I am using for my project (maven 3.3.9, spring 4+, hibernate4 +, tiles 3, postgres 9+, jdk 8, wildfly 10), and I am receiving the following error message:    Can not find class [org.springframework.orm.hibernat4.LocalSessionFactoryBean] for b...
asked by 14.07.2016 / 03:40
0
answers

Error: WFLYDM0023: No mgmt-user.properties files found

I'm trying to configure WildFly on my PC, but trying to add a user with the file add-user.bat I get that error, I tried to search google some solution but I can not find anything! Please help: c     
asked by 22.10.2018 / 00:08
0
answers

Error 404 not found - when loading project jsf with wildfly - developer studio - ubuntu

I have a small problem that I have not been able to solve, I'm starting wildfly 10 and jsf maven, etc ... When creating the first JSF project, at the time of deploying the app I get it in the localhost: 8080 / proyectoWeb / index.jsf 404 erro...
asked by 06.08.2018 / 17:49
1
answer

How can I make my jboss lift even if the connection to a queue has failed?

Environment: wildfly 10 MQ Series Jboss Resource-adapter for MQ Series The question in the following I have a .ear inside the deployments folder of wildfly and there I have an MDB consumer that consumes message from the MQ Series queue throug...
asked by 17.10.2017 / 21:46
1
answer

Unable to find the mysql driver. Register this driver in the Databases tab

What a good afternoon I am trying to create a new database class entity connecting with Mysql and as a server "WildFly 10. final" and create the datasource on the server and create the connection from netbeans but it does not let me create it ....
asked by 11.05.2017 / 23:40
0
answers

Increase JBoss java heap

Someone knows how to increase the size of the virtual memory of the Wildfly 8. What happens is that I am trafficking very heavy files over the network and at some point I skip the exception. I already tried modifying the file standalone.conf:...
asked by 03.05.2017 / 22:31
2
answers

Can a remote EJB use Classes (which are not EJBs) to be used by a remote client?

Situation: I have an EJB Project. It has a Class model that contains the business logic and database connection (the classes use JDBC). Within the same project, these classes are used by remote EJBs. Why? Because these EJBs will be used by a...
asked by 09.07.2016 / 02:26