[EMAIL PROTECTED] wrote:
> 
> Hi:
> 
> After executing 'make' in src/sb directory i run the 'config_env' script.
> Moreover, 'registry' and 'EJBServer' are running. But when i execute
> 'java path_to/sb.ClientOp' from the directory containing the
> 'jndi.properties'
> i get the following:
> 
> "Cannot lookup OpHome: javax.naming.NameNotFoundException: OpHome"
> 
> is (perhaps) a problem with the deployment descriptor?
> 
> I've developed various EJBs to other servers (as JBoss) and i would
> deploy them in Jonas...is this possible? in which way?
> 
> Is there another way to execute EJBs with Jonas without occupy 3 sessions
> in Linux?
> (one for registry, one for EJBServer and another one for execute the ejb
> clients)
> 
> Thanks very much in advance:

the sample sb is just a simple example that is useful in order to verify
that JOnAS is welle installed and the environement well set up.
You must follow strictly the README
for example you must run EJBServer in the local
directory(examples/src/sb)
where is the jonas.properties with the property
jonas.beans.descriptors   
set to    ejb-jar.xml.
When you launch the EJBServer have you got the following messages?
EJB container : Op available
EJBServer is ready


If you want to deploy EJB developed for other server you have to
provide the corresponding jonas specific deployment descriptor
Regards,
-- 
        Philippe

Philippe Coq  Evidian   Phone: (33) 04 76 29 78 49
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
Download our EJBServer at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to