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
1 answer

Trying to trigger JMX Mbean functions from command line

My application is running on Wildfly-8.0.1. Currently, I am able to trigger MBean methods through JConsole using service:jmx:http-remoting-jmx://localhost:9990. I want to write some script to trigger those commands but I didn't find a supporting…
Suresh Namala
  • 306
  • 4
  • 14
1
vote
2 answers

Deploying spring-boot application to WildFly 8 causes container logs to be redirected

I'm trying to deploy a spring-boot application using logback to an existing WildFly 8 container, but as soon as the application has deployed all the container logs stop being written to server.log and end up being captured by the application logs.…
Chris Cooper
  • 869
  • 2
  • 18
  • 42
1
vote
0 answers

Modify java.library.path for wildfly 8.2.0

I have a set of dlls which need to be there in java.library.path for Wildfly 8.2.0. My problem is, there are some older versions of same DLLs present in system32 (Windows system folder). Whenever I try to start Wildfly (by using standalone.bat), it…
keenUser
  • 1,279
  • 3
  • 16
  • 33
1
vote
1 answer

Not able to add new ajax behavior to primefaces datatable dynamically when it already have listeners added in xhtml

I'm using primefaces-6.0, mojarra-2.2.12 and wildfly-8.2. My goal is to add columnresize listener to datatable dynamically using prerenderview listener. This solution is working fine when there no ajax listener is attached previously. But if the…
Raj Kumar
  • 347
  • 3
  • 11
1
vote
2 answers

Osgi runtime environment in Wildfly 8.0.0

We have a running application on Wildfly 8.0.0 Final , we intend to port this application to osgi runtime for modularity benefits and lowering the footprint of application(Wildfly+application size). But Redhat have stopped supporting OSGi in Wildfly…
Chaitan Yadav
  • 105
  • 10
1
vote
1 answer

How to import SSL into WildFly

I have used the WildFly 8.2.0 for changing from HTTP to HTTPS for an application using the procedure given in the following link: Wildfly 9 http to https After following the above step I am able to log in to the application using HTTPS but it…
prajwal
  • 11
  • 1
1
vote
1 answer

Query timeout when calling from different threads

Server receives http request in servlet, from servlet calls method in ejb component. public void ejbMethodVariant1(...) { //calling stored proc ... //calling same stored proc } public void ejbMethodVariant2(...) { //calling stored…
Rustam
  • 1,397
  • 1
  • 13
  • 17
1
vote
0 answers

Wildfly 8 - passing exceptions from server to client

please help to understand following issue: After moving from JBoss to Wildfly 8, if some runtime exception is thrown in the bean, I excpect to receive this exception at client side, but instead I receive IO exception : Client side: Caused by:…
Mari
  • 11
  • 3
1
vote
0 answers

How to deploy war file in root(/) context to Wildfly ver 8.1.0.Final and remove welcome-content

I'm trying to put my application on the root context to wildfly. I put this files jboss-web.xml:
xav56883728
  • 315
  • 1
  • 8
  • 20
1
vote
2 answers

Gracefully shutdown JBoss application

I am looking for an approach to gracefully handle shutdown of JBoss (Wildfly AS 8.2). This would mean that all current requests are served and the webapp stops receiving further requests. I found that this is possible via command line in version 9…
Ankit Rustagi
  • 5,539
  • 12
  • 39
  • 70
1
vote
0 answers

Changing the Default Multicast Address in Wildfly

As described in the doc: Controlling the Default Multicast Address with -u. I changed the default multicast address in my Wildfly server from: standalone.bat -u=230.12.345.67 to placing it inside the config file standalone.xml. I added this to…
jersey-city-ninja
  • 1,038
  • 11
  • 23
1
vote
1 answer

wildfly-8.2.0.Final is not creating proper access-logs

I am using wildfly-8.2.0.Final in that I have made following configuration in the Standalone.xml.
 Standalone.xml  
    

    

        
            
        
Jacob
  • 11
  • 3
1
vote
1 answer

is it possible to deploy different web services of single web application on different ports in WildFly server?

My Problem scenario: I have a single JEE7 web application WAR having RestEasy JAX-RS webservices available (for different type of clients) on two distinctly separate application paths. I am using WildFly-8.2.0.Final for deployment. Everything is…
yayayokoho3
  • 1,209
  • 2
  • 16
  • 40
1
vote
0 answers

Configure SQL Server 2008 with Kie-WB

I've downloaded wildfly 8.2.1 and installed kie-server,kie-wb 6.4 and sqljdbc4-2.0 to it.In wildfly I've configured new datasource also. I can see tables created in my database..but when I am creating any workflow using kie-wb..task information is…
Girish
  • 81
  • 1
  • 10
1
vote
1 answer

Error when I start Junit test using Arquillian for my dao layer

I'm working on an Java EE app using wildfly 8.2 ,I try to make an unit test for my dao layer, but running classTest as JUnit Test it doesn't work with this error: ? java.lang.RuntimeException: Could not create new instance of class…
e2rabi
  • 4,728
  • 9
  • 42
  • 69