Questions tagged [jboss-eap-7]

For development issues encountered while using Red Hat JBoss EAP 7

JBoss EAP 7 is a Red Hat supported release based on open source WildFly.
JBoss EAP 7 has been tested with OpenJDK 8, Oracle JDK 8, IBM JDK 8, and HP JDK 8
JBoss EAP 7 implements the Java EE 7 Full Platform and Web Profile standards.
Component versions reference: https://access.redhat.com/articles/112673#EAP_7
Click here for free development subscription which allows you to download Red Hat JBoss EAP 7 for development use https://developers.redhat.com/downloads/

442 questions
2
votes
0 answers

JASPIC authentication not honoured at EJB layer in JBoss EAP 7

I have an EAR that contains a WAR within. A JAAS based security domain is configured for the EAR (inside jboss-app.xml) and a JASPIC based one for the WAR (inside jboss-web.xml). The EAR contains EJBs that I wanted to be protected using JAAS. The…
2
votes
2 answers

Cannot cast org.apache.qpid.jms.provider.amqp.AmqpProviderFactory to org.apache.qpid.jms.provider.ProviderFactory

I have been trying to figure this issue out for a bit now and am in need of a different perspective. I am using spring and have incorporated this spring boot starter pack so that I could take advantage of the AMQP protocol:…
Bandit
  • 31
  • 7
2
votes
1 answer

Not able to run command (Teiid)

Not able to run this command after started server in Teiid Designer. /bin/jboss-cli.sh --file=bin/scripts/teiid-standalone-mode-install.cli Is there any other methods to add Teiid. I am also not getting the Teiid instance in…
2
votes
1 answer

Getting EJB module name dynamically for JNDI on EAP 7

How can we get the EJB module name dynamically for JNDI on EAP 7 we have looked into the post on stack overflow here to get the module name We don't want to override in ejb-jar.xml. We don't want to customise the module name in maven so it…
Ameya
  • 1,914
  • 4
  • 29
  • 55
2
votes
2 answers

apache CXF @Policy not including in WSDL

I'm writing a code-first web service using Jboss EAP 7 and need to implement WS-Security for username token validation... For this I'm using Apache CXF policies, I managed to make everything work on a contract-first perspective and right now the…
2
votes
2 answers

How to connect to JMS queue JBoss EAP 7 behind NAT?

I have configured JBoss EAP 7.0 which is behind NAT gateway. My JMS client can successfully connect to JMS queues from same server or another server from the same network, but when the same JMS client is moved out of that network and tries to…
2
votes
1 answer

Unable to use WSO2 as identification server when my application is running in JBOSS EAP 7.0

I am trying to use WSO2 5.3.0 as identification server. My application is running in JBOSS EAP 7.0 and WSO2 is running in Tomcat which ships with it. I have followed this document from ws02 and able to do SSO successfully when the sample application…
2
votes
3 answers

ear deployed from IDE fails, but install from maven build works

Red Hat JBoss Developer Studio Version: 10.2.0.GA Build id: GA-v20161125-1418-B55 Build date: 20161125-1418 I have an maven EAR project with separate projects for: war ejb-jar ejb-client ( local interfaces) If I run a mvn clean install on the…
OldProgrammer
  • 12,050
  • 4
  • 24
  • 45
2
votes
0 answers

New missing/unsatisfied dependencies - JBoss 7 EAP

Find below the error seen on console when RepoWeb.war is deployed to JBOSS 7 EAP server WFLYCTL0184: New missing/unsatisfied dependencies: service jboss.deployment.unit."RepoWeb.war".component."com.sun.faces.config.ConfigureListener".START…
Karthik
  • 1,302
  • 5
  • 25
  • 56
2
votes
0 answers

JBoss EAP 7.0 Externalized HTTP Sessions to JBoss Data Grid not working

I have followed the configuration guide for JBoss EAP 7.0 - 21.3.7 to set up externalized HttpSessions to JDG The steps are pretty simple, my standalone.xml has:
codependent
  • 23,193
  • 31
  • 166
  • 308
2
votes
1 answer

JBoss and RewriteCond and RewriteRule

I need to redirect all requests that don't come from this domain ti-passis.rhcloud.com and use https to http to avoid certificate error. Example: https://ti-passis.rhcloud.com/contato (should'n be redirected) https://tetraimoveis.com/contato…
pedroassis
  • 177
  • 1
  • 8
1
vote
0 answers

ISPN005003: Exception reported java.lang.SecurityException: ISPN006017: Operation 'EXEC' requires authentication

** Current Situation : ** Trying to deploy java application using JBOSS EAP(7.4.2) and RED HAT DATAGRID(8.3.1), having both container in same network.But when EAP tries to put data into Datagrid, ISPN006017: Operation 'EXEC' requires authentication…
1
vote
0 answers

Sometimes have Transaction present on server in Never call

I have bean with @TransactionAttribute(TransactionAttributeType.NEVER) and method with @TransactionAttribute(TransactionAttributeType.SUPPORTS) but when method is executed looks like sometimes, not always method…
1
vote
0 answers

Getting Error While trying to Setup MySql Datasource in JBOSS EAP 7.4

Getting the below mentioned error everytime I run the server. ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([ ("subsystem" => "datasources"), ("data-source"…
1
vote
0 answers

Grails 5.2 can't deploy to JBoss EAP 7.4

Grails 5.2 create-app helloworld create-controller hello (add render "Hello" line) Add the jboss-deployment-structure.xml file to WEB-INF folder for JBoss logging compatibility. run-app (works) war Deploy to JBoss EAP 7.4 and get following error …
DAC
  • 707
  • 1
  • 6
  • 20