Jabber status

Is Easybeans Team online on Jabber :
  • sauthieg:
  • benoitf:
<img src="http://jabber.objectweb.org/wildfire/plugins/presence/status?jid=sauthieg@jabber.objectweb.org" border="0"/>

Code formatting

looks like <pre> tags ...

<!-- =================================
            target: jar
           ================================= -->
  <target name="jar" depends="compile" description="--> Pack">
    <jar destfile="${build.dir}/${pom.artifactId}.jar"
         basedir="${classes.dir}" />
  </target>

package org.objectweb.jonas.celtix;

import javax.naming.Context;

import org.objectweb.jonas.service.Service;

public interface ICeltixService extends Service {

void preDeploy(Context ctx) throws CeltixDeploymentException;

void deploy(Context ctx) throws CeltixDeploymentException;

void unDeploy(Context ctx) throws CeltixDeploymentException;

}

Jira macro

JIRA - EasyBeans (EJB3 Container) (13 issues)
StatusPriorityKeySummary
OpenMajorEZB-159Argument type mismatch when using embedded EasyBean
OpenMajorEZB-196Set a tx timer at the method level
OpenMajorEZB-14Add getInvokedBusinessInterface() of SessionContext
OpenMajorEZB-13Add getBusinessObject() of SessionContext
In ProgressMajorEZB-304Provides an helper class for clients that can do injection in Client class
OpenMajorEZB-315Use the module ow2-util-component rather than the own implementation of EZB
OpenMajorEZB-319Default interceptors are not working as expected
OpenMajorEZB-317EZB proxy not serializable in IIOP
OpenMajorEZB-280Performance of remote calls
OpenMinorEZB-203Interceptors at the client side
OpenMinorEZB-7Component can modify the java:comp/ context
OpenMinorEZB-292Change JMXRemoteHelper to allow the configuration of hostname; and default to localhost
OpenMinorEZB-295Provide way to pass JPA persistence provider properties to the createContainerEntityManagerFactory method call in JPersistenceContext

JIRA - EasyBeans (EJB3 Container) (1 issues)
TypeKeySummary
New FeatureEZB-123Inhibiting the MDBs

JIRA Macro