Questions tagged [wildfly-11]

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.

114 questions
0
votes
1 answer

Wildfly 11 http to https redirecting losing http method

i configured my wildfly 11 installation with rewrite filters to redirect from http to https. As described there: Redirect http requests to https in wildfly 10
0
votes
2 answers

Eclipse error at the time of starting

I tried to move my project from java 7 to 8.when i start to debug my project via wildfly11 it is showing this error and my deployment gets failed. DEBUG [io.undertow] (MSC service thread 1-7) JDK9 ALPN not supported:…
Sundar
  • 86
  • 9
0
votes
0 answers

Configure virtual host in Wildly 12

I want to configure virtual host on Wildly 12. I tried to configure this: standalone.xml
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
0
votes
1 answer

Wildfly 11 - WebService: Force No-Caching

I am running a totally casual WebPage on my Wildfly 11. Now, if I want to update my Application, what can I do, to force the browser of the client to use my new files instead of the old, cached ones? The Problem in particular is a file of mine,…
Madness
  • 125
  • 1
  • 10
0
votes
1 answer

JBoss WildFly 11, Hibernate ORM 5.2, OGM 5.3 and MongoDB - zero length array of Objects

I have a MongoDB collection and document with an embedded array of objects: 'qtyContents'. Populated with test String data for the PoC: id:5aa2c7b4aaa32bcb1d7cfc93 ean: "05052319711639" qtyContents : Array 0 : Object quantity : "1.1"…
NOTiFY
  • 1,255
  • 1
  • 20
  • 36
0
votes
2 answers

How to delay ManagedScheduledExecutorService until container is not suspended?

I am investigating the use of javax.enterprise.concurrent.ManagedScheduledExecutorService on WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final). My Startup EJB resembles import java.time.LocalTime; import java.util.concurrent.TimeUnit; import…
Hector
  • 4,016
  • 21
  • 112
  • 211
0
votes
1 answer

JBoss EAP 7 Basic Authentication not work

I change my application server to JBoss EAP 7.1 and configure JDBC Realm with this configuration : # In security domains section :
user9321096
0
votes
2 answers

JBoss WildFly 11, Hibernate ORM 5.2, OGM 5.3 and MongoDB - OgmIntegrator not found

Progressing slowly through trying to get Hibernate ORM 5.2 working with OGM 5.3 so I can use JPA with MongoDB. To remove the JNDI look-up error, referenced in the OGM FAQs: When using Hibernate OGM on top of WildFly, I’m getting a JndiException.…
NOTiFY
  • 1,255
  • 1
  • 20
  • 36
0
votes
1 answer

Trying to use JBoss WildFly 11, Hibernate 5.2, OGM 5 and MongoDB - EAR won't deploy

Following the documentation: https://docs.jboss.org/hibernate/stable/ogm/reference/en-US/html_single/?v=5.3#ogm-gettingstarted I am trying to use JPA OGM with MongoDB. I have added the latest version of Hibernate ORM (5.2.14.Final) to the WildFly 11…
NOTiFY
  • 1,255
  • 1
  • 20
  • 36
0
votes
1 answer

hibernate OneToOne NullPointerException

i have this code private PostsContentsEntity contentsEntity; @OneToOne( targetEntity = PostsContentsEntity.class) @JoinColumn(name = "PostId",referencedColumnName = "PostId", insertable = false, updatable = false) public PostsContentsEntity…
Mohammed
  • 3
  • 4
0
votes
0 answers

Wildfly 11 web admin - cannot connect remotely with Firefox or Chrome, only with Microsoft Edge

[SOLVED] I installed Wildfly 11 on my Debian (Stretch) server and started it as service. I could connect remotely to web admin only with Microsoft Edge but Firefox refuses to log in. It ask for username/password but don't let in... Some details: For…
Csongi77
  • 329
  • 3
  • 13
0
votes
0 answers

What is Wildfly default rest context?

I'm trying to write REST API in Wildfly server. And, what is default rest context? My project is named eventapp and request mapping is /user. So, I tried localhost:8080/eventapp/user but resposne was 404. Any combination of this two too. My rest…
thehespe
  • 97
  • 1
  • 12
0
votes
1 answer

Database authentication relation between user and roles

The query I use to principals it works through database and I get a record select 'role', password from t_user where username = 'jdoe'; but when I try to use it through jboss-cli.sh ./subsystem=elytron/jdbc-realm=jdbc-realm:add(principal-query=[{…
Joe
  • 7,749
  • 19
  • 60
  • 110
0
votes
1 answer

Eclipse JPA Hibernate hibernate.show_sql

I am using wildfly server in Eclipse with JPA Api (hibernate) -> everything is fine (no errors), no problems when doing CRUD operations. Now I want the queries to be displayed at console, so I added this property to…
Blackpanther0001
  • 258
  • 1
  • 3
  • 14
0
votes
1 answer

Crystal Report 2016 with Wildfly 11

Anyone successfully integrated Crystal Report 2016 BO/BI with Wildfly 11 ? I have the tomcat version that works but with Wildfly 11 it fails at this point. ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr(); The exception that I am getting…
DEREK LEE
  • 531
  • 4
  • 10