Log in to follow, share, and participate in this community.
Thread Looking up no-interface views
Looking up no-interface viewsI'm looking for a way of looking up a no-interface view by the bean class (for weld-int) - is there any way to use the EjbReferenceResolver for that - or is there an equivalent for no-interface views? Thanks, ...
Manipulating interceptor metadataSo, for Weld we use an interceptor in order to apply the JSR-299 interceptors (bound using @InterceptorBinding) to EJBs. The requirement is to invoke those interceptors after the standard EJB 3 interceptors. ...
EJB reference resolversh1. Purpose of this document:
This wiki briefly explains the EJB reference resolvers in the JBoss EJB3 project.
h1. Background
Assuming a @EJB has to injected into a component or a component has a ejb-ref, this re...
What makes a business method asynchronous?... other than the use of @Asynchronous annotation or it's xml equivalent. From what I see in the EJB3.1 Spec, Section 4.5.1: The @Asynchronous annotation is used to designate which business methods are asynchr...
jboss-ejb3-singleton Authoritative RepoJai: http://github.com/jbossejb3/jboss-ejb3-singleton I forked this one, so we can do releases from it. Note that your GitHub repo is now following a but behind, so you'll wanna pull in the latest. ...
Thread Error on integrating ejb3-singleton 1.0.0-alpha-7
Error on integrating ejb3-singleton 1.0.0-alpha-7Putting the new ejb3-async and ejb3-singleton into AS I'm now booting with the error below. The errors can be reproduced by checking out: https://svn.jboss.org/repos/jbossas/branches/TEMP_ALR_JBAS-8146...
New transactions component jboss-ejb3-tx2I've created a new transactions component at http://github.com/wolfc/jboss-ejb3-tx2. It is meant to replace the old jboss-ejb3-transactions component which is purely based on AOP with an implementation based o...
Thread Unexpected behaviour when binding to java:comp and @Startup beans
Unexpected behaviour when binding to java:comp and @Startup beansSo, for Weld-int we bind a BeanManager to java:comp/BeanManager. In order to make it accessible to EJBs, the binding procedure works like this: 1) Obtain the JavaEEComponent which corresponds to the EJBs...
Obtaining the Container in an InterceptorCurrently we've no way of injecting the EJB Container into an Interceptor instance. Instead, how do we feel about setting Invocation metadata to add the container under some known key in before SessionSpecCont...
EJB 3.1 Embedded EJBContainer in ASI'm tracking integration of the Embedded EJB3 "EJBContainer" APIs into AS here: https://jira.jboss.org/jira/browse/JBAS-7964 The task for the "embedded" component is: https://jira.jboss.org/jir...
HornetQ Resource Adapter and DLQ handlingTheres currently an issue with DLQ handling in the HornetQ resource Adapter. Basically we ignore the DLQ settings in the Activation spec. These were only added because there is some code that calls these and sets thes...
Wrong JNDI context returned from EJBHi EJB team, This is related to issue: https://jira.jboss.org/jira/browse/JBAS-7888 I'm analyzing this failure: http://jbossws.jboss.org:8180/hudson/job/AS-TESTS-AS-6.0.1/113...
ejb3_1 and its relation with ejb3 bomRight now we are duplicating the version info for EJB3 modules/components in 2 places: 1) bom as-6 http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/bom/as6/trunk/pom.xml 2) ejb3_1 module http://...
BOMs Away - Composing Dependency ManagementLast week I had the opportunity to hang with Paul Gier, members of the product team, and some Maven thought leaders to discuss best practices for the EJB3 and Application Server builds. Some history: we initia...
Fixing the EJB3 testsuite...I've tried fixing the testsuite myself.. but the build is somewhat... well... broken now... So, I will just provide you guys a quick howto, and you guys can do it. I've tried to upgrade the jboss-test dependen...
Requirements: Remote InvocationThis is a requirements document for EJB proxies. Please direct questions and comments to this thread: Proxy Requirements Please do not remove any sections. If a requirement is to be removed, please...
Proxy RequirementsI've created a requirements document atRequirements: Remote Invocation to encapsulate the requirements for EJB proxies (and, in a more general sense, remote invocation). It's a work in progress; if you have a co...
Thread Getting access to correct java:comp Context from SwitchBoardOperator
Getting access to correct java:comp Context from SwitchBoardOperatorThe SwitchBoardOperator needs access to the correct java:comp Context when starting. Looking at the NamingDeployers, it looks like the correct approach would be to get access to the deployed JavaEEComponent....