Questions tagged as 'jboss'

1
answer

Can you block external access in an application?

Is it possible to block a system that is accessing from outside? I have a login system and users are using PHP Curl to load the entire page in their environment. I'm using Java + Jboss.     
asked by 25.11.2015 / 19:14
0
answers

Problem with java.util.NoSuchElementException

Error:    java.util.NoSuchElementException: No child 'runtime-name' exists I would like some advice on this message that is coming up in my application ... the error is above.     
asked by 27.11.2015 / 15:33
1
answer

Maven settings.xml file not found

I'm following the following article: JBOSS / WILDFLY maven plugin for deploy LOCALHOST / REMOTE server . I want to implement this in the project I have here to do continuous integration, testing using Maven, however I can not find this fold...
asked by 25.03.2016 / 01:27
0
answers

Spring Security with JBoss causes 'Circular view path ...' error, what's wrong?

In an attempt to get Spring Security running with JBoss, based on the GS-Security-WEB example, I'm getting the following message when entering the URLs available for testing: LogOutput12:40:16,051 INFO [org.jboss.as.server.deployment] (MSC s...
asked by 04.06.2015 / 18:40
0
answers

Problems in JSP using JSTL and JBOSS

I made a Hello World to test the application but the JSP page is not being rendered. Only the source code for the page appears. Is there any extra configuration? I've even put all the dependencies in my POM.xml.     
asked by 13.05.2015 / 05:08
0
answers

Doubt with JMS in Java and implementation

I need to make a simple publisher / subscriber in JMS, but I am full of doubts about the operation since I do not have much notion of architecture and implementation in Java. I understand the operation can be done as follows: Configure th...
asked by 09.02.2015 / 22:07
0
answers

exception in InitialContext jboss

Hello, I'm developing a java project with jboss. I made the following code: connectionFactoryLookupAddress = new String("jms/RemoteConnectionFactory"); destinationLookupAddress = new String("jms/topic/mC"); environment = new Properties(); e...
asked by 22.11.2014 / 13:06
1
answer

JBoss for during JSF 1.2 initialization after project conversion to Maven

I have a project running perfectly on JBoss AS 5.1 , however this same project was not designed using Maven . This means that the dependency management process is still manual and build is done by Ant. The project is not very large and do...
asked by 19.03.2014 / 19:42
0
answers

How to host AeroGear?

How to host AeroGear, to create a push notification service. I already have a host for a small project, and I would like to know if someone has already used or uses AeroGear and can guide how I can host this service. Thank you.     
asked by 13.11.2014 / 17:22
1
answer

Connection is not associated with a managed

One of our systems is displaying the error below: Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6@437f90c8 This error has happened a lot, but we can not figure out why. Search...
asked by 21.05.2016 / 16:14