Log in to follow, share, and participate in this community.
Thread Can we use EAP 6.4 without any subscription
Can we use EAP 6.4 without any subscriptionHi, I have verified so many thread in our Forums. Could someone find me an answer that can we use this EAP 6.4 version without any subscription. Can you please provide an info like what are terms and c...
Thread Redirect from HTTP to HTTPS in jboss eap 6.4
Redirect from HTTP to HTTPS in jboss eap 6.4As I have already configured both HTTP and HTTPS connector in standalone.xml file and in HTTP connector I have used redirect-port="8443". So is there any thing I need to configure in jboss level to redirect from HTTP ...
EAP 7 : Error during deploymentHi dear developer, I have an error when i deploy my application with Jenkins using the following command : jboss-cli-client.jar --connect --controller=***.***.***.***:9990 --user=******* --passwo...
Missing dependenciesHi! I have started learning JavaEE but I have problems when i try to use CDI. I have tried doing examples from video tutorials and even downloading examples (in which i have changed only libraries i.e. jre1.75 to 1.8...
JNDI reference to JMS queue not workingRunning JBoss eap 7. Have a queue setup as follows below. I am trying to get the @reference to be the same under jboss and WLS. in standalone-full.xml: &...
How to get LDAP error code on Login errorI'm developing a new application on Jboss EAP 7. In order to perform the login it needs to connet to LDAP. I configured in my standalone.xml the login module "LdapExtended" and in the application web.xml the form aut...
Configuring JBOSS6.4.13 for HTTP1.0Hi I am trying to configure my JBOSS6.4.13 for HTTP1.0. As we migrated from WAS to JBOSS, one of our consumer are expecting response from our webservice in HTTP1.0. I tried following: 1.Editied standal...
MIgrate AS 6 to EAP 7 - Deploying an EARHI I am having difficulty referencing an ear file after I have deployed it in EAP 7. I have no deployment errors but when I try to access the the ear /beans through the URL I get a 404 error. In th...
Article JBoss 7.0.5 Deploy Failure with IIOP Binding
JBoss 7.0.5 Deploy Failure with IIOP BindingI am evaluating JBoss EAP 7.0.5 and try to create a stateless session bean with IIOP service. I follow jboss-ejb3.xml sample and create it as below but throw "ORB is missing" error as below. What JBoss con...
JBoss-provided module exclusionHi, I am having trouble loading specific version of some jar when deploying my WAR in JBoss EAP 6.4 I'm trying to force jboss to use my jackson jar version adding jboss-deployment-structure.xml in order to prevent...
Thread Problem with load balancing in JBOSS EAP 7.0
Problem with load balancing in JBOSS EAP 7.0I have a jboss 7 eap u4 in domain mode configuration on linux environment. I try to configure two server (name: REST-server-1 , REST-server-2) in cluster in load balancing with a server (name:bl-server) like fro...
Jboss 4.3 Vulnerability IssuesHi, Our Application is deployed in Jboss 4.3. Recently we are getting the below Security Issues. We will not be able to upgrade the version of Jboss. Can you please suggest a possible fix for these iden...
LDAPS errorI have been porting a working app over from WebSphere 7 to JBoss EAP 7. I have the most of the thing working now after facing and overcoming many challenges. Now, as I promote this app up in our environmen...
Thread Dynamic Configuration of jboss-ejb-client.xml for cluster usage
Dynamic Configuration of jboss-ejb-client.xml for cluster usageHello, We build a Java EE application which is distributed to our customers. Depending the desired deployment environment it is possible that our application is deployed on a cluster with 2, 4, 7 ... nodes. O...
problem loading dependent jars in jboss7We are having a problem with jars that depend on other jars. This error is showing up in the log: Caused by: java.lang.NoClassDefFoundError: org/apache/commons/io/IOUtils at org.apache.commo...
AMQ222106: Replacing incomplete LargeMessageRunning an app on EAP 7. We have an MDB that persists messaged to a db table. See standalone-full config attachment. When I run a load test with jmeter, and set# threads to 3 or more, I quickly get this er...
Thread BASIC web authentication in domain configuration for JBoss EAP7
BASIC web authentication in domain configuration for JBoss EAP7Hi, I am trying to configure BASIC authentication for access to an application deployed in JBoss EAP7 in domain mode. I have made the following configurations: 1. Added the following lines in <appli...