• How to configure EJB3 MDBs for IBM Websphere MQ

    You do not need deployment descriptors for ejb3.  The perferred method for configuring EJB3s would be with the annotations.   This is how you would define your ejb3 bean with all of the properties.   ...
    Profile Photo
    last modified by yogamaha
  • Can web project include jbossclient.jar for ejb remote call

    Hi,   I met a problem when I call remote ejb interface in a war.   1. I create a EJB project, and have a remote interface, and deploy it to JBoss AS7.1.1 successfully   2. I create a dynamic web proj...
    Profile Photo
    last modified by kolaye
  • EJB3.1 in AS 6.0.0.M2

    h5. Overview JBoss AS 6.0.0.M2 which has been released on Feb 16th 2010, contains the initial support for EJB3.1. More specifically, it includes support for: * EJB3.1 no-interface view * EJB deployment through .war...
    Profile Photo
    last modified by shonkylogic
  • EJB3.1 in JBoss AS 6.0.0.M4

    h5. Overview JBoss AS 6.0.0.M4 introduces support for EJB3.1 Timer Service and EJB3.1 Asynchronous invocations. h5. What to download and how to use You can download JBoss AS 6.0.0.M4 from [here|http://www.jboss.or...
    Profile Photo
    last modified by marcuslinke
  • How to use an application client in JBoss-5

    This wiki tries to explain the usage of application client container in JBoss. It consists of two parts: first an EJB is injected, the second part shows how to inject a MessageDrivenBean Queue.   Injection of EJB...
    Profile Photo
    last modified by wolfgangknauf
  • From AS 5.0.0.Beta3 to 5.0.0.CR2

    Migrating from JBoss AS 5.0.0.Beta3 to JBoss AS 5.0.0.CR2This guide outlines the migration that must be made on an EJB 3 module for use in AS 5.0.0.CR2. Note that deployment changes of JPA are also mentioned, but not ...
    Profile Photo
    last modified by wolfc
  • Logging Contextual Information

    Introduction Informative, granular log statements are essential to any server-side application.  JBoss relies on the popular Log4J framework to bring this capability to users.  However, typical logging statm...
    Profile Photo
    last modified by cbredesen
  • DNA integration with Java EE

      JBoss DNA integration with enterprise services or one of possible answers to the Ultimate Question of Life, the Universe, and Everything Well, while the answer is not that simple like 42 but considering that JB...
    Profile Photo
    last modified by lisbor
  • StarterSkeletonEclipseProject

    Getting Your EJB3 Project Started  The purpose of this page is to provide a skeleton project that you can use to get an EJB3 project started quickly.  It has an ANT script, Eclipse project settings, Eclipse...
    Profile Photo
    last modified by mazz
  • Configuring Applications For Both Clustered And Non Clustered Environments

    The aim of this wiki is to explain how to configure applications so that they can be deployed both as clustered and as non-clustered applications in the most efficient way.   Do I Really Need To Do This? It's wor...
    Profile Photo
    last modified by galder.zamarreno
  • Clustered EJB3 Bean Serializable Requirements

    The aim of this wiki is to explain the clustered EJB3 bean serializable requirements that a developer must be aware of.   Clustered Session Beans (SLSB & SFSB) First of all, clustered EJB3 SLSBs or SFSBs do n...
    Profile Photo
    last modified by galder.zamarreno
  • EJB3Q12009

    EJB 3 Q1 2009 This document outlines the strategy and direction of EJB 3 for 2009 quarter 1 (and beyond).   All of the previously outlined strategy still aplies (EJB3Q42007), so I won't repeat those parts here. ...
    Profile Photo
    last modified by wolfc
  • How to release the EJB3 tutorials and EJB3 reference guide

    This wiki explains the steps required to generate/package the EJB3 tutorial source, the tutorial guide and the reference guide.   Tutorials:  To *generate* the tutorial deliverable (.zip/.tar.gz):   1...
    Profile Photo
    last modified by jaikiran
  • Does dependency injection work on helper classes?

    No it doesn't. Java EE 5.0 supports dependency injection with managed classes (ejbs, mbeans, servlets...), so you can't use dependency  injection from helper classes. You must still use JNDI if you  want to ...
    Profile Photo
    last modified by galder.zamarreno
  • How do the timeouts work with EJB3 Stateful Beans

    EJB3 Timeouts with Stateful Session Beans  When using stateful session beans, you can control the timeouts for.  How long the bean(with the state) remains in memory.  State can be passivated to disk(or...
    Profile Photo
    last modified by jay.howell
  • Accessing_EJB3s_over_SSL

    EJB3 over SSL This tutorial shows you how to invoke remote EJBs over an SSL connection.   Setting up SSL for use in EJB3 involves creating a keystore and making sure the correct transport is available in the EJ...
    Profile Photo
    last modified by bdecoste
  • EJB3 relationships

    This page gives some HowTos about handling EJB3 relationships, and it points to some common problems and error messages. It is written by a JBoss user, not a guru ;-). For questions and comments mail me at: wolfgang...
    Profile Photo
    last modified by wolfgangknauf
  • EJB3 Plugin enhancement

    Overview: This document is a detailed discussion on how the EJB3 Plugin should work against the JBoss Application Server, to allow EJB3 container configurations and EJB3 container components to be pushed in the AS. Te...
    Profile Photo
    last modified by jaikiran
  • EJB3

    Documentation EJB 3.0 Documentation EJB3 Specifications   Development DevEJB3NewPlugin DevEJB3Eclipse DevEJB3RunningUnitTests Specific Topics Configuring EJB3 beans with local/remote bindings Accessing ...
    Profile Photo
    last modified by janprill
  • AccessEJBsRemotely

    How do I access EJBs remotely  JNDI Properties  Using a Provider URL  You'll need a jndi.properties on the remote client which looks like this:   #jboss JNDI properties java.naming.factory.initi...
    Profile Photo
    last modified by unknownmigrationuser