Most voted "jboss" questions
Jboss Application Server (Jboss AS) is a Java EE application container, open source (Open-Source) and free (Free-Software)
Learn more…106 questions
Sort by count of
-
13
votes1
answer1179
viewsAuto Deploy after Git Push
I use daily the Openshift to create and host applications in the clouds. One interesting thing I observe is as to the process of deploy applications hosted on this platform. deploy is preceded by…
-
12
votes1
answer2480
viewsDifferences between Java application servers
I would like to know the main differences between Glassfish, Jboss and Apache Tomcat application servers. Is there any specific aspect I should check before choosing one to start development? Are…
-
9
votes2
answers1058
viewsHow to configure HTTP authentication with Jboss?
I would like to protect my entire site with user and password, I saw that it is possible to do this using HTTP authentication, but I would like to know how to do this in Jboss.
-
7
votes1
answer2924
views -
6
votes1
answer694
viewsDivision of the EJB Project
I have an EJB project, to implement the system the project needs to be divided into 3. The Database on a machine The User Interface on another host And the EJB(Services) in another But the whole…
-
6
votes3
answers10207
viewsWhat is the JBOSS?
I’m reading a book about distributed applications and he occasionally references Jboss. I would like to know what it consists of and its usefulness?
-
5
votes1
answer155
viewsHow to modify/evolve a distributed Infinispan cache "hot" without losing entries?
Context I have a cluster with some nodes of the Jboss EAP 6.4. Applications in this node cluster share a cache embedded mode infinispan with UDP synchronous distribution (Jgroups):…
-
4
votes2
answers6870
viewsJboss - "Unable to get Managed Connection for java:/Appds"
The following exceptions are occurring in my application: 10:52:34,506 ERROR [br.com.app.dao.NotificacaoDAO] (http--0.0.0.0-8080-77) java.sql.SQLException: javax.resource.ResourceException:…
-
4
votes1
answer121
viewsPossible causes for a Session Leak
Through a monitoring tool, I am noting that my application has a considerable user session Leak. Every day, about a thousand user sessions are created, without any being destroyed. To take sessions…
-
4
votes0
answers149
viewsEnterprise Application Project dependency problem
I’m having trouble with a java project ee. (Enterprise Application Project). I’m using wildfly-8.0.0.Beta1 server. The structure of my project is as follows:: I already put the EJB Project in the…
-
4
votes1
answer112
viewsThread execution - Java EE - Jboss
I have a web application using Jboss EAP, JSF, CDI, EJB and need to start a thread whenever Jboss starts. The thread belongs to the Tinyradius package that implements a Radius server. How can I…
-
4
votes1
answer359
viewsWhat programming should be done to use Spring Security with Jboss with annotations?
According to requirements of a project that is in the research phase, I need a large distributed system to work properly with Spring, at the moment I am having a lot of difficulties in integrating…
-
4
votes0
answers148
views -
3
votes1
answer634
viewsIf I use "provided" libs on the application server (wildfly), do I gain performance?
imagine the following scenario. I have a Wildfly 8.0.0 application server running with settings default from "factory". On this server I run 4 simple web applications. These applications use some…
-
3
votes2
answers1252
viewsJPA, Oracle and Exception Handling
I am using vraptor 4, JPA and Oracle. But when an exception occurs during persistence the error code that Oracle generates is not coming along with Exeption. This is the Repository @Repository…
-
3
votes1
answer220
viewsCompetition problem in java web application
Good evening, everyone, See the following code: Controller @WebServlet("/testConcurrency") public class TestConcurrency extends HttpServlet { private static final long serialVersionUID =…
-
3
votes0
answers385
viewsExample of Spring Security Does not work in Jboss, what should be done to make the example compatible?
Continuing my studies in the use of Spring Security and Servelet 3.0 I am trying to follow the suggested examples in the tutorial Hello MVC - Running the insecure MVC Application, but such examples…
-
3
votes2
answers649
viewsJava Scheduleexpression
I’m developing a Nobreaks Supervising Software, I’m using the ScheduleExpression which runs every 5 seconds, followed by code: @PostConstruct public void agendarMonitoramento(){…
-
3
votes1
answer87
viewsWhat dependencies do I need to add to the Glassfish folders?
Fala galera! I am using the Hibernate framework in my JSF project. On the computer I’m developing is all right, running though, when I try to deploy on the glassfish server on another machine starts…
-
3
votes3
answers375
viewsDemoiselle Error deploying to Jboss
When trying to deploy the example application, registration, of the Demoiselle tutorials in Jboss, I got the following error: 11:34:16,873 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7)…
-
3
votes1
answer1128
viewsHow to automatically create specific files via Maven to deploy from each container?
I am working on a rather complex JEE project, which involves the possibility of deploying the application to each client in a different container. In my development environment I use Jboss, but the…
-
3
votes1
answer119
views@Requiredrole with Basecertloginmodule
My system authenticates the client (it’s a web service) through the BaseCertLoginModule, a class of Jboss based on the Jaas specification. In fact my project extends this class, and this extension…
-
3
votes1
answer384
views -
3
votes1
answer597
viewsHow to consume a message from a remote MQ queue using MDB on Jboss servers
I have an EJB class that writes a message in a JMS queue and would like to consume this message from a Messagedrivenbean (MDB) installed on another server. My class successfully writes in the JMS…
-
2
votes2
answers129
viewsHow to set up Mysql in Cloudbees
I need to set up Mysql on Cloudbees, how can I do this? Someone who has already done this can help me set up this connection to be used on Jboss?
-
2
votes2
answers465
viewsJSP Dynamic Change in Jboss AS 7.1
Hello. When working with JSP I find it very bad to have to pause and start the application every time I need to see a change. Have any way to update page changes without doing all this?…
-
2
votes1
answer178
viewsAlternative Methods for Application Server Storage
Good Afternoon Staff, I would like some suggestions for alternative ways of accessing data on an application server, more specifically a Jboss 6. It happened that I have an application hosted in a…
-
2
votes0
answers167
viewsDoubt migration JSF 2.1 to JSF 2.2
I migrated my application from JBoss AS 7.1.1 to the Wildfly 8.2 and JSF 2.1 for JSF 2.2. Also use Hibernate 4.3.7, JPA 2.1 and PostgreSQL. I am being able to access my application normally, but…
-
2
votes1
answer206
viewsWebservice consumed via Servlet error 500 Jboss AS 7
Talk, you guys! I have a project, which I decided to divide in two: a core and a web. The core uses CDI with all rules of persistence and business, exposing its functionality via REST and Json…
-
2
votes0
answers244
viewsConvert docx file to pdf without losing formatting?
I am converting a docx to pdf file using the Docx4j API, but I am finding it difficult to maintain the original formatting of the text after performing the conversion. Dependencies: <!-- docx4j…
-
2
votes1
answer588
viewsWildfly - "Netty connector not found in main configuration file"
I added a connection factory to the file standalone-full of Wildfly.: <jms-connection-factories> <connection-factory name="K19Factory"> <connectors> <connector-ref…
-
2
votes0
answers635
viewsHow to fix encoding problems on a web application page?
I am developing a JAVA application with the Spring framework v3.1.0, however, when trying to access a page shows error of encoding: Evolu㧠How to solve this problem? I found several ways, but none…
-
2
votes1
answer155
viewsHow to log in with slf4j from inside a jboss module?
How can I log into the console / server.log from within a jboss module? Let’s say I have a class: public class MyClass { private static final Logger logger = LoggerFactory.getLogger(MyClass.class);…
-
2
votes0
answers73
viewsProject error downloaded from github with Jboss 7.1.1
I downloaded a project from github (fj25-financas-web project - Caelum) and added this project to Jboss 7.1.1. When running, these errors occur: 16:07:15,515 ERROR [org.jboss.msc.service.fail] (MSC…
-
2
votes1
answer508
viewsError installing Jboss Forge
I’m trying to install the forge in my machine (windows 10) via prompt. but when executing the command: C: Users Leonardo Desktop Forge-Distribution-2.20. 1.Final-offline Forge-Distribution-2.20.…
-
2
votes0
answers458
viewsConfigure jboss to request digital customer certificate
I am making a web application using jboss EAP 6.1. As one of the requirements, the system must perform user authentication via digital certificate. For this I have properly configured jboss to run…
-
2
votes0
answers185
viewsWhy does the jboss server crash and not run with the standalone.bat command?
I am trying to configure Jboss and I have already researched in several places my problem. But I still can’t solve it. I changed the default http port in the file…
-
2
votes2
answers1184
viewsproblem with daylight saving time and java applications on Ubuntu server 16.04
This weekend we had the change to summer time here in my region, I have some machines running Ubuntu server 16.04 with java applications. All of them with JBOSS, POSTGRES for one application and…
-
2
votes0
answers29
viewsAnalyze Java Application Performance
I wonder if there are applications for monitoring transactions for an application made in JSF (JBOSS Server) with SQL Server database. Application is quite slow and this may be due to…
-
1
votes2
answers441
viewsError installing a War in jboss eap 6.2 with myfaces jsf 1.1
The error below occurs when installing the application to jboss. I know it is due to jboss having a javaserver faces implementation. 11:15:04,601 INFO [org.apache.catalina.core] (ServerService…
-
1
votes3
answers490
viewsWhy not use an Application Container like Jboss when using Spring?
Whenever the use of Spring is discussed together with Jboss or other container, professionals tend to question why use a container of JEE applications. So I ask myself, why not use it? Would it be…
-
1
votes1
answer67
viewsRun unit tests with dependencies that are in the exclusions group
I have a scenario where I need to run a test with Junit in a feature that has an external dependency, but to run this functionality on the application server I need to put this external dependency…
-
1
votes0
answers257
viewsJboss7 - JBAS015801: Invalid option
Hello, does anyone know how I can solve this problem? I already installed Avast and solved the "virus" problem on my machine, but now I can’t start Jboss. 14:31:07,232 INFORMAÇÕES…
-
1
votes2
answers288
viewsHow to block external requests in Jboss?
How to block an external application from accessing my web application? Are there any way to block this?
-
1
votes1
answer1251
views(Eclipse) Jboss never starts
I’m having trouble trying to get Jboss to run on the Eclipse self. I installed Jbossastools, downloaded the latest version of Jboss, and did the standard installation procedure of new server in…
-
1
votes0
answers270
viewsLibrary problems on the Jboss server
I’m having a strange problem, my application works perfectly in Netbeans but when climbing to the server the same is giving error, says that it does not find some libraries. I found it very strange…
-
1
votes0
answers165
viewsJboss Error 09:51:36,559 INFO** [Server] Jboss (MX Microkernel)
I am trying to run application using Jboss 4.2, but when I try to start it, I have the following information on the console and do not leave it. 10:42:39,847 INFO [Server] Starting JBoss (MX…
-
1
votes0
answers301
viewsDisable caching in Wildfly navigation
Hello, I am using Vraptor 4 with Wildfly 9, and I noticed that in my localhost browsing, every refresh or browsing among other pages, the HTML content is normally reloaded. However, when I am making…
-
1
votes0
answers167
viewsHow does the Spring JSF integration work, and how does the Internalresourceviewresolver Filter participate, and how should it be configured for your integration?
I am studying to start a project of a distributed Web system, which will have simple interfaces in some contexts, but others will require an interface structure that will make it necessary to adopt…
-
1
votes1
answer943
viewsWildfly - External access configuration
I’m setting up to unlock Wildfly’s doors and I found these two ways. I couldn’t find the difference between the two, if there is one. What is the difference between the two settings:…