• Using TimerTask inside JBOSS

    Are 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?
    Profile Photo
    created by ector7280
  • JBoss 4.0.X SVN won't start with Cluster

    I 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...
    Profile Photo
    last modified by clebert.suconic
  • JBAS-3428 - Duplication on Proxies

    MBeanProxyExt.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...
    Profile Photo
    last modified by clebert.suconic
  • JBAS-2773 - LRUEnterpriseContextCachePolicy should be update

    I 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...
    Profile Photo
    last modified by dlofthouse
  • JBAS-993 broke the dependency contract

    The 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...
    Profile Photo
    last modified by starksm64
  • TimerService timeout fired within timer-creation transaction

    Imagine 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...
    Profile Photo
    last modified by tzwoenn
  • flushCache issue

    I 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...
    Profile Photo
    last modified by aloubyansky
  • handling for java.rmi.UnmarshalException

    This 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...
    Profile Photo
    last modified by tom.elrod
  • Duration of container getCallerPrincipal

    Related 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...
    Profile Photo
    last modified by starksm64
  • Failure of security tests in 4.0.x branch testsuite

    There 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...
    Profile Photo
    last modified by anil.saldhana
  • Discussion of JBAS-2436

    I 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...
    Profile Photo
    last modified by clebert.suconic
  • Option to disable "local" invalidation from Cache Invalidati

    Recently 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...
    Profile Photo
    last modified by brian.stansberry
  • JBAS-2668 EntitySynchronizationInterceptor

    While 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...
    Profile Photo
    last modified by ben.wang
  • JBAS-2695 LRUStatefulContextCachePolicy

    http://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...
    Profile Photo
    last modified by starksm64
  • [JBAS-1926] - Behavior of EJB Timer Service during exception

    I 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...
    Profile Photo
    last modified by npahucki-novell
  • QueuedPessimisticEJBLock not releasing lock on read-only met

    I 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...
    Profile Photo
    last modified by mjtodd
  • 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...
    Profile Photo
    last modified by clebert.suconic
  • Lock Contention on org.jboss.ejb.BeanLockManager

    As 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...
    Profile Photo
    last modified by clebert.suconic
  • 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...
    Profile Photo
    last modified by mnasato
  • ejbadapter in Branch_3_2

    I 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/...
    Profile Photo
    created by adrian.brock