Questions tagged as 'wildfly'

1
answer

How to invoke EJB from a remote server to another server .. using WILDFLY 10 and JSP?

Currently I develop a web application in JSP with WILDFLY 10. Currently my application is divided into modules but I deploy it with the same EAR. My idea is to divide the application into several modules, an EAR that is a remote ejb which han...
asked by 14.06.2016 / 15:49
1
answer

Configuration error. Class [com.mysql.jdbc.Driver] not found

I have the following problem I hope you can help me. I am working with Wild Hat from Red Hat, although I have already tried it on other servers such as Apache and Galssfish. already add certain jar's to the servers and nothing, believe datasorce...
asked by 05.05.2017 / 19:11
1
answer

Error Setting WildFly 10 Resource Adapter (wmq.jmsra.rar) [closed]

IBM MQ 9, JVM 8, Wildfly 10 Error log wildfly: 2017-09-15 10:53:33,955 WARN [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (default task-16) IJ000604: Throwable while attempting to get a new connection: null: com.ibm.mq.con...
asked by 15.09.2017 / 18:14
0
answers

concurrency problem Wildfly 10 Primefaces 6 in com.sun.faces.lifecycle.RenderResponsePhase / doPhase [closed]

I have developed a JEE application with primefaces 6 Spring in Wildfly 10. The application works well with few users, but from 10 users the system starts to give very high response times of more than 10 seconds. With 25 User gives times of 30...
asked by 04.04.2017 / 23:17
0
answers

How to configure single sign on (SSO) in Wildfly 10?

I currently have a login and several wars and I hope that by logging in I can pass my User object per session to the other wars. How do I configure my Wildfly 10 server so that all my wars developed in JSP can communicate without having to cr...
asked by 17.06.2016 / 00:13
1
answer

Enable CORS on Jax rs (resteasy)

I am developing an example of a rest api using jax rs and get to the point of having to add support for CORS and be able to consume it from an app in React, the other day publish the REST API in an online server and when React consumption locall...
asked by 05.11.2018 / 20:21
1
answer

How to share or send objects from one war to another war using JSP and Wildfly 10?

I currently have a User object which I believe in War1 and I want that when I call War2 I can get that same object in War2. The applications must be in different EARs for this reason I can not pass the object per session. How else can I pass...
asked by 16.06.2016 / 05:37
1
answer

How to execute a very heavy process exposed as REST from wildfly?

I have a process that processes an input file, uses 100% of the processor (uses the 16 cores), and 8 GB of RAM. I currently run it directly from the console. But I need to call this process from a REST service. The service must be asynchronous,...
asked by 05.06.2017 / 03:05
1
answer

Mapped Diagnostic Context (MDC) with logger SLF4J in jboss / wildfly 10 is cleared

I set up my web application to use an MDC like this: MDC.put("cliente", "TEST"); org.slf4j.MDC.put("cliente2", "TEST2"); Inside the start class for the REST service javax.ws.rs.core.Application import org.jboss.logging.MDC; @Ap...
asked by 02.03.2018 / 01:44
1
answer

Eclipse marks an error in the project browser, but it works ok

I just updated Eclipse Oxigen to Eclipse Java EE IDE for Web Developers. Version: Oxygen.3 Release (4.7.3) From there, a project that had no errors, is indicated in the project browser with an error mark, but only at the root, there is no other...
asked by 03.04.2018 / 13:44