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

Setting up wildfly to start on reboot in ubuntu 16

Setting up wildfly to start on reboot in ubuntu 16 by executing: sudo update-rc.d /etc/init.d/wildfly defaults gives the following error: update-rc.d: error: initscript does not exist: /etc/init.d//etc/init.d/wildfly what could be the reason
bavon
  • 151
  • 2
  • 14
0
votes
1 answer

Migrate between GlassFish and Wildfly

Actually i have a web application create with JEE and i use Glassfish, now i want to change the application server, i want to migrate to Wildfly. My question is : Is there many changes i should to do it in my application to be adapted to Wildfly…
Youcef LAIDANI
  • 55,661
  • 15
  • 90
  • 140
0
votes
0 answers

Error dependencies when deploy on Wildfly 10

My Project structure like this: opm-common: |_opm-api: |_opm-portal: These are opm file: opm-common
0
votes
1 answer

Search user in LDAP(Wildfly)

My application is using LDAP for user loging. Wildfly config:
skoczo
  • 75
  • 1
  • 12
0
votes
0 answers

Only one entity generated in database [jee]

i am new in jee i create two entities with different namedquery. when i run my application on wildfly 10, only one entity generated in the data base despite when i check my console i find my two entities in jndi. this is my two…
Hamdy
  • 430
  • 1
  • 6
  • 19
0
votes
0 answers

error running default servlet

i work in maven project, I created a pom maven project and 2 maven module A module for the business layer (Ejb) and the other for the web layer (war maven project) my problem is when i run a simple servlet wildfly show me 404 - Not Found this is my…
0
votes
1 answer

jersey with wildfly 10

I started jersey rest services project with wildfly server. As Jboss has restEasy default implementation it does not support Jersey. I tried using jboss-deployement-structure.xml, changes in web.xml as false for restEasy, removing jaxrs subsystems…
0
votes
0 answers

Wildfly 11 maven web application context name

I'm trying to deploy a maven application called news to Wildfly 10.1 from Eclipse. It is a maven web application. The deployment works fine, but the context path is news-SNAPSHOT-0.0.1 while I need news. Any idea? I've tried everything in pom.xml..
ACV
  • 9,964
  • 5
  • 76
  • 81
0
votes
1 answer

Migrate Jboss AS 6 to WildFly 10 (UsersRolesLoginModule, CallerIdentityLoginModule, IG_CallerDS)?

Please tell me how to migrate an application from the Jboss AS 6 in WildFly 10? (sorry my english). target - the user must connect to the database using the username and password used in WildFly really want to read an example of realizing the…
0
votes
0 answers

I cannot deploy a remote EJB using Netbeans 8.1 Wildfly 10

I have created two maven projects A jar project to store remote interfaces. (project name: ejblib) A Java EE 7 EJB module to implement the interfaces. (project name: ejb) My setup works fine when deploying to glassfish 4 but won't work in…
chege
  • 323
  • 5
  • 16
0
votes
0 answers

Wildfly MongoDB Hibernate OGM - ElementCollection hibernate.MappingException: Could not determine type for: java.util.List

I am trying to run hibernate-ogm (5.0.3.Final) for Mongodb (3.2.10) on Wildfly 10 (10.1.0). I have an entity called User mapped to collection users in mongodb and containing list of permissions. When I try to deploy I get the following exception…
Sandeep M
  • 11
  • 2
0
votes
1 answer

Cannot use docx4j on Wildfly 10 and java 8

I am trying to run docx4j on the wildfyl-10 server. I always get the following exceptions: > INFO org.docx4j.jaxb.Context - java.vendor=Oracle Corporation > INFO org.docx4j.jaxb.Context - java.version=1.8.0_91 > INFO org.docx4j.jaxb.Context…
0
votes
0 answers

Wildfly & log4j

The property has standalone.xml
LeshaRB
  • 1,345
  • 2
  • 23
  • 44
0
votes
0 answers

Arquillian Wildfly remote domain tests: Not working: java.lang.UnsupportedOperationException: Can not deploy directly from a Domain Controller

I am trying to run Arquillian tests on a remote JBoss EAP 7 in domain mode. My config is in arquillian.xml:
esteveavi
  • 21
  • 2
0
votes
0 answers

JTA does not write to database with wildfly

I try to write database usign container managed jta with wildfly 10 application server. It gives no errors but writes nothing to database. This is my persistence.xml file:
mstfyldz
  • 482
  • 1
  • 6
  • 12