Questions tagged [wildfly-8]

WildFly 8 is a release in a series of JBoss open-source application server offerings and an implementation of the Java Enterprise Edition 7 Platform specifications.

About

WildFly 8 was the first release of JBoss open-source application server offerings to bear the brand "WildFly". WildFly 8 is designed to be an exceptionally fast, lightweight and powerful implementation of the Java Enterprise Edition 7 Platform specifications. The state-of-the-art architecture built on the Modular Service Container enables services on-demand when your application requires them.

Links

1036 questions
1
vote
2 answers

Exclude hibernate-validator module in Wildfly 8.2.1

I'm attempting to deploy the packager-01 EAR from https://github.com/dewthefifth/java-examples/tree/master/multi-ear-jms on Wildfly 8.2.1, and am receiving the following error because Wildfly is insisting on loading the hibernate-validator module…
dew_the_fifth
  • 131
  • 1
  • 9
1
vote
2 answers

CoAP and MQTT support in Wildfly 8.0.0.Final

We have an enterprise solution deployed on Wildfly 8.0.0 server, we intend to support CoAP and MQTT also as communication protocol. We explored extensively but we couldn't find even any oblique reference to our problem case. Is it possible to add…
Chaitan Yadav
  • 105
  • 10
1
vote
1 answer

why wildfly server is asking me to add users even after adding user?

mngmt-users.properties file. The users are added in the file but when I try to run the localhost it says it's running then if I try to view the admin console it is redirecting to http://localhost:9990/error/index_win.html. That tells the server is…
1
vote
2 answers

Unable to perform JNDI lookup in WebLogic 12 server from JBoss Wildfly 8

I am trying to put a message in JMS queue in WebLogic server. My application is running in Wildfly 8 AS. I have written the code for the JNDI lookup and then putting message in JMS queue. I am using the following code for initializing the…
Anirban
  • 925
  • 4
  • 24
  • 54
1
vote
4 answers

How to get an Initial Contex from Wildfly 8

ADDED 7/23. Many views: Not even a "that's dumb" question in response. Can anyone at least tell me why such an embarrassingly trivial question seems to have no answer anywhere. Q: --- Have Wildfly 8 running on local machine localhost:9990. ---…
George
  • 509
  • 2
  • 9
  • 25
1
vote
1 answer

Import signed certificates into wildfly8 issued by Entrust

I've created CSR using keystore file, which is created on my local system. Once I've received CertificateBundle2.crt & ServerCertificate.crt from CA i.e. Entrust. I'll be using Wildfly 8 as application server. I followed…
Vish
  • 346
  • 3
  • 11
1
vote
1 answer

Could not load Logmanager "org.jboss.logmanager.LogManager" java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager

I am using Visualvm tool and trying to establish remote connection through jmx. I need to connect to my remote server which is ubuntu 14.04. My web application is running on Docker and jboss/wildfly is running on docker. Below is the…
User123
  • 147
  • 3
  • 13
1
vote
1 answer

ServletPath changes from RESTEasy 3.0.10.Final to 3.0.23.Final

I've upgraded my Wildfly 8.2.1.Final with a new version of RESTEasy to be able to use SNI support (not available in 3.0.10.Final version). So I copied the resteasy-jboss-modules-3.0.23.Final content in my /wildfly/modules/system/layers/base…
ElArbi
  • 1,145
  • 3
  • 13
  • 22
1
vote
0 answers

How to set http basic authentication in JAX RS SOAP Client Web Service Hosted on Wildfly

I have a small rest based web service, hosted on wildfly 8, that tries to use another SOAP based web service with basic Http authentication. Here are some of the ways I wrote the driver code. Attempt 1 - JAX WS Binding Provider signImplService…
CaRtY5532
  • 99
  • 1
  • 8
1
vote
1 answer

RESTEasy (jax-rs), multiple packages declaration in web.xml?

How to declare multiple packages in the web.xml for the RESTEasy jax-rs provider? If I have:
1
vote
0 answers

wildfly database pools are being filled in

I have some application running on wildfly 8.2.1 and every days database pools are being filled in
1
vote
0 answers

Migration from wildfly8 to wildfly10 with backward compatibility

I faced with a such error during deploying my ear on wildfly 10: org.jboss.weld.exceptions.DeploymentException: WELD-001409: Ambiguous dependencies for type SomeServices with qualifiers @Default at injection point [BackedAnnotatedField] @Inject…
mystdeim
  • 4,802
  • 11
  • 49
  • 77
1
vote
1 answer

wildfly 8.2.1 + spring mvc + spring-websocket (simple-broker) + sockjs + stomp

I have a problem with websocket specifically with SimpMessagingTemplate and simple-broker that provide spring (version 4.3.4.RELEASE). I send to user message in class: @Autowired SimpMessagingTemplate simpMessagingTemplate; public void…
1
vote
1 answer

Make WildFly stall all connections while an application is being deployed

While an application is being deployed, WildFly returns 404 to any HTTP request. Is it instead possible to instruct WildFly to wait until the deployment is complete, and only then process all the connections? I.e. current behavior: GET…
user319799
1
vote
0 answers

Wildfly 8, calling EJB from remote client, getting Invalid User

I'm using htmlunit to do some browser testing of my application. As part of that, I'd like to compare the contents of the screen to what the apps service layer returns. I'm using Wildfly 8, Java 7, and annotations. I'm running htmlunit through…
Gary Kephart
  • 4,860
  • 5
  • 39
  • 52