• Releasing (initial version) of proxy component tomorrow

    There are some components (like nointerface and singleton) which are currently depending on snapshots of "proxy" component http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/proxy/trunk/   I am plan...
    Profile Photo
    last modified by jaikiran
  • Lookup to java:comp/EJBContext during postconstruction

    I will just refer to the problem indicated in http://seamframework.org/Community/TheMessageDrivenBeanSagaContinues   While a CDI problem per se, it seems like doing this:   @MessageDriven(activationConfig=...
    Profile Photo
    last modified by marius.bogoevici
  • javax.naming.NameNotFoundException: JNDI name not bound

    Hi folks,      could someone have a look to https://jira.jboss.org/jira/browse/JBQA-2913 and tell me what's going wrong there?
    Profile Photo
    last modified by ropalka
  • Default remove timeout

    I got Martin to do a bit more digging around EJB removal timeout to try and establish what the default removal timeout is on JBoss AS.   The issue is that, as Weld uses the http session to back both the session ...
    Profile Photo
    last modified by pmuir
  • EJBTHREE-2007: VFS Abstraction

    https://jira.jboss.org/jira/browse/EJBTHREE-2007   I've created a skeleton project to house our VFS abstraction:   http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/vfs/trunk/   Somethi...
    Profile Photo
    last modified by alrubinger
  • EJBTHREE-2024 Default timeout on EJB3 remoting socket connector

    https://jira.jboss.org/jira/browse/EJBTHREE-2024   As seen in recent Hudson build environment, the default client socket timeout (30 minutes) on EJB3 remoting connectors is a bit too high. IMO, a timeout of 10 m...
    Profile Photo
    last modified by jaikiran
  • Proxy SPI

    Based on our discussion yesterday about a need for a proxy-spi, here's what my initial thoughts are. The following SPI keeps in mind both nointerface view (which uses Javassist) and the other business view (which use ...
    Profile Photo
    last modified by jaikiran
  • How to get all session beans from JBoss server

    Hi,   I'm using JBoss 4.2.3. At the moment I'm programming a short application. This application should locate all session beans in an deployed ear-file. Then I should be able to make a reflection to each sessio...
    Profile Photo
    last modified by tbar0711
  • EJBTHREE-1998: TestSuite Client Dependencies from JBOSS_HOME

    I've committed the patch for EJBTHREE-1998 which builds the test client classpath from artifacts under JBOSS_HOME.   Note that if libraries move around between AS targets (ie, EAP and As trunk), we'll need to co...
    Profile Photo
    last modified by alrubinger
  • Source Location for EJB3 Components

    Persuant to discussions Carlo, Jaikiran and I have been having lately, I've extracted the component charged with bringing @Asynchronous support to EJB into its own space:   http://anonsvn.jboss.org/repos/jbossas...
    Profile Photo
    last modified by alrubinger
  • EJB3 Version Targets for AS 6.0 M3

    What version of the various EJB3 sub-projects are targeted for AS 6.0 M3?  I have done some initial VFS3 integration on a branch based off the EJB3 trunk, but have run into some version conflicts integrating the ...
    Profile Photo
    last modified by johnbailey
  • EJB3 (duplicate) configuration files in AS trunk

    I see that we maintain a copy of ejb3-deployers-jboss-beans.xml and jpa-deployer-jboss-beans.xml in AS/ejb3/src/resources/META-INF. I sort of remember that we had discussed something related to these duplicate files. ...
    Profile Photo
    last modified by jaikiran
  • EJB metadata and the jndi policy decorators

    While integrating no-interface metadata support in AS i see that there's one more stumbling block - the jndi policy decorator(s). From what i see of those decorators, they are meant to provide (decorated) jndi names o...
    Profile Photo
    last modified by jaikiran
  • EJBTHREE-1978: No additional activationConfigProps for message-dest-link

    @see https://jira.jboss.org/jira/browse/EJBTHREE-1978   Given:   <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"   xsi:schemaLocation="http:/...
    Profile Photo
    last modified by alrubinger
  • DeploymentUnit, EJB, and JAX-RS/RESTEasy

    Will EJBs be in the same DeploymentUnit as a WAR?  (THey are currently).   The reason I ask is that JAX-RS/RESTEasy integration needs to know:   a) If an EJB using JAX-RS is deployed within a WAR or n...
    Profile Photo
    last modified by bill.burke
  • Packaging type of ejb3_1 component

    When i created the ejb3_1 component recently, i set its packaging type to "pom" (like the earlier "ejb3" component) so that it just acts as a component which will bring in the necessary dependencies, to provide the EJ...
    Profile Photo
    last modified by jaikiran
  • EJB3 project integration in AS

    Right now the AS pulls in EJB3 through the "as-int" component (which is "ejb3" component + a bit more). Now that we are going to have EJB3.1 features, we will now have an "ejb3_1" component. The "ejb3_1" component is ...
    Profile Photo
    last modified by jaikiran
  • ejb3-deployers-jboss-beans.xml core

    While working on some of the integration points for ejb3-nointerface component, i noticed that the ejb3-deployers-jboss-beans.xml in "core" has MC beans from across various other components (like ejb3-deployers) on wh...
    Profile Photo
    last modified by jaikiran
  • javax.naming.NameNotFoundException: QName_ejb_vehicle not bo

    Hi Folks, I'd like to ask experts first to don't waste my time. How could I fix this problem?
    Profile Photo
    last modified by ropalka
  • EJBTHREE-1670 - Quartz scheduler integration failing on JBos

    The JCA Inflow tutorial for quartz is failing against JBoss-5.0 GA. The tutorial is nothing more than a MDB configured with an ActivationConfigProperty "cronTrigger" http://jboss.org/community/docs/DOC-11724 The depl...
    Profile Photo
    last modified by jaikiran