Questions tagged as 'jboss'

1
answer

What programming should be done to use Spring Security with Jboss with annotations?

As per requirements of a project that is in the research phase, I need a large distributed system to work properly with Spring, right now I'm having a hard time integrating Spring Security 3.2 with JBoss EAP 6.3. It's a bit difficult to defin...
asked by 08.06.2015 / 21:12
0
answers

Enterprise Application Project problem with dependencies

I'm having trouble with an Enterprise Application Project. I'm using the wildfly-8.0.0.Beta1 server. The structure of my project is as follows: IhavealreadyputtheEJBProjectasadependencyintheWebProject. However I get the following war...
asked by 19.11.2014 / 11:34
2
answers

JPA, Oracle and Handling Exceptions

I'm 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 public class AuthUserRepository { publi...
asked by 19.05.2014 / 22:14
2
answers

Java ScheduleExpression

I am developing a Nobreaks Monitoring Software, I am using ScheduleExpression that runs every 5 seconds, it follows code: @PostConstruct public void agendarMonitoramento(){ System.out.println("=====================================...
asked by 17.11.2014 / 13:24
1
answer

Performace in native query

Good morning, I'm on a project where I have to build charts based on queries made in a Postgres database. This bank has a BI framework and the tables have an average 40 million lines . The queries I'm supposed to make at the bank are be...
asked by 01.08.2016 / 15:16
3
answers

Demoiselle Error while deploying to JBoss

When trying to deploy the demo application, from the Demoiselle tutorials in JBoss, I get the following error: 11:34:16,873 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC00001: Failed to start service jboss.persistenceunit."in...
asked by 05.03.2015 / 15:40
1
answer

If 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 default settings from "factory". On this server I squeeze 4 simple web applications. These applications use some similar libs as: Spring Framework; Pr...
asked by 13.05.2014 / 22:04
1
answer

@RequiredRole with BaseCertLoginModule

My system authenticates the client (it's a web service) through BaseCertLoginModule , a JBoss class based on the JaaS specification. In fact my project extends this class, and this extension is called upon every request to decide whether t...
asked by 07.07.2015 / 16:28
1
answer

Competition problem in java web application

Good evening guys, See the following code: Controller @WebServlet("/testConcurrency") public class TestConcurrency extends HttpServlet { private static final long serialVersionUID = -6124392524678396101L; @EJB(name="bs/UsuarioBS...
asked by 21.09.2014 / 02:26
0
answers

Emoji JavaEE JSF JBOSS ORACLE

I have a WEB System and have been asked to put emoticons for sending e-mail. I had some problems with the database encoding that is Oracle and the NLS_CHARACTERSET was set to WE8MSWIN1252 . In order to not change the structure of...
asked by 05.11.2018 / 19:11