Questions tagged [wildfly-9]

WildFly, formerly known as JBoss AS, or simply JBoss, is an application server authored by JBoss, now developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.

279 questions
0
votes
0 answers

HornetQ implementation on Wildfly 9

I am migrating my jboss from 4.0.5 to Wildfly9, Technology : Wildfly 9 My application is deployed on localhost But when I try to create connection using following code, import java.util.Map; import…
Alpesh Jikadra
  • 1,692
  • 3
  • 18
  • 38
0
votes
0 answers

AttributeConverter fails after publishing to wildfly 9.0.2

I have an entity: import java.io.Serializable; import java.security.SecureRandom; import java.time.LocalDateTime; import java.util.ArrayList; import java.util.List; import java.util.Random; import javax.persistence.CascadeType; import…
pablo.vix
  • 2,103
  • 2
  • 15
  • 12
0
votes
1 answer

Wildfly 9.0.1-Final & per-deploy logging

I am trying to make per-deployment logging work. I have war archive with logging.properties in WEB-INF/ with contents: ru.home.level=FINEST And in servlet I do: protected Logger log = Logger.getLogger("ru.home.Something"); @Override …
user3070377
  • 441
  • 4
  • 10
0
votes
1 answer

Wildfly returns cached values for http request when deploying from war file

I have a problem with my Java Web Start application. I have an JavaEE Application running in a Wildfly 9 container. I pass a property-file to the Web Start application which contains an URL to a csv file and an url to an template file. When I run…
Arthur Welsch
  • 269
  • 2
  • 15
0
votes
1 answer

Arquillian WildFly 9 remote debugger

I want to run some tests against Java EE 7 components. I read a bit about Arquillian it seems to be well suited for this kind of problems. I have a problem with configuration though. I managed to get it running on embeded GlassFish, managed WildFly…
0
votes
3 answers

Stateless remote bean injected via @Resource only providing single instance

I'm running a web application that has front-end (JSF, CDI) and back-end(EJB,Hibernate) parts of application, each on separate WildFly 9.0.1.Final AS. Front-end communicates with back-end through Remote EJB Client by JNDI names. Some front-end…
ptrdom
  • 100
  • 9
-1
votes
1 answer

Running Wildfly in Eclipse Mars causing an error

23:26:11,838 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([ ("subsystem" => "ejb3"), ("service" => "remote") ]) - failure description: {"WFLYCTL0180:…
puneeth s
  • 11
  • 1
  • 6
-3
votes
1 answer

jboss_cli active sessions details

I am pretty new to jboss and am wondering if we can get the details about the active sessions on a deployment. For count its possible via /deployment=DEPLOYMENT.war/subsystem=undertow/:read-attribute(name=active-sessions) But I am looking into if I…
sunnyb
  • 15
  • 3
-3
votes
1 answer

Remote Deploy Java EE to Linux Wildfly Server

I had completed my java ee application with postgres on my Windows development machine. Now, I would like to deploy it to CentOS linux. However, the concept wasn't as straight forward as I think. I had to export my project as .war file, then install…
VHanded
  • 2,079
  • 4
  • 30
  • 55
1 2 3
18
19