Questions tagged [wildfly-10]

WildFly, formerly known as JBoss AS, is an application server developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 7 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.

flexible, lightweight, managed application runtime that helps you build applications in java

932 questions
0
votes
2 answers

Forcing HTTPS redirect on Wildfly 10.0 directs to https://localhost:8443

I am having a very challenging time forcing HTTPS on a Bitnami Ubutnu Wildfly 10 install. The HTTPS works fine (e.g. https://example.com works great) I have tried many different things with no result. Here are some highlights of what I've done: I…
danielc
  • 509
  • 6
  • 19
0
votes
1 answer

Axis1 on Wildlfy

Trying to deploy a war on Wildfly 10.0.0. Final standalone got the following error : java.lang.LinkageError: loader constraint violation: when resolving method "org.apache.axis.description.TypeDesc.setXmlType(Ljavax/xml/namespace/QName;)V" the class…
Egil Saga
  • 43
  • 9
0
votes
1 answer

Using Jprofiler with Wildfly10 on remote machine(Linux)

I need to use jprofiler along with wildfly 10. I want to know how to attach jprofiler while starting wildfly. I tried searching but havent got any related links. Please can someone tell me how to do that.
kirti
  • 4,499
  • 4
  • 31
  • 60
0
votes
2 answers

On OpenShift next-gen, how to specify a Wildfly datasource?

On next-gen OpenShift, how do I get wildfly to use PostgreSQL as my datasource? I've tried setting the environment variables in the wildfly pod so it matches up with the standalone.xml, but that doesn't work as my WAR complains it was unable to…
jdota
  • 11
  • 3
0
votes
1 answer

Path mapping for servlet deployed to Wildfly 10

I made my first attempt to create a servlet and in result there is a problem I cannot solve ;( My entry page, simple hello world, looks this way: @WebServlet("/") public class EntryServlet extends HttpServlet { @Override protected void…
mrok
  • 2,680
  • 3
  • 27
  • 46
0
votes
1 answer

Wildfly 10 - read configuration parameter programmatically

I have this in my standalone.xml:
sinclair
  • 2,812
  • 4
  • 24
  • 53
0
votes
1 answer

Wildfly 10 @Resource Missing/Unavailable Dependencies

From wildfly 10 documentation: For example, the following jms-queue "testQueue" is bound to "java:jboss/exported/jms/queue/test" which means a remote client would look-up this {{kms-queue} using "jms/queue/test". A local client could look it…
bavon
  • 151
  • 2
  • 14
0
votes
1 answer

Infinispan not keep cache in file Wildfly 10

I'm using Infinispan, but when restart my Wildfly not keep the cache in file store @Resource(lookup = "java:jboss/infinispan/container/server") private EmbeddedCacheManager manager; public String test()…
Mise
  • 3,267
  • 1
  • 22
  • 22
0
votes
1 answer

Eclipse Kepler not showing WildFly 9 and 10

Experts,I'm trying to add WildFly 9 and 10 to my Eclipse Kepler (version=4.3.2). After googling, I made Help>Eclipse Marketplace...>JBoss Tools 4.1.2.Final. But, there's neither WildFly 9 nor WildFly 10. Can you please tell me what's missing…
Saria Essid
  • 1,240
  • 1
  • 11
  • 16
0
votes
1 answer

NoClassDefFoundError: com/ibm/wsspi/uow/UOWException

We are migrating from WebSphere 8.0 to WildFly 10.0.0. after compiling the project in eclipse and removing all the reference of IBM WebSphere jars, on deploying the application, I am getting an error that NoClassDefFoundError:…
0
votes
1 answer

Connect JBossEAP 6.4 to Maven Project

This is very basic question, I have Centos 7, I have configured JAVA_HOME and Maven: [nodet@localhost WildFly]$ mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00) Maven home: /data/maven Java…
askeriam
  • 3
  • 3
0
votes
1 answer

how to get upgraded org.jboss.as.jmx:main in WildFly10

I am trying to upgrade my application from JBoss 7 to WildFly10, and I am getting a warning: [0m[33m13:53:36,641 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.mywar.war" is using a private…
kot.filemon
  • 103
  • 1
  • 11
0
votes
1 answer

Sending jms message causes warning

when sending a message through a JMS topic, I often get the following warning: 2016-07-22 14:32:02,418 WARN [org.apache.activemq.artemis.jms.client] (Finalizer) AMQ122000: I''m closing a JMS connection you left open. Please make sure you close all…
0
votes
1 answer

how to run service with WildFly server by wildfly-maven-plugin?

I try to use wildfly-maven-plugin to build example service. The source code is: https://github.com/wildfly/quickstart/tree/10.x/helloworld-html5 I want to simple use the wildfly-maven-plugin in maven pom.xml:
user504909
  • 9,119
  • 12
  • 60
  • 109
0
votes
1 answer

unable to access server in jax-rs through 198.168.x in window 8.1

Hello Everyone I'm having problem in my android application. I have android app install in ubuntu 16.0.4 which work fine in my work pc but when I imports my app in window 8.1. From login it doesnot work. First Off My android studio doesn't…
Bibek Shakya
  • 1,233
  • 2
  • 23
  • 45