views:

162

answers:

0

I am new to EJB's and asked this question yesterday. that question went into lot of details and comments so I decided to ask the question again and get clear on some things.

I have been given a .JAR file which is an EJB. I placed this .JAR file on my application's lib folder. But later found out that this .JAR file needs to be deployed on the Application Server as EJB Module. So I just went to application server->EJB Module and tried to deploy the .JAR file. However, this gives me some errors like below:

    Deploying application in domain failed; Fatal Error from EJB Compiler --
 gsdf.aad.proj.ejb.commonmanager.CommonManagerHome ; requested operation cannot be completed 
Fatal Error from EJB Compiler -- sdf.aad.proj.ejb.commonmanager.CommonManagerHome

Does someone know if there is something that needs to be done before just deploying the .JAR as an EJB module? like adding JNDI names on servers? I suspect because of what I read on this link: http://hudmysite.hud.gov/personal/c54550/default.aspx but could not make much sense of it.