package org.easysoa.registry.query.nuxeo; import javax.ejb.Stateful; @Stateful @Name("eclipseImportActions") @Scope(SESSION) @SerializedConcurrentAccess public class EclipseImportActionsBean implements EclipseImportActions { }