• HTTPS connector configuration issue with JBoss AS 7.1.2

    Hi,   I am getting following exception when I deploy ear.   2014-12-04 16:19:23,273 ERROR [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-5) Error initializing endpoint: java.io.IOExceptio...
    Profile Photo
    last modified by valsaraj007
  • How to add jars in JBoss AS 7

    We have been using some jar files that contains classes required on startup. Eg: <subsystem xmlns="urn:jboss:domain:security:1.1">       <security-domains>   <security-...
    Profile Photo
    last modified by valsaraj007
  • Issue with resolving message-destination-ref in JBoss AS 7.1.1

    Hi,   I am getting followng warning in log when I deploy ear in JBoss AS 7.1.1. WARN  [org.jboss.as.ee] (MSC service thread 1-7) JBAS011001: Could not resolve message-destination-ref java:comp/env/queue/in...
    Profile Photo
    last modified by valsaraj007
  • EAR deployment error in JBoss AS 7.1.1

    Hi, I am getting following error when I deploy ear into JBoss AS 7.1.1:   POST_MODULE: Failed to process phase POST_MODULE of subdeployment   What could be wrong?
    Profile Photo
    last modified by valsaraj007
  • Warning with new JSF 2.2.8 slot in JBoss AS 7.1.1

    Hi,   We are using JSF 2.2.8 with JBoss AS 7.1.1. This is done by adding the version 2.2.8 as new slot in JSF module. I am getting the following warning with new JSF 2.2 slot in JBoss AS 7.1.1: Deployment "dep...
    Profile Photo
    last modified by valsaraj007
  • Deployment error with jboss-deployment-structure.xml in JBoss AS 7.1.1

    Hi, I am getting fowllowing error when I deploy jboss:deployment-structure:1.2 to JBoss AS 7.1.1.   Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Error loading jboss-structure.xml...
    Profile Photo
    last modified by valsaraj007
  • Using different ORB with JBoss 6.2

    Hi Folks,   I'm trying to use IBM ORB in place of JacOrb in JBoss but find that JacOrb is always loaded and injects its own configuration. This is specifically an issue because IBM Orb has some classes that are...
    Profile Photo
    created by avalanche2133
  • Migrate connector configuration to JBos AS 7

    Hi,   We are using the following connector configurations in JBoss AS 6: <Connector protocol="HTTP/1.1" port="${jboss.web.http.port}" address="${jboss.bind.address}" redirectPort="${jboss.web.https.port}" /&...
    Profile Photo
    last modified by valsaraj007
  • Convert jms-ds.xml to JBoss AS7

    Hi,   We are using the following jms-ds.xml in JBoss 6: <connection-factories>    <!--     JMS Stuff    -->    <mbean code="org.jboss.jms.jndi.JMS...
    Profile Photo
    last modified by valsaraj007
  • Migrating SystemPropertiesService to JBoss AS 7

    Hi, We are migrating from older JBoss to JBoss 7.1. We are using SystemPropertiesService and it is done in JBoss 7 as given blow:   JBoss AS 6: <mbean code="org.jboss.varia.property.SystemPropertiesService"...
    Profile Photo
    last modified by valsaraj007
  • timer into one cluster. control the execution for only one instance

    hello i have one cluster with 2 machines and into each machine one jboss EAP 6.2 instance i have made one timer into EJB 3.1 i hace one problem. when i deploy the EJB (Timer) it runs runs into the two instances at the...
    Profile Photo
    created by ermaki
  • Integrating a two-way factor authentication in an application running on JBoss

    We are looking for a way to integrate RSA SecurID Token authentication (using RSA's Access Manager) to our application running on JBoss EAP 6.0.1 We already asked for an evaluation kit for RSA but we are wondering if ...
    Profile Photo
    created by nacef.t
  • java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver

    Hello,     i have trouble using the jdbc-odbc bridge in an own module:   java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver from [Module "my.modules.jdbc:main" from local module loader @d...
    Profile Photo
    last modified by benitojuarez
  • Error on datasource "Test Connection", but application is fine

    I have just installed JBoss EAP 6.3.0 Alpha 1. Then, I deployed MySQL jar and created a new DataSource (JTA enabled). Then, I enable the datasource and click on "Test Connecion", which fails:   Unexpected HTTP r...
    Profile Photo
    last modified by renan.polo.montebelo
  • Jboss eap 4.3 - org.jboss.resource.adapter.jdbc.WrappedConnection cannot be cast to org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6

    Hi, I am new to Jboss eap, I got the bellow error with jBoss eap 4.3.when i am trying wrap the connection as   org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6 wc = (org.jboss.jca.adapters.jdbc.jdk6....
    Profile Photo
    created by sureshpdn
  • url rewrite in jboss 7

    Hi All   I am new to jboss 7 I am requested to do url rewriting in jboss 7 to redirect call from pos.mobi.com/gvms to https://pos.mobi.com/GVMS/faces/Login.jsp   i am nor aware on how to do so any hel...
    Profile Photo
    created by nesma.alshazly
  • 13:24:20,180 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (ServerService Thread Pool -- 79) ISPN000136: Execution error: org.infinispan.marshall.NotSerializableException: org.jb oss.as.clustering.registry.RegistryService$1

    Hi ,   I am trying to add jvmRoute flag in my configuration.I am using Jboss EAP-6.1 AS. For configuring this attribute i have followed the link     https://developer.jboss.org/message/63286...
    Profile Photo
    created by swapnil007
  • Message Driven Bean & Queue name (Destination)

    I want to create a message driven bean that listens to the default "test" queue. I am using the standalone-full.xml configuration with JBoss 7.1.1.Final.   In the config, the queue is defined as:    &...
    Profile Photo
    last modified by maxant
  • Cant' lookup an EJB via JNDI into java application under EAP6

    I have Tow separated applications : 1=> The first named : my-services (contains Remote Interfaces and Implementations) and this is an example:   @Remote(IPersonRemote.class) @Local(IPersonLocal.class) @State...
    Profile Photo
    last modified by akrima
  • How OCSP Reponder can be set over JBOSS AS

    Dear All,   I am planning to set OCSP responder. i am using JBOSS AS. From Server Side any configuration is required to be done?   any idea how the url for OCSP responder can be created? Second question, w...
    Profile Photo
    created by sudhirj