• org.jboss.security.ignoreHttpsHost=true is not working in jboss 7.1.1

    Hi, I used above to avoid getting hostname verification errors during SSL handshake between hostname inside request and hostname used inside certificate but it does not work.   Does anybody knows how to make it...
    Profile Photo
    last modified by nizakia
  • jboss-ejb-client.xml vs. dynamic ejb receiver registration

    I'm running jboss in standalone mode and I want to have an ability to call EJBs from other remote servers in standalone mode.   Part of the procedure in described here https://docs.jboss.org/author/display/AS71/...
    Profile Photo
    last modified by apakhunov
  • How to deploy Eclipse HelloWorld to WildFly8 (JBOSS Server)

    Hello All,   I'm new to JBPM currently we are doing some POC for JBPM 6.2, if we find it right for us we may end up moving from OBPM to JBPM.   I've created a sample HelloWorld JBPM Project in Kepler eclip...
    Profile Photo
    created by chiragpatel
  • Can't build latest jboss-eap-quickstart because of maven error

    When trying to build with maven I'm getting the following error. Non-resolvable import POM: Failure to find org.jboss.bom.eap:jboss-javaee-6.0-with-tools:pom:6.2.0-build-7 in http://maven.repository.redhat.com/earlyac...
    Profile Photo
    created by mschwery
  • Jboss EAP 6.2 - Configure http access log

    HI Friends,   I am using Jboss EAP 6.2 Clustering configured in Domain mode. Please help me to configure the http access log in domain mode.   So that, I can check traffic in each instance properly.
    Profile Photo
    created by satkumvnr
  • i am suffering the deployment problem in j boss EAP 6.3...

    Dear all   i too suffering the deployment problem in j boss eap 6.3.... i do have a doubt that " if we deployed a war ,,,,,Actually we have 2 server groups.....on which server group can we assign this [./war]..? ...
    Profile Photo
    created by akraydvhall
  • Administration Console access?

    Hi All,   I am experiencing some issues trying to access web admin console for jboss 7.1.1.  This is what is running our application for our WFM product.   I have tried the admin/admin didn't work, r...
    Profile Photo
    created by heaneyr
  • Issues at EJB 3.x Sample Application with distributed packaging - Jboss 7.x

    JBoss EAP 6.3.0.Alpha1 (AS 7.4.0.Final-redhat-4) jdk1.7.0_67 Eclipse Java EE IDE for Web Developers.Version: Luna Service Release 1a (4.4.1)     Created a sample EJB 3.x application      &...
    Profile Photo
    last modified by noboundaries
  • How to configure LDAP service in JBoss AS 7

    Hi, How to configure LDAP service in JBoss AS 7?   Thanks in advance!
    Profile Photo
    last modified by valsaraj007
  • Stateless Beans in ejb jar  working in Jboss 7.1  but not in Jboss  5.1

    I have created an EJB project which has the following java files . It does not deploy on the JBoss 5.1.0 and spits out deployment error  which is appended after java code below . But the same jar gets deployed o...
    Profile Photo
    last modified by jcmeena
  • HOW-TO config mbean service (jboss-service.xml) for cluster environment (domain) EAP6.3

    Can anyone give example for configuring mbeans by adding jboss-service.xml in a domain (cluster environment) ? where should I place the jboss-service.xml file ? domain/donfiguration/ ?  the following mbean config...
    Profile Photo
    last modified by echai
  • JBAS015893: Encountered invalid class name 'com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyReader'

    Hi, I am getting following warning when I start JBoss AS 7.1 after deploying my application which uses JAX-RS Jersy implementation for WS and jars are bundled in application. JBAS015893: Encountered invalid class na...
    Profile Photo
    last modified by valsaraj007
  • ClassNotFoundException: org.jboss.naming.ExternalContext

    Caused by: java.lang.NoClassDefFoundError: org/jboss/naming/ExternalContext   at java.lang.ClassLoader.defineClass1(Native Method)   at java.lang.ClassLoader.defineClass(ClassLoader.java:791)   at ja...
    Profile Photo
    last modified by valsaraj007
  • Authentication issue with DataSource

    Hi,   I am getting following error on JBoss 7.1.2 startup: 2014-12-16 17:33:26,840 ERROR [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-5) ...
    Profile Photo
    last modified by valsaraj007
  • login-config.xml not found error on JBoss AS 7 startup

    2014-12-19 10:54:38,917 WARN  [org.jboss.security.auth.login.XMLLoginConfigImpl] (MSC service thread 1-7) End loadConfig, failed to load config: file:/D:/jboss-as-7.1.2.Final/bin/login-config.xml: java.io.FileNot...
    Profile Photo
    last modified by valsaraj007
  • JaasSecurityDomain in JBoss AS 7

    Is there a replacement for JaasSecurityDomain class used in pre-JBoss AS 7? I'm migrating my application to JBoss AS 7.1. I am migrating from older version of JBoss and need to migrate LDAP service configurations...
    Profile Photo
    last modified by valsaraj007
  • Configuring connectors in WildFly-8.2.0

    Here is my current configuration in JBoss AS 7.1.2: <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false">           ...
    Profile Photo
    last modified by valsaraj007
  • Symbolic name to replace configuration path in system-properties

    When I used ${jboss.server.config.dir} to refer configuration directory, it is not working.   Is there any way avoid hard coding configuration path?
    Profile Photo
    last modified by valsaraj007
  • javax.crypto.Cipher dependency issue

    2014-12-18 16:32:51,401 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 54) JBAS014612: Operation ("add") failed - address: ([     ("subsystem" => "security"), &#...
    Profile Photo
    last modified by valsaraj007
  • Issue with Log4J

    One of the jars added in my custom module is using Log4J and I am getting following error when I start JBoss 7. I guess this is because of using separate version of log4j in my jar file. Should I update code to use th...
    Profile Photo
    last modified by valsaraj007