• ChannelBusyException: JBREM000207: Failed to send a message (channel is busy)

    Hi there,   we are using EJB and sometimes invoking a EJB method fails with following a exception: org.jboss.remoting3.ChannelBusyException: JBREM000207: Failed to send a message (channel is busy) at org.jboss...
    Profile Photo
    last modified by olli24
  • Dynamic Proxy for JBoss Initial Context EJB3

    Hi,   We have an application which was developed for JBoss 5.1 and are in the middle of migrating from 5.1 to JBoss 6 eap and encountered the following issue.   In Jboss 5.1, We had implemented a dynamic p...
    Profile Photo
    created by govindsukumar
  • Pre-Populating SLSB EJB Pool

    Hi All,   Is there a way to specify pre-population of SLSB EJB Pool so that the pool is ready with the EJB instances when there is a rush of EJB calls? Here, I would want to avoid Instance creation at the time ...
    Profile Photo
    last modified by g.raviteja
  • Question on EJB remoting between 2 servers on the same host

    I have a single domain and host with 2 servers:     <servers>         <server name="server-one" group="main-server-group" auto-start="true"/>   <s...
    Profile Photo
    last modified by dazzer001
  • EJB "shutdown exception" is not caught by EJB interceptors

    Hi Guys,   This might be "working as designed". However I was a bit surprised of the interceptor precedence here.   Using: JBoss AS 7.2 Final.   I have a "BeanA" that invokes a method on "BeanB" in a...
    Profile Photo
    last modified by nmoelholm
  • Container interceptors and ApplicationDeadlockException handling.

    Hi,     I'm migrating an application which was previously working on JBoss 4 to JBoss 7. We had an interceptor which was checking out exceptions returned by database driver and converting them to Applicatio...
    Profile Photo
    last modified by kieroooo
  • JBoss-6.1.0 Final - EJB3 Timer Service: org.hibernate.hql.ast.HqlToken cannot be cast to antlr.Token

    We are getting a Hibernate exception when using EJB3. JBoss 6.1.0 will start up the Timer Service if it detects a deployment of an ejb with version 3. The reason for the exception is that our application packages an o...
    Profile Photo
    last modified by sellis1
  • Trouble injecting into Stateless EJB

    Hello,   We have an AS 6.1 web application and we're implementing some @Stateless EJBs. Our problem is that an EJB doesn't seem to get injected into another EJB.   Both EJBs are in the same package and are...
    Profile Photo
    last modified by garberfc
  • Unable to start JBoss AS 7.1 in Eclipse

    Hello, I am not able to start JBoss AS 7.1 in Eclipse Indigo (version 7.x). The error message is shown below. Can someone please help ?     An internal error occurred during: "Starting JBoss 7.1 Runtime S...
    Profile Photo
    created by akshay_jc
  • Jboss EAP 6.0.2 EJB 3 Configuration

    From the document provided in Red Hat "Accelerate Your JBoss" in order to tune JBOSS EJB configuration.   In that pdf EJB3 Config value is as below:   <pools> <bean-instance-pools> <strict-ma...
    Profile Photo
    last modified by bsudhananthan
  • Callback for ejb client when there is an invocation failure

    Hello,   I have a Swing client that is making remote invocations on a EJB. If the server goes down or is otherwise unreachable, I want to get notified so I can display a message in the client. Is it possible to ...
    Profile Photo
    created by raylite3
  • Reset EJB 'slsb' pool : force reinject ESB instances

    Hi all,   We use @Inject on our @Stateless beans to load configuration. It works well with a @Producer to inject configuration parameters.   But, the already instantiated EJB are not reinjected (logical af...
    Profile Photo
    last modified by pleutre
  • Remote stateless ejb proxy variable scope

    Hi to all,   I understand that there has been a lot of improvements and changes in Jboss 7 ejb remoting API. What should be the scope of remote stateless ejb proxies? I'm invoking the beans from another AS 7 in...
    Profile Photo
    last modified by marcio.dantas
  • @RunAs does not work with @Startup @Singleton

    On both JBoss AS 6.10 and 7.02, @RunAs does not work with a singleton session bean.   A web application consisting out of only 2 files can reproduce this:   RolesTestEJB.java package com.example; import j...
    Profile Photo
    last modified by henk53
  • Jboss 4.3 - Entity Bean Lock not getting released after a Network connectivity problem.

    Our application uses RMI Call as well as EJB call to interact with a module which uses Entity Bean to do interaction with the Database. In this case, due to "Network Connectivity problem", as we can see in the below s...
    Profile Photo
    last modified by georgesg
  • Possible issue: Persistent=false for @Schedule doesn't work in JBoss AS 7.1.1

    Hello, guys.   I'm writing this post here because there was nobody that helped me in stackoverflow and I really haven't found the answer to this.   So I`ll reproduce my question here:   What I unders...
    Profile Photo
    last modified by renannp
  • Problem in invoking a Remote EJB in JBoss.5.1.0 GA Server from my local desktop ejb in same jboss version

    Hi JBoss experts, We need a to do a POC on calling remote EJB from my local ejb, both jboss servers running on same version Jboss.5.1.0 GA. We are getting so many problems in implementing this. I have the following...
    Profile Photo
    last modified by velraman
  • Channel (inbound) of remoting connection closed during execution

    Hi,   I am trying roster application from Java EE 7 tutorial. Having problems on deployment in NetBeans against glassfish I decided to migrate to JBDS an JBoss EAP 6.1.   Roster is a maven EJB 3 app confi...
    Profile Photo
    last modified by pepelara
  • Getting JBoss version name and number programaticaly

    Hi,   I have a stateless session bean and inside of it I need to get the JBoss's version name and version number.   Can somebody show me how to do it?   Thank you, SK
    Profile Photo
    last modified by somostetoikilato
  • Timeout on a method invocation - stateless bean

    Hi guys,   I have a stateless session bean that must send an answer to the client in 60 seconds. I would like that the application server to throw an exception if the method doesn't return in this amount of time...
    Profile Photo
    last modified by radudeliu