• Supporting persistence of ejb timers

    I spent some time looking at supporting persistence of timers across ejb redeployments/server shutdowns and org.jboss.ejb.txtimer.EJBTimerService needs to change to expose such a notion: /** * Remove the TimerSer...
    Profile Photo
    last modified by starksm64
  • MDB pooling - JBAS-2047

    This is the discussion thread for: http://jira.jboss.com/jira/browse/JBAS-2047 The ServerSessionPool implementation is entirely configurable/replaceable, see jms-ds.xml I would be interested in an implementation tha...
    Profile Photo
    last modified by adrian.brock
  • MDB process rate limiting - JBAS-2325

    Forum for discussing JBAS-2325 The discussion is mostly focused on: What would be the best approach for implementation? Also, is there any way we might generalize "rate limiting" to other aspects of EJBs? How might ...
    Profile Photo
    last modified by genman
  • fix for wrong entity after passivating bmp eb (JBAS-1566)

    hi, i have posted a two-line solution for a really dirty thing. could someone of the committers merge it with the codebase. i dont know where to send this to. (possibly the task in jira is unseen beacuse it is a sub-...
    Profile Photo
    last modified by cbuschka
  • Server-Shutdown and TimerService

    Hello, i think that there might be an "undesired feature" in the ServerImpl class. While testing the TimerService, inoticed, that on a shutdown, Timers are removed from the backup store. The reason is the "undeploym...
    Profile Photo
    last modified by ahs1
  • Any projects for thin Client

    hye there im interested in putting my efforts for jboss but really confused where to start , i was just thinking i any projects for thin ejb client for ejb is going so that i shall or i may go on for that or any thing...
    Profile Photo
    last modified by feroz_ps
  • AbstractInstancePool.java is eating up exceptions

    I?m doing some tests with PooledInvokers, and I took 2 hours to discover that my Datasource was not configured properly as AbstractInstancePool.java ate the NamingException from the operation. Here is the code I wo...
    Profile Photo
    last modified by clebert.suconic
  • Avoiding FAQ posts by providing a NAGGING log

    Do you think it would be a good idea to provide a "NAGGING" log? The idea being that it will log warnings about potentially stupid configurations or feature uses to a separate log that can be turned off if people rea...
    Profile Photo
    last modified by adrian.brock
  • SingletonStatelessSessionInstancePool

    Hi! Looks like org.jboss.ejb.plugins.SingletonStatelessSessionInstancePool in JBoss 4.0.1 wasn't updated for a while, at it doesn't work properly. Below I give the fixed version, as far as I can guess how it should b...
    Profile Photo
    last modified by olegnitz
  • Custom data in EnterpriceContext

    Hello, I'm writing and Interceptor and I would like to store custom data in the EntityEnterpriceContext. I'm looking for something much like the payload mechanism in the Invocation class (which is great by the way). ...
    Profile Photo
    created by philc
  • Possible Bug in JBoss Transaction Management

    Hi, I hope this is the right place to post a (possible) bug report. I might have found a serious (but rarely arising) bug in JBoss (3 + 4) transaction management. This is the Scenario: NSession (statless, remote) h...
    Profile Photo
    last modified by boo
  • DO NOT POST USER QUESTIONS HERE!

    Hello, I have installed jboss-3.0.4. I am trying to develop a JCA connection under JBoss. I have this -ds.xml file in deploy directory: ******************* mprm-ds.xml ************************** <connection-fact...
    Profile Photo
    created by adrian.brock
  • ENC propagation

    I think Scott and I discussed this a little before, but I'd like to have the EJB and Web ENC be based on a ThreadLocal variable rather than using the context classloader for determining the ENC. Specially, store it i...
    Profile Photo
    created by bill.burke
  • How to configure <entity>/<entity-command>element in the jbo

    How to configure /<entity-command>element in the jbosscmp-jdbc.xml?
    Profile Photo
    created by tuzi_ws
  • CMP generated classes

    Hi all, I've been trying to identify where the concrete CMP classes are generated when a CMP 2.x Entity Bean is deployed on JBoss, but I'm currently lost with all the persistence/deploy classes. Can anyone tell me w...
    Profile Photo
    created by alex_brasil
  • One to many relationship only shows last record in table

    I have created a simple EJB one-to-many unidirectional relationship between two EJB's. When Bean A is constructed, JBoss automatically creates N instances of Bean B, using the findByPrimaryKey(String) local method. G...
    Profile Photo
    last modified by iarizona
  • JTA Transaction problem with remote JBoss instance

    Hi All, I am facing the problem with transactions across remote JBoss servers. The scenario is like this: I have a SLSB deployed on JBoss server A which is running on machine X and I have an Entity Bean deployed on ...
    Profile Photo
    created by nvp_saradhi
  • JBOSS and apache FOP

    Hi All Think this is missing sun class in the jboss application anyway. This only goes wrong when trying to print the pdf version works ok. But looking at this error it looks like theres a missing sun class. By the w...
    Profile Photo
    last modified by neptune5
  • Which method will be invoked on Container?

    I am interested in JDBCCMRFieldBridge in Jboss3.2.3. We create an instance of CMRInvocation in line 943 and use it to invoke the container in line 952. But I am puzzled in latter invocations. Which method will be invo...
    Profile Photo
    created by liu_linux
  • Is there any plan to implement EJBHome.remove()

    Hi, I found that EJBHome.remove() is not implemented in Jboss. Is there any plan to implement it in future version?