Log in to follow, share, and participate in this community.
Thread Supporting persistence of ejb timers
Supporting persistence of ejb timersI 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...
MDB pooling - JBAS-2047This 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...
MDB process rate limiting - JBAS-2325Forum 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 ...
Thread fix for wrong entity after passivating bmp eb (JBAS-1566)
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-...
Server-Shutdown and TimerServiceHello, 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...
Any projects for thin Clienthye 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...
Thread AbstractInstancePool.java is eating up exceptions
AbstractInstancePool.java is eating up exceptionsI?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...
Thread Avoiding FAQ posts by providing a NAGGING log
Avoiding FAQ posts by providing a NAGGING logDo 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...
SingletonStatelessSessionInstancePoolHi! 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...
Custom data in EnterpriceContextHello, 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). ...
Thread Possible Bug in JBoss Transaction Management
Possible Bug in JBoss Transaction ManagementHi, 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...
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...
ENC propagationI 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...
CMP generated classesHi 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...
Thread One to many relationship only shows last record in table
One to many relationship only shows last record in tableI 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...
Thread JTA Transaction problem with remote JBoss instance
JTA Transaction problem with remote JBoss instanceHi 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 ...
JBOSS and apache FOPHi 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...
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...