• No EJB receiver available for handling

    Hi all   I'm quite newbie in the world of EJB's , and, even I suppose the EJB is not being found , I have this problem that I have no idea to solve . I'm facing a legacy code, so , I don't have the knowledge of ...
    Profile Photo
    last modified by yagt
  • Extending AS 7

    Like all releases of JBoss Application Server, AS 7 provides a relatively small core set of functionality, along with APIs that can be used to extend this core functionality in order to provide the services external c...
    Profile Photo
    last modified by brian.stansberry
  • JBoss AS7 Command-line public API

    (Since JBoss AS 7.1.1)   This article describes how to start a CLI session to execute commands and operations from a Java application or to simply leverage the functionality implemented in the CLI to, e.g., only...
    Profile Photo
    last modified by aloubyansky
  • A GUI for the Command Line Interface

    News: As of JBoss AS 7.1.2, CLI GUI supports integration with jconsole.   If you start jboss-cli with the --gui option, it will bring up  a GUI instead of a command line.  Note that --gui also im...
    Profile Photo
    last modified by ssilvert
  • Logging Id's - Clustering

    All Ranges: Logging Id's   Note: mod_cluster has its own range.   EAP 6.2 Clustering ranges: 10200 - 10399 // in module clustering/api ClusteringApiLogger: 10200 (range = 10, used = 2) ClusteringApiMessag...
    Profile Photo
    last modified by rhusar
  • System properties in operation parameter values and command arguments

    It is allowed to pass in system properties as operation parameter and command argument values. By default, system properties will be resolved on the server side, not in the CLI JVM. Also, not every attribute in the ma...
    Profile Photo
    last modified by aloubyansky
  • javax.jms.JMSException: Failed to serialize object while creating ObjectMessage in jboss-as-7.1.1.Final

    I am using jboss-as-7.1.1.Final and getting javax.jms.JMSException: Failed to serialize object exception when i tried to add entitybean to object .   And I am afraid that the same configuration works in Jboss 6....
    Profile Photo
    last modified by surendra.konna
  • Authentication problems in remote ejb call from clustered app to non-clustered app

    Edit: I moved this discussion to JBoss AS 7 Development because i got no answers in the EAP project and i don't think that this is EAP-related. Rather i think i misunderstand something fundamental when making an EJB r...
    Profile Photo
    last modified by danielnuss
  • Jboss AS Migration from 4.0.3 to jboss 7.1.1, unable to call external @ejb.ejb-external-ref

    Hi,   I'm migrating my application from jboss 4.2.2 to jboss 7.1.1, facing lot of problems.   Overview:   I'm Using struts 1.1, EJB 2.1 using xdoclet 1.2.3 jars for generating the dependency files.(w...
    Profile Photo
    last modified by runtobruce
  • how Jboss works - recommended book

    Hi,   I am impressed by http://www.amazon.com/How-Tomcat-Works-Budi-Kurniawan/dp/097521280X   is there any similar book about Jboss (the best would be jboss 7) ?   What books about jboss architecture...
    Profile Photo
    last modified by jjakub
  • On failover not able to access database with VIP for sometime- MySQLNonTransientConnectionException

    Hi, I am using jboss7.2 and have configured a datasource in it. It is an HA setup. Datasource is configured with VIP. VIP is always with the active node. When active node goes down, standby node becomes active and ...
    Profile Photo
    created by veenaonnet
  • Valve authentication & EJBContext/SessionContext principal propagation

    I have a very straightforward problem that I haven't been able to answer.  We use a valve with our own custom authenticator class to authenticate the HttpRequest, and set a principal there.  This principal i...
    Profile Photo
    created by robatsu
  • Periodic and size Based rotating File handler

    I know that jboss 7.1.1 comes with log handlers that roll over the logs based on Period (periodic-rotating-file-handler) and size (size-rotating-file-handler). What i want is a handler that rolls based on both. So for...
    Profile Photo
    last modified by davisonri_k12
  • JBoss 7.1 calls ServletContextListener only after destroy the application context

    Hi,   I've wrote a SevletContextListener to do some tasks before the application be undeployed, but the JBoss 7.1 calls the listener only after destroy the application context.   Does anyone know a alterna...
    Profile Photo
    last modified by valdemir
  • BASIC web authentication in domain configuration. Jboss 7

    I have done the following steps to configure BASIC web authentication in domain mode 1. Defined security domain. 2. Added details to web.xml 3. Added details in jboss-web.xml 4. Placed the user and roles propertie...
    Profile Photo
    last modified by azharblitz
  • PasswordCrackingQueue not found

    Hi all,     I am using EAP 6.1 final, and we were trying to use the standalone-full profile.  However, JSR77 is not working with the jmx-console port that we have so we decided to remove the JSR77 subs...
    Profile Photo
    last modified by mattso
  • AS7 JCA Resource Adapter JNDI Not Binding

    Hi, I have noticed that if my resource adapter is within a ear, the ear is deployed, but the rar is not deploying correctly. The same rar deploys correctly if it is outside the ear. This is a legacy application that ...
    Profile Photo
    last modified by bob_alam
  • How to set disableUploadTimeout property in jboss 7

    hi All,   Any one guide me to set the disableUploadTimeout / Connectiontimout property in jboss 7.1.
    Profile Photo
    created by zita
  • Naming over HTTP

    Hi,   I am using JBoss AS 7.2.   Is it possible to tunnel naming over http? As in "new InitialContext(); // all this talk" ...  If so; any pointer to some documentation or example code is welcome &#...
    Profile Photo
    created by nmoelholm
  • Can InVM ConnectionFactory be used with collocated JMS topology with ha and clustering using replication

    Hi,   We are using jboss7.2(built from the code). Have configured collocated topology with replication. In this setup, connection factories are only configured in standalone-full-ha.xml for active server.  ...
    Profile Photo
    created by veenaonnet