• Maintaining Stateful Session Bean reference across multiple Servlets

    Hi,           I am trying to use statful session bean to maintain user related details for particular session(instead of using HttpSession). I am using a instance variable...
    Profile Photo
    created by shankarvignesh
  • Problems with resource injection in EJBs

    Hi guys,   Im having troubles to get my connection factory using annotation resource. It works well with the JNDI lookup but it does not with the annotation, my connection factory is null.   This is my c...
    Profile Photo
    created by cedricceler
  • @Alternative injection approach for EJB 3.1

    Hi @ all,   the injection of CDI beans allows @Qualifiers and @Alternatives for inject an aonother implementation of services. But CDI doesn't support transaction propagatio, timerservice, security etc.   ...
    Profile Photo
    last modified by suikast42
  • Barrier service restart and dependency injection

    I have a service depends on jboss.ha:service=HASingletonDeployer,type=Barrier When I stop the Barrier from jmx-console, my service also stopped and destroyed as well. Then if I start the barrier from jmx-console, t...
    Profile Photo
    created by mashiur.rahman
  • Ejb3 MBeans External Configuration ?

    Hello guy's, im kind of new here so first of all I want to thank you for the any support that you will give to me. Here is my question now, iv'e bean searching since 2 day's on and off ..   I am an Jboss as 6 ...
    Profile Photo
    last modified by christian.leclerc
  • Distributed transaction

    All:   Does anyone have an example of connecting to two databases using JPA (2 persistence.xml) and performing a XA transaction?   Thanks
    Profile Photo
    last modified by javajoy
  • /hibernate.cfg.xml not found in Jboss 6.0.0 Final

    I would like to know the package structure for placing the hibernate.cfg.xml . placing it in the src folder is not working...   I am trying to use hibernate with EJB 3.0.  please refer some useful links for...
  • WebServiceContext proxy

    Recent discussions showed that beans should have a WebServiceContext proxy injected before they become method ready, which in turn delegates to a ThreadLocal or throws an IllegalArgumentException if the context is not...
    Profile Photo
    last modified by heiko.braun
  • jboss-logging on JBoss 6.0.0 is limited

    Previously JBoss used log4j. This was very conveniant especialy for the abstract class AppenderSkeleton.   We used this to programmatically add an appender.   Now in jboss 6.0.0, they use jboss-logging and...
    Profile Photo
    created by javapenguin
  • Adding interceptor at runtime / dynamically

    I'm trying to add EJB' AOP intreceptor for Weld, in some deployer. Should this work? Or when does EJB container assemble its AOP interceptors?   As I tried debugging, but the interceptor is never hit. This is ...
    Profile Photo
    last modified by alesj
  • Cache configurations for EJB3 stateful beans

    While updating the reference docs for EJB3, i found this information for JBossAS-4.x related to Stateful bean caching: Stateful beans are stored in a cache. This cache is responsible for passivated stateful sessions...
    Profile Photo
    last modified by jaikiran
  • Externalizing Scope: Resolving EJB References and Endpoints

    We currently leverage DeploymentUnit to address scoping while resolving EJB references or endpoints.  For instance:   http://anonsvn.jboss.org/repos/jbossas/projects/weld-int/trunk/ejb/src/main/java/org/jbo...
    Profile Photo
    last modified by alrubinger
  • EJBTHREE-2198 EJB resource providers for switchboard and the dependency issues

    Here's a quick overview of what the @EJB, ejb-ref, ejb-local-ref resource provider is expected to do. More details about what a ResourceProvider is and what role it plays can be found in this wiki http://community.jbo...
    Profile Photo
    last modified by jaikiran
  • New component ejb3-heks

    To make it possible to leap forward instead of walk I'm going to create a new component ejb3-heks. In essence it's a 'no holds barred' component, but for two conditions: keep it small document the intention of each ...
    Profile Photo
    created by wolfc
  • Enhancing the EJB3 Plugin

    I have started a wiki outlining the enhancements to the EJB3 Plugin http://www.jboss.org/community/wiki/EJB3Pluginenhancement. We can discuss the details here and i can then update the wiki accordingly.
    Profile Photo
    last modified by jaikiran
  • SessionContext.getBusinessObject no-interface view

    I've committed https://jira.jboss.org/browse/EJBTHREE-2126 which brings BusinessObjectFactory as a plug-point. This can now be overriden within AS with a factory that handles no-interface view.
    Profile Photo
    created by wolfc
  • New metadata component ejb3-effigy

    I'm creating a new component which should form the single integration point between all core code and the metadata representation used by the runtime. For AS 6 this means JBMETA 2.x.
    Profile Photo
    last modified by wolfc
  • EJB3 Passivation - Moving away from JBSER for AS6?

    I was having a discussion with David and Lincoln yesterday about the https://jira.jboss.org/browse/JBAS-8557 issue which causes passivation failures. Although the issue with that specific JIRA appears to be a classloa...
    Profile Photo
    last modified by jaikiran
  • Deferring instance creation/injection to CDI

    There are a number of JIRA items which currently require CDI to be able to intervene in the process of EJB and EJB interceptor instance creation process (these may not be all the items, but :   https://jira.jbos...
    Profile Photo
    last modified by marius.bogoevici
  • EJBTHREE-2143 EjbReferenceResolver for nointerface view

    I'm going to prioritize https://jira.jboss.org/browse/EJBTHREE-2143 and start working on it today. The reason I had not touched it this long, was because even though the implementation was easy, it required some caref...
    Profile Photo
    last modified by jaikiran