• CLIENT-CERT enabled EJB3 in JBoss5.1

    After have struggled a bit to setup this stuff, learning a lot of interesting things, so here I am writing a  clean, pure description of how set up a CLIENT-CERT enable EJB3 application in JBoss5.1 which uses a D...
    Profile Photo
    last modified by m.nagni
  • EJB 3 TrailBlazer

    The attached trailblazer EJB3Trail.zip is currently not available from the original site. It's a handy, if outdated, collection of examples using EJB 3 features.     Update on 2010-10-27: The original EJB3T...
    Profile Photo
    last modified by bdill
  • Feature Matrix EJB 3 in AS 6

    The following table shows the features of EJB 3.1 which are available in JBoss Application Server 6.0.0.Final. It follows the same format as table 27 in the EJB 3.1 JSR "Required contents of EJB 3.1 Lite and Full EJB ...
    Profile Photo
    last modified by wolfc
  • EJB 3.1 Embeddable

    EJB 3.1 Embeddable prototype This page reflects the current state of the JBoss EJB 3.1 Embeddable prototype.   The JBoss EJB 3.1 Embeddable prototype is not JBoss Embedded or the old EJB 3 Embedded. The old EJB ...
    Profile Photo
    last modified by wolfc
  • EJB 3.0 and env-entry injection

    package org.acme; public class MyClass {   @Resource(name="providerURL") String field; } <env-entry> <env-entry-name>providerURL</env-entry-name> <env-entry-type>java.lang.String</e...
    Profile Photo
    last modified by ozizka
  • Lazy EJB3.1 timerservice deployment starting JBoss AS 6.0.0.M5

    Background:  EJB3.1 timerservice support was introduced in AS 6.0.0.M4 http://community.jboss.org/wiki/EJB31inJBossAS600M4. The implementation is based on JPA (Hibernate as the provider in JBoss AS). This added ...
    Profile Photo
    last modified by jaikiran
  • Simple LDAP Authentication for EJB3

    There are plenty articles available describing how to set up parts of LDAP authentication for EJB3, but I battled to find an article which pulls everthing together (If I have missed one, please provide a link).  ...
    Profile Photo
    last modified by cullendw
  • EJB3.1 Singleton Beans in AS 6.0.0 M3

    h5. Overview   JBoss AS 6.0.0.M3 which was released on May 5th 2010, introduces support for EJB3.1 Singleton beans.   h5. What to download and how to use   You can download JBoss AS 6.0.0.M3 from [he...
    Profile Photo
    last modified by jaikiran