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
0
votes
2 answers

Standalone JBoss EJB Client application - how to get JNDI connection - "distinct name"

There is a plethora of frustratingly incorrect (better description - "close but no cigar") information concerning remote access to JBoss EJBs from a standalone application. I've been beating my head against this wall for over a day with no…
Steve Cohen
  • 4,679
  • 9
  • 51
  • 89
0
votes
0 answers

WFLYCTL0184: New missing/unsatisfied dependencies: webservice endpoint as an ejb that consume jms message on EAP 7

I am deploying webservice endpoint as an ejb that consume jms message but I face the below exception: 14:37:49,034 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service…
hhamaky
  • 1
  • 2
0
votes
2 answers

Configure JBOSS Infinispan for using hibernate level 2 caching

How to configure JBOSS Infinispan for using hibernate level 2 caching. I am using Spring Boot Application and Spring Data JPA is been used which has been configured to use Hibernate. My application does not have any kind of xml file.I am new to…
0
votes
4 answers

Jboss Admin console not showing any messaging option under subsystems

In Windows OS: I have tried starting jboss server with out using standalone-full-*.xml files ,in this case admin console not showing any messaging option under subsystems.
Venkatesh Boya
  • 564
  • 5
  • 11
0
votes
1 answer

No 'Access-Control-Allow-Origin' header is present on the requested resource does not apply to postman

I have implemented a restful service. I have tested it using an ajax request within the application and also with postman client and both worked. But when i try to send an ajax request from a different application i get the below error in browser…
Ranuka
  • 773
  • 7
  • 13
0
votes
1 answer

How to run Domain Controller and Host Controller in single machine in jboss7?

I have single machine with single IP address(192.168.1.3) . I copied domain directory as host1. Changed domain.xml , host.xml to differentiate between domain controller and host controller . Now i have to run both domain controller and host…
user3442562
  • 337
  • 1
  • 6
  • 16
0
votes
1 answer

JBoss EAP 7 - erroneous trace on Injected Resources

I have run into an issue that I thought I might see if anyone knows the answer to. It's not too big a problem as the resources are actually being injected - however the console is showing and informational warning that the resources failed to…
JGlass
  • 1,427
  • 2
  • 12
  • 26
0
votes
0 answers

Jboss Spring rest Controller and angular2 error parsing

jboss EAP + spring rest controller My problem is with error response, even though i am throwing exception with error msg client receives html error page from jboss. which do not have my error msg.. so my code fails to parse the error and in result i…
d-man
  • 57,473
  • 85
  • 212
  • 296
0
votes
1 answer

jboss Log handler is already assigned when working wuth jboss-cli

4-eap and i want to automatize the standalone instance configuration ising a script file oassed to jboss-cli with the commend: jboss-cli.sh -c --file="my file" into this file i have a handler and a logger that i want to add on it, like this…
Michele Bortolato
  • 707
  • 2
  • 11
  • 27
0
votes
1 answer

Kerberos Authentication Integration for Remoting

I am following these instructions here: Chapter 3. Additional Features - Red Hat Customer Portal Specifically, I am trying to follow section 3.3 and get Kerberos working with a remoting application. My standalone.xml looks like the example in the…
0
votes
3 answers

404 error : unable to call a basic method of a very simple rest web service

I try to implement at home a simple rest web service in order to learn this technology. I use the latest version of JBoss EAP : the 7. I have created under Java 8 a Maven project. The deployment is ok but when i want to call a method of my REST Web…
0
votes
1 answer

SOAP over JMS Service on EAP 7

I'm trying to deploy a war file on a Jboss EAP 7 AS. The file contains a SOAP over JMS webservice, including a WSDL description. (Relevant part below) …
luro95
  • 1
  • 2
0
votes
1 answer

JBOSS EAP 7.0 with ActiveMQ RAR doesn't work?

I have a war that has being working just fine under EAP 6.4.x (x currently 8, but also under 6 and 4 and so on down to 6.4.0). The WAR has some simple JMS client features to adding a message to a queue on a remote machine. The target…
fwelland
  • 545
  • 5
  • 17
0
votes
1 answer

Suppress Jboss version details from HTTP error response

My jboss verson is Jboss EAP 6.3 When any kind of error response is sent back by Jboss, it adds up server information to the response. Following is a sample row response: HTTP/1.1 400 Bad Request Server: Apache-Coyote/1.1 Content-Type:…
Saurabhcdt
  • 1,010
  • 1
  • 12
  • 24
0
votes
1 answer

Lookup Ejb 3.0 deployed on Jboss Eap 6.3 from remote client

I don't see any issues when I run the server and client on the local worksapce(via eclipse). However there are issues if the client is executed from a different machine than on server or executed from exported client product(i.e. Eclipse rcp). I…
G dangi
  • 188
  • 7
  • 19
1 2 3
29
30