• Design of EJB 3.1 @Asynchronous

    This is to document an initial proposal for design of the new @Asynchronous handling required of EJB 3.1. Initially I'll describe the flow in prose until I get some good diagrams. :) I'm sure this will change a bunch...
    Profile Photo
    created by alrubinger
  • JBoss 5.0.0.GA: jboss.entity.manager.factory.jndi.name w/ su

    I'm upgrading an enterprise app from JBoss 4.2.1.GA to JBoss 5.0.0.GA and have hit a snag. In persistence.xml, the property jboss.entity.manager.factory.jndi.name should allow binding EntityManagerFactory instances i...
    Profile Photo
    last modified by matt10
  • JPA deployers in jboss-ejb3-embedded

    jboss-ejb3-embedded uses its own copy of jpa-deployers-beans.xml: <?xml version="1.0" encoding="UTF-8"?> <deployment xmlns="urn:jboss:bean-deployer:2.0"> <bean name="DataSourceDependencyResolver" cl...
    Profile Photo
    last modified by jaikiran
  • ExtendedManagedObjectAdvisor returns null getMethodInfo(meth

    Trying to setup JAAS configuration using EJB3, JBossAS5.0 and LdapLoginModule. We have been using same configuration in Jboss 4.2 The LDAP part seems to run OK but in the server, I get null info after MethodInfo info ...
    Profile Photo
    last modified by ugge
  • Maven release - How is the parent version updated?

    While working on an (unrelated) issue, i noticed that the pom.xml of jboss-ejb3-embedded still has version 1.0.0-Beta9 for the parent jboss-ejb3-build https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk/embedded/p...
    Profile Photo
    created by jaikiran
  • WARN logs in InterceptorRegistry

    In the current version of EJB3 on JBoss-5.0GA, a bean method invocation always generates a lot of these WARN messages: WARN [InterceptorRegistry] applicable interceptors is non-existent for ..... Looking at the Int...
    Profile Photo
    last modified by jaikiran
  • jboss-ejb3-project

    This is to document a new component we'd discussed in IRC. "project" module is to define the dependency chain, taking this responsibility away from "as-int". "as-int" may then be broken into "as5-int" and "as6-int", ...
    Profile Photo
    last modified by alrubinger
  • jboss.entity.manager.factory.jndi.name

      "carlo" wrote: This function doesn't work anymore in the current jpa deployers release: <property name="jboss.entity.manager.factory.jndi.name" value="java:/dvdEntityManagerFactory" /> See http://view...
    Profile Photo
    last modified by pmuir
  • Accessing org.hibernate.Session from EntityManager

    For accessing org.hibernate.Session from a EntityManager, the JBossAS4.x docs for EJB3, recommend: You can get access to the current underlying Hibernate Session by typecasting your reference to EntityManager. @Per...
    Profile Photo
    created by jaikiran
  • EJB 3.1 TimerService

    For the EJB 3.1 TimerService there are two goals: 1. EJB 3.1 functionality 2. true clustering For the EJB 3.1 functionality refer to chapter 18 of the spec. Right now the timer service doesn't do real clustering. It...
    Profile Photo
    last modified by wolfc
  • Redesign of Pool Configuration

    Looking over @Pool and @Cache configurations, I'm not happy with the metamodel available and the implementation I'd put in place last year while resolving API leaks. Starting this Thread to document the discussion so...
    Profile Photo
    last modified by alrubinger
  • EJB3 Timebox Release Schedule

    What are we comfortable with? Monday deadlines are attractive to me, as we could plan on starting releases Thursday/Friday, with some weekend time to address any last-minute problems. However, if we release on a *day...
    Profile Photo
    last modified by alrubinger
  • Versioning

    I propose we drop the qualifier (ie. "-Beta7") from all components that are not directly consumed by some other project. This currently affects everything except jboss-ejb3-as-int and jboss-ejb3-plugin. Reason: For ...
    Profile Photo
    last modified by alrubinger
  • Dependency on jbossws-native

    Hi, I see the following in the AS5 ejb3 module's pom.xml: <dependency> <groupId>org.jboss.ws.native</groupId> <artifactId>jbossws-native-jaxws</artifactId> </dependency> What...
    Profile Photo
    last modified by asoldano
  • EJBTHREE-1607 Update EJB3.0 Tutorials

    I have been updating the EJB3 tutorials and have committed the "stateless" tutorial at https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk/docs/tutorial/stateless/ The plan is to allow the users to run these tuto...
    Profile Photo
    last modified by jaikiran
  • New component: profile3_1

    The goal of this component is to provide an EJB 3.1 profile configuration for use in JBoss Reloaded. To get off the ground fast we're going to use JBoss Bootstrap and hardcoded 1 profile in the bootstrap. This will ...
    Profile Photo
    last modified by wolfc
  • EJBTHREE-1669 : @Service tutorial on JBoss-5.0 GA

    The "service" tutorial fails against the JBossAS-5.0 GA server. The @Service is almost on the lines of what we have in our testsuite, except for one difference. The one in the tutorial uses @Depends on a field/method...
    Profile Photo
    last modified by jaikiran
  • Incompatible change to JBossASKernel

    With changes r82684 & r82689 JBossASKernel has become incompatible with ejb3-core. This leads to the following problem when trying to deploy service beans into a patched AS GA: http://www.jboss.com/index.html?modu...
    Profile Photo
    last modified by wolfc
  • Failing invoker tests

    @see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148429 I've brought the server configs up-to-date, opened https://jira.jboss.org/jira/browse/EJBTHREE-1675, and have marked as a known issue until...
    Profile Photo
    last modified by alrubinger
  • PU Injection across JARs (unrelated DeploymentUnits)

    Failing is "org.jboss.ejb3.test.hbm.unit.EntityUnitTestCase.testAll". Use case is 2 JARs, one declaring a PU and the other has EJBs that want to inject this PU. The JARs are deployed independently (not part of an EAR...
    Profile Photo
    last modified by alrubinger