Questions tagged as 'jboss'

4
answers

Doubts about J2EE [closed]

I am learning to work on the J2EE platform, and a series of questions have arisen, I would like a less technical response than in the documentation Oracle offers. As a development environment selection I am using NetBeans , for its man...
asked by 02.11.2016 / 13:44
1
answer

No seam.quartz.properties file. Using in-memory job store

When you launch a project
asked by 18.12.2015 / 21:13
2
answers

In which cases to use application server in Java [closed]

What functionality does a Java application server offer, such as JBoss, in front of a Web server such as Tomcat? What should I take into account when choosing one option over the other?     
asked by 20.03.2017 / 14:12
1
answer

Exception java.lang.NumberFormatException when trying a ".size" inside an EL

I'm having an Exception in the following code inside a jsp: <c:if test="${usuarios.size gt 10}"> users is a ArrayList that objects. users is not empty because in the same jsp, above, I run it correctly without problems....
asked by 09.11.2016 / 20:33
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
0
answers

error The user specified as to define ('root' @ '%') does not exist

I'm calling a procedure from a page, every time I call it I get this error in console 09:34:08,942 INFO [stdout] (http-localhost/127.0.0.1:8080-3) 20/04/2017 09:34:08.941 INFO projectX:ReportRankingPointsMB:searchReport:86 - [UserId: 210] s...
asked by 20.04.2017 / 17:37
0
answers

s: submit does not work when migrating struts2 version 2.2.1.1 to 2.3.16.1

My problem is that an application made in struts2 2.2.1.1 in Jboss5 was migrated to a version of struts2 2.3.16.1 and with jboss6, when making the necessary configurations, I managed to make the application work almost in its entirety, my only o...
asked by 04.04.2017 / 01:55
1
answer

Problems accessing Wildfly server 8

I have a web application which I use a Wildfly 8 server to distribute. Accessing the application from the server, I mean, localhost, recognizes me without problem and raises the application, but when I try to access from a PC connected to the ne...
asked by 08.05.2017 / 21:18
1
answer

How to send headers from php to web service SOAP in java?

From my xampp server I consume a SOAP web service that is on a JBOSS server. When I use it I get the user and password parameters for authentication, but I send another parameter as a header and it does not arrive. If I consume the web service u...
asked by 05.12.2016 / 17:07
1
answer

JBoss AS 7 CLI can not connect

I was thinking about making some configurations to my Jboss AS 7.1.1 , so I started the server using the command: C:\jboss-as-7.1.1.Final\bin\standalone.bat -b 0.0.0.0 and started without problems. I tried to connect to the command...
asked by 19.02.2016 / 23:51