Questions tagged as 'jboss'

1
answer

What dependencies do I need to add to Glassfish folders?

Talk about it! I'm using the Hibernate framework in my JSF project. On the computer I'm developing it's all right, running though, when I try to deploy to the glassfish server on another machine it starts giving some errors saying that the cl...
asked by 06.12.2015 / 17:30
0
answers

Spring Security Example Does not work in Jboss, what should be done to match the example?

Continuing my studies on using Spring Security and Servelet 3.0 I'm trying to follow the examples suggested in the tutorial Hello MVC - Running the insecure MVC Application , however such examples are to run on < but I need the tests to work...
asked by 08.07.2015 / 16:46
2
answers

JSP Dynamic Change in JBoss AS 7.1

Hello. As far as I'm working with JSP I find it very bad to have to pause and start the application every time you need to see a change. Do you have any way to update page changes without doing all of this?     
asked by 24.07.2014 / 19:25
2
answers

problem with daylight saving time and java applications on ubuntu server 16.04

This weekend we had the switch to DST here in my area, I have some machines running ubuntu server 16.04 with java applications. All of them with JBOSS , POSTGRES for one application and one with GLASSFISH , MYSQL . If I type the com...
asked by 18.10.2017 / 16:49
2
answers

How to configure MySQL in CloudBees

I need to configure MySQL in CloudBees, how can I do this? Can anyone help me configure this connection for use in JBoss?     
asked by 28.02.2014 / 02:36
1
answer

How to log in with slf4j from within a jboss module?

How can I log in to 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); private boolean done = false;...
asked by 19.10.2015 / 23:29
1
answer

Wildfly - "Netty 'connector not found in main configuration file"

I added a connection factory in the file standalone-full of Wildfly .: <jms-connection-factories> <connection-factory name="K19Factory"> <connectors> <connector-ref connector-name="net...
asked by 30.05.2015 / 23:14
1
answer

Alternative methods for storing in Application Server

Good Afternoon Personal, I would like some suggestions for alternative ways of accessing data on an application server, more specifically a JBoss 6. It occurred that I have an application hosted on a JBoss 6 and I need from time to time to retri...
asked by 17.09.2014 / 21:48
1
answer

Error installing Jboss forge

I'm trying to install forge on my machine (windows 10) via prompt. however when executing the command:    C: \ Users \ Leonardo \ Desktop \ forge-distribution-2.20.1.Final-offline \ forge-distribution-2.20.1.Final \ bin \ forge T...
asked by 29.11.2015 / 19:11
1
answer

Webservice consumed via servlet error 500 JBoss AS 7

Talk, guys! I have a project, which I decided to split in two: a core and a web. The core uses CDI with all persistence and business rules, exposing its functionality via REST and JSon webservices. Already the web project is just the html, wi...
asked by 23.05.2015 / 03:06