• EJB3 Classloader Leak (EJBTHREE-1442)

    I've moved this topic away from http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175163 as the culprit is no longer the proxy factories. I've found that the remaining transient failures may be linked...
    Profile Photo
    last modified by alrubinger
  • EJB 3.1 Interceptor Support Library

    A short update on this: - we have a first version of the interceptor library at https://svn.jboss.org/repos/jbossas/projects/interceptors - as far as I can tell by now, it has all what we need for implementing JSR-29...
    Profile Photo
    created by marius.bogoevici
  • ThreadLocalPool - Is it working the way we think?

    I'm starting this thread because I have been bothered for awhile about this instance pool. In two situations (both of which I cannot reference publicly, but anyone wants to have a private conversation I can explain),...
    Profile Photo
    last modified by andy.miller
  • Caching anntations from MDR

    https://jira.jboss.org/jira/browse/EJBTHREE-1914 With EJBTHREE-1914 we introduced a CachingAnnotationRepository which will query MDR only once. This means that changing the meta data runtime doesn't work any more. T...
    Profile Photo
    created by wolfc
  • HornetQ JCA Adapter question

    Guys, HornetQ has its own RA adapter for MDB's and we have a question regarding the spec and the ejb3 implementation you may be able to answer. This is regarding section 12.5.6 of the JCA spec. Originally we used O...
    Profile Photo
    last modified by ataylor
  • "ssladvanced" Boot Errors

    Posting this for Anil to review the (probably outdated) configs. Error is: 20:22:02,471 ERROR [AbstractKernelController] Error installing to Start: name=jboss.remoting:service=ServerSocketFactory,type=SecurityDomai...
    Profile Photo
    last modified by alrubinger
  • EJB3 + JPA + JBoss 5.1.0 GA

    Hello friends!!! I'm having a problem I run a client class of a bean. The error occurs when the call is made to a class method (as code below) I'm using JPA + EJB3 + JBoss 5.1.0 GA Would anyone tell me what ca...
    Profile Photo
    last modified by petryk
  • JNDI names with a leading /

    I have a fix for https://jira.jboss.org/jira/browse/EJBTHREE-1884 in which, i now bind the remote ProxyFactory to the JNDI. A local testsuite run after this fix, has exposed a couple of other issues, one of which is i...
    Profile Photo
    last modified by jaikiran
  • Quartz MDB integration and classloader issues

    There have been more than a couple of users now, having trouble with getting the Quartz integration with MDB running. Here are the 2 instances, for example: http://www.jboss.org/index.html?module=bb&op=viewtopic&...
    Profile Photo
    last modified by jaikiran
  • EJB 3.1 requirements for Web Beans

    Hi guys, Whilst eventually, we will need to test Web Beans against the whole of EJB 3.1, there are a number of specific pieces of functionality the spec makes assertions about. Therefore we cannot pass the CDI/JSR-29...
    Profile Photo
    last modified by pmuir
  • Remoting issue

    A thread in the Remoting user forum ("JBREM-877: New Socket Connection is being Created for Every" - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126382) has brought up an interesting issue concern...
    Profile Photo
    last modified by ron_sigal
  • EJBTHREE-1823 - handling of res-type in resource-ref

    In https://jira.jboss.org/jira/browse/EJBTHREE-1823 a warning message was introduced if a "resource-ref" in ejb-jar.xml lacks the element "res-type". 19:56:41,171 WARN [ResourceHandler] EJBTHREE-1823 : <res-type&...
    Profile Photo
    last modified by wolfgangknauf
  • Filtering non-EJB3 deployments in the EJB3 deployer

    Currently it's done like this public void deploy(VFSDeploymentUnit unit, JBossMetaData metaData) throws DeploymentException { try { // Pickup any deployment which doesn't have metaData or metaData with ejbVersion...
    Profile Photo
    last modified by aloubyansky
  • Unique JNDI Names

    @see https://jira.jboss.org/jira/browse/JBPAPP-2124 I'm constructing a (supposedly) unique String from the same formula we use for JNDI Names: [earName-]ejbName But as this shows, error in deployment when 2 EJBs in...
    Profile Photo
    last modified by alrubinger
  • EJBTHREE-995

    https://jira.jboss.org/jira/browse/EJBTHREE-995 Gavin reports outstanding issues w/ SessionSynchronization. I've interpreted the issue description as: * SFSB bean implementation class implements SessionSynchronizati...
    Profile Photo
    created by alrubinger
  • Cleaning up Logging

    I know we've discussed this before, but let's just get these on the table. I want to kill the following (to DEBUG): 12:53:39,374 WARN [StatelessBeanContext] EJBTHREE-1337: do not get WebServiceContext property from ...
    Profile Photo
    last modified by alrubinger
  • BeanContainer.getAnnotation returning the old value

      ant -f build-test.xml one-test -Dtest=security5 If you place the break point in BeanContainer->getAnnotation for method FirstBean->echo and the annotation "RolesAllowed", you will see that it returns a...
    Profile Photo
    last modified by anil.saldhana
  • EJBTHREE-1844: Retry on rollback

    I've added a function to retry an operation whenever an EJBTransactionRolledbackException occurs. Usually this is because of a resource commit failure, which could be caused by a temporary problem (dead lock / outage)...
    Profile Photo
    last modified by wolfc
  • WARN message in InterceptorsFactory

    I was looking at https://jira.jboss.org/jira/browse/EJBTHREE-1841 and other similar user complaints about the following WARN log message on first access to a bean: 09:02:34,655 WARN [InterceptorsFactory] EJBTHREE-12...
    Profile Photo
    last modified by jaikiran
  • Injecting into the Containers

    Are we still without a mechanism to inject into the Containers? Containers are installed into MC by way of Ejb3Deployment.registerEJBContainer > MCKernelAbstraction: AbstractBeanMetaData bean = new AbstractBeanM...
    Profile Photo
    last modified by alrubinger