• Invalid URL scheme name "http" when running remote EJB from another JBoss EAP 7.1

    Hi eveybody, this is my environment:   Two JBoss EAP 7.1 on different machines: Backend, Frontend From JBoss Frontend i have a 'war' Application; here there is a simple java class with this client code:  ...
    Profile Photo
    last modified by gicavallo972
  • Mysql Driver class com.mysql.jdbc.Driver is not a valid javax.sql.DataSource implementation from wildfly

    maybe my setup is quite special, but I do have issues when I define a JDBC Datasource for Java EE container in my web.xml file. I configured my Datasource in my web.xml as follow: ``` <data-source>   ...
    Profile Photo
    last modified by patrickhub
  • Jboss EAP connection via workstation

    Hi I am new to using Jboss EAP 6.4 as App server running on Redhat Enterprise Linux.   I understand for security reasons, by default the only allow connection to console is via localhost 127.0.0.1 How can I cha...
    Profile Photo
    last modified by bluepants
  • JMS HornetQ NAT'ed IP's issue with clustered environment

    Hey All!  So I'm having some serious issues with our JBoss environment trying to make it accessible in a Saas environment, e.g. one of our vendors is moving to Saas and they connect to the JBoss environment at ou...
    Profile Photo
    last modified by jasonglass
  • [EAP7.0.0] How to use EAR packaged library Hibernate 5.2.10 Final ?

    Hello,   I'm deploying my EAR on JBoss EAP 7.0.0, which has the following structure: SNV4SRV.ear |-- ejb.jar |-- app.war |-- lib      |-- hibernate-core-5.2.10.Final.jar    ...
    Profile Photo
    last modified by ctabin
  • Datasource connection issue

    Hello,   I'M trying to test datasource connection. The mysql connector driver is installed and registered in my jboss eap 7 - standalone mode. It was installed from cli:   module add --name=com.mysql --r...
    Profile Photo
    last modified by marceloramone
  • Is this a good method to start Jboss on Linux with systemd?

    This is a copy of Is this a good method to start Jboss on Linux with systemd? However do to lack of reactions I do a re post here.   I have written a systemd service to start Jboss on Linux and I wonder if there...
    Profile Photo
    created by mqpaul
  • JBOSS EAP java security policy

    I have JBOSS EAP 6.4.5 I am having issues with getting java security policy to work correctly. For the most part it is granting permissions however my app is getting denied permissions for the below. Permissions den...
    Profile Photo
    last modified by dsexton18
  • JBoss nodes not joining tcp standalone cluster

    Hi,   I am trying to setup a Standalone, TCP cluster. I am not able to see the two nodes join the cluster.   The process snapshots are as below: jboss    21682 11484  0 07:56 pts/0&#...
    Profile Photo
    last modified by meetpraveenkumar
  • How to achieve EJB3 RMI over HTTPS in JBOSS 6.3

    Hi All, I need some help in tunneling  RMI calls over HTTPS. I found some hint at this url - 15.4. EJB3 RMI via HTTPS Configuration However, this link is specific to JBOSS 5 and steps mentioned do not fit for J...
    Profile Photo
    last modified by apple13
  • Jboss Migration from 4.3 to 6.4(stuck for a month)

    We have an application which is running on Jboss 4.3 . The application is single  with 2 war inside, with both war files sharing the session. To make session sharing we have done the following in jboss 4.3:  ...
    Profile Photo
    last modified by surivishal83
  • Run JBOSS EAP 6.4 as a linux service as non-root user without password

    I would like to run JBOSS EAP 6.4 as a linux service using user "jboss" without using password. Currently when I am issuing command "service jboss start" I am being prompted for password. I have created file called...
    Profile Photo
    last modified by avnishc
  • How to deploy two instances of same rar file on JBOSS 6.4 EAP.

    We want to use two instances of resources adaptor abc.rar file in JBOSS 6.4 EAP. we renamed one abc.rar to abc1.rar and other one is abc.rar. While accessing abc1.rar we are getting     java.lang.ClassCast...
    Profile Photo
    last modified by pbudhran
  • WebSphere URLs to jboss

    Hi, it's my first post in this forum. I'm Ezequiel and a newbie with this technology. Now i'm working with WebSphere AppServer and the company needs to migrate to jboss EAP 7. In Websphere, exists a section named url...
    Profile Photo
    last modified by ezejulragone
  • Jboss EAP 6.4.8 topology view is blank in console

    Hi,   I have installed Jboss EAP 6.4.8 on Centos 7.2. Toplogy view under domain is blank. All other tabs are working fine. Is any one else facing his issue?
    Profile Photo
    last modified by replyme.karthik
  • java.lang.IllegalStateException: Transaction DummyTransaction{xid=DummyXid{id=10}, status=3} is not in a valid state to be invoking cache operations on.

    Hi there,   I am using jboss-eap-7.0.2 and am getting the following error while invoking a Stateful Session Bean with @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) It is working fine with jboss-...
    Profile Photo
    last modified by kumar.dhumke2
  • AD Security realm authentication and filter with objectGUID instead of sAMAccountName

    Hi,   Within the EAP 7.0 servers' standalone.xml config for a security realm with AD auth, I would like to change that from   <advanced-filter filter="(&amp;(sAMAccountName={0}))"/> to <a...
    Profile Photo
    last modified by a.niemeyer
  • Is it possible to configure multiple SSL certificates for one server group  In Jboss EAP 7 ?

    Hello All,   I have requirement,  I have to configure  SSL certificates for my two applications. & that two applications i have assigned to one server group. Initially.. I have created a realm for...
    Profile Photo
    last modified by nurubhas
  • Jboss secondary mail configuration for failover

    Hi Everyone,     I have some doubts in mail configuration(EAP 6.4.9), Here is my scenario,   1) I have 2 SMTP servers and need to configure them, 2) There is only one JNDI added in application, 3) T...
    Profile Photo
    created by delhibabu_r
  • Security domain / realm configuration inside EAR and outside standalone.xml

    Hi,   We are driving a EAP 7 JBoss and want to keep a security domain -, security-realm and a outbound-connection configuration outside the standalone.xml within the EAR file in a separate configuration for clos...
    Profile Photo
    last modified by a.niemeyer