Hi,
I'm new to java programming. I need a help about implementing OSGI module and EJB. I wrote this simple OSGI bundle:


package com.cryptoLib;

import java.security.MessageDigest;
import...