Log in to follow, share, and participate in this community.
Thread Using TimerTask inside JBOSS
Using TimerTask inside JBOSSAre there any code examples out there on how to use TimerTask/Timer inside of the JBOSS container. Is it different than doing it command line?
JBoss 4.0.X SVN won't start with ClusterI just downloaded JBoss 4.0 from SVN, and I'm getting this error when I start my application: [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'CustomerInventoryEnt' to jndi 'local/CustomerIn...
JBAS-3428 - Duplication on ProxiesMBeanProxyExt.create is creating a new ClassLoader and forcing a loadClass to return an instance of a proxy using that classLoader. I guess this is done to make sure a redeployment leakage is not going to happen. IM...
Thread JBAS-2773 - LRUEnterpriseContextCachePolicy should be update
JBAS-2773 - LRUEnterpriseContextCachePolicy should be updateI am planning to look at the Jira issue JBAS-2773 At the moment the class 'org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy' makes use of 'java.util.Timer' for the scheduling of TimerTasks. The classes 'EntitySy...
JBAS-993 broke the dependency contractThe changes associated with the http://jira.jboss.com/jira/browse/JBAS-993 seem to have broken the dependency contract. All entity containers are started by the EjbModule start, but entity containers are not fully ini...
Thread TimerService timeout fired within timer-creation transaction
TimerService timeout fired within timer-creation transactionImagine the following scenario: A session bean creates a timer with application depending timeout duration. Due to some some network IO the same transaction runs a bit longer... longer than the timeout duration of th...
flushCache issueI would like to share some thoughts while I am working on the fix for http://jira.jboss.com/jira/browse/JBAS-979 If an instance is in use in a transaction, it cannot be just removed from the cache. Because subsequent...
handling for java.rmi.UnmarshalExceptionThis thread is related to jira issue JBAS-2999 (http://jira.jboss.com/jira/browse/JBAS-2999). So I see two issues here (as Adrian stated in the case). The first is how to identify that unmarshalling exception occurre...
Duration of container getCallerPrincipalRelated to: http://jira.jboss.com/jira/browse/JBAS-2947 is an issue that I thought had already been addressed, but still has an issue with running under a security manager. The org.jboss.test.cmp2.audit.test.AuditUnit...
Thread Failure of security tests in 4.0.x branch testsuite
Failure of security tests in 4.0.x branch testsuiteThere are loads of testsuite failures in the security related tests with an error "Invalid Password". The reason is that in the SecurityAssociationHandler (the default callback handler for the JaasSecurityManagerServi...
Discussion of JBAS-2436I have placed my local changes into http://jira.jboss.com/jira/browse/JBAS-2436 So, I would like someone to evaluate these changes, as a code inspection. A basic explanation on this: I have for this IMarshalledValue...
Thread Option to disable "local" invalidation from Cache Invalidati
Option to disable "local" invalidation from Cache InvalidatiRecently I've seen some forum postings and a support case where users complained that when they changed a commit option A entity, the CIF invalidated the entity on the local node, not just on the other nodes in the cl...
JBAS-2668 EntitySynchronizationInterceptorWhile trying to fix JBAS-2668, I have broken the unit test EJBLoadTest: http://jira.jboss.com/jira/browse/JBAS-2745 However, the problem to me lies not in my fix, rather it is the way that when under no tx and with c...
JBAS-2695 LRUStatefulContextCachePolicyhttp://jira.jboss.com/jira/browse/JBAS-2695 "scott.stark" wrote: The RemoverTask of the org.jboss.ejb.plugins.LRUStatefulContextCachePolicy performs removal of passivated beans based on a maxBeanLife - maxBeanAge di...
Thread [JBAS-1926] - Behavior of EJB Timer Service during exception
[JBAS-1926] - Behavior of EJB Timer Service during exceptionI am looking at http://jira.jboss.com/jira/browse/JBAS-1926?page=all. I have been able to duplicate the issue described by using the following code in a session bean: public void ejbTimeout(Timer timer)
{
System.o...
Thread QueuedPessimisticEJBLock not releasing lock on read-only met
QueuedPessimisticEJBLock not releasing lock on read-only metI have been experiencing problems where the deadlock detector was detecting deadlock after a series of calls on read-only methods. It is my understanding that when calling a sequence of entirely read-only methods that...
Thread UID.hashCode returning same values ( JBAS-2564 )
UID.hashCode returning same values ( JBAS-2564 ) sorry, probably i fault as i did hey it explicitly. The test is to prove that the issue exists. Hence successful run of the test above means that it HASN'T been fixed. (the test fails if a different hashcode...
Thread Lock Contention on org.jboss.ejb.BeanLockManager
Lock Contention on org.jboss.ejb.BeanLockManagerAs for http://jira.jboss.com/jira/browse/JBAS-2428 the contention happens when we have a huge number of threads accessing a single EJB (on my testcase a Stateful Session Bean). We are doing this tests in a huge hardw...
JBAS-2528 - NonSerializableFactory(-ies)Discussion thread for http://jira.jboss.com/jira/browse/JBAS-2520 "Mirko Nasato" wrote: NonSerializableFactory uses the atom as the key in its map. If you bind java:/app1/MyObject using rebind(Context ctx, Stri...
ejbadapter in Branch_3_2I can see classes and META-INF getting generated for this, but I'm unless I'm stupid (which is probably true :-) there is no deployment created. I've converted this not to use xdoclet and moved the META-INF into src/...