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

Callback time of an remote ejb request to a wildfly server

I've created an remote ejb bean for an application of mine that runs on a wildfly server. Both, the server and the client that connects to the server, run on the same machine (my local computer). Now I've seen observed, that from the beginning of…
biro
  • 213
  • 2
  • 8
0
votes
1 answer

Send Message to Wildfly 8.2 on Different Server than Sender

What I'm trying to do is send a message to a Queue on Wildly 8.2 which is situated on a different server than the one i am send the message from. [QueueSend] --> [Wildfly 8.2] Widlfy is setup using the http-connector. The code i am using is a…
Waddas
  • 1,353
  • 2
  • 16
  • 28
0
votes
1 answer

No authentication mechanisms supported by both server and client

Authentication failed; nested exception is javax.mail.AuthenticationFailedException: No authentication mechanisms supported by both server and client: org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is…
0
votes
1 answer

Wildfly 8.2 How run a disable port

This is my first post on stackoverlow, and hi colleague’s! I have problem with wildfly 8.2, my server not run a remoting port. Maybe your know, howi I can start a remoting port for JMS ? This is my configuration file:
lscp
  • 1
  • 1
0
votes
0 answers

nullpointerexception when persisting bean

i use wildfly 8.2, javaee 7 and H2 database. When I try to persist or merge an entity, I got NPE. Below are my classes. Do you know why? @Entity public class Patient implements Serializable { @Id @GeneratedValue(strategy =…
Andy
  • 77
  • 1
  • 12
0
votes
0 answers

How to copy project target folder to destination location using maven-dependency-plugin

I am migrating my application from JBoss 6 AS to Wildfly 8 AS. As a part of hard deploy, jboss-maven-plugin was employed. org.codehaus.mojo jboss-maven-plugin
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
1 answer

JMXKernelMBean not available in wildfly 8 for shutting down server

My application running in JBoss 6 AS contains a below code snippet related to shutting down of JBoss server. Now, am migrating to Wildfly 8 AS and could not find a module or api within Wildfly AS to find the class JMXKernelMBean.…
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
1 answer

where does wildfly store jdbc driver jar file?

I'm using wildfly 8.2. I registered the sqlite driver and created a datasource for it already. It's connected fine and I can see it in the standalone.xml. But when I search under the "wildfly-8.2.0.Final" directory, I can't find the…
Andy
  • 77
  • 1
  • 12
0
votes
1 answer

Wildfly 8 not starting in windows 7 32 bit

I am starting to start Wildfly AS 8.2.0 on a Windows 7 32 bit machine but get the following error: 19:59:01,582 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.remoting.endpoint.management:…
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
2 answers

TimerService EJB initialize multiple times

In one hand I've a CronScheduler class which is meant to starts once per application an configure a TimerService. In the other hand I've a heavy task (annotated as @EJB) which I want to call in the @timeout of the timer. Note that in the timer, I…
Manu Artero
  • 9,238
  • 6
  • 58
  • 73
0
votes
0 answers

JSF @managedBean annotation with J Boss 8 (Wildfly)

I am developing a JSF (2.2) application and using Icefaces 4.0. During development with the myEclipse IDE I have been using the integrated Tomcat 7 server to test my application. However, when the application is ready for production purposes, the…
LiamWilson94
  • 458
  • 2
  • 7
  • 26
0
votes
1 answer

Sending instantaneous JMS messages, representing progress of processing

I'm using a JMS topic (with non-durable subscribers) to report the progress of server-side processing to the clients. The application server itself is WildFly 8.2, the client(s) is a JavaFX application. At every specific milestone (let's say: every…
austurist
  • 124
  • 8
0
votes
0 answers

Jenkins Deploy Plugin to Wildfly 8.x resulting in Connection Time Out

I am trying to deploy a WAR file on CentOS 7 from Jenkins to Wildfly 8.2.0 Final using version 1.11-SNAPSHOT (I built it from the fork) of the Deploy Plugin (version 1.10 does not have support for Wildfly and has issues if you select JBoss AS 7.x).…
0
votes
1 answer

No JQPL entity name - database table name mismatch, but it also says The abstract schema type 'Movie' is unknown

I want to build a simple web application using Spring, Eclipselink and MySQL, running on Wildfly 8.2. I want to run a simple query, but I'm keep getting this error: 13:47:37,144 ERROR [io.undertow.request] (default task-9) UT005023: Exception…
LordScone
  • 3,207
  • 2
  • 18
  • 24
0
votes
1 answer

Wildfly database form-login module failure in production

For a while I developed my Wildfly 8.1 web application on localhost (Windows 8.1) and wanted to deploy to my Ubuntu Server to Wildfly 8.2. Local form login works with a ManagedBean, but on my production server it fails. Why? Database connection…
feder
  • 1,849
  • 2
  • 25
  • 43