Log in to follow, share, and participate in this community.
Thread EJB3 Classloader Leak (EJBTHREE-1442)
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...
EJB 3.1 Interceptor Support LibraryA 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...
Thread ThreadLocalPool - Is it working the way we think?
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),...
Caching anntations from MDRhttps://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...
HornetQ JCA Adapter questionGuys, 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...
"ssladvanced" Boot ErrorsPosting 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...
EJB3 + JPA + JBoss 5.1.0 GAHello 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...
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...
Thread Quartz MDB integration and classloader issues
Quartz MDB integration and classloader issuesThere 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&...
EJB 3.1 requirements for Web BeansHi 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...
Remoting issueA 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...
Thread EJBTHREE-1823 - handling of res-type in resource-ref
EJBTHREE-1823 - handling of res-type in resource-refIn 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&...
Thread Filtering non-EJB3 deployments in the EJB3 deployer
Filtering non-EJB3 deployments in the EJB3 deployerCurrently 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...
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...
Cleaning up LoggingI 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 ...
Thread BeanContainer.getAnnotation returning the old value
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...
EJBTHREE-1844: Retry on rollbackI'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)...
WARN message in InterceptorsFactoryI 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...
Injecting into the ContainersAre 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...