Hi,
Comments are embedded.
Kind regards.
Hélène.
"See Kai Leong, Ken" wrote:
>
> Hi,
>
> After going through the documentation of Jonas and run the examples, I have
> a few questions:
>
> 1) Am I right to say that for each bean, I must start EJBServer with a
> jonas.properties and the .xml in the path.
Not exactly.
You can specify a coma-separated list of file's names in the
jonas.beans.descriptors property.
Name is either the name of the standard XML deployment descriptor file,
or the name of the ejb-jar file.
Ex:
jonas.beans.descriptors X.xml,Y.xml,Z.jar
You can have look to
http://www.objectweb.org/messages/JonasUsers/2000/07/msg00069.html
for futher information.
>
> 2) If I changed my bean by adding an extra function, am I going to stop the
> EJBServer and start it again? This is no good in a production environment
You are not really be able actually to do that with the current version
of
JOnAS, even with the JonasAdmin tool.
This task is planned for a future version.
>
> 3) Deployment means starting a new EJBServer. I cannot deploy my beans on a
> running EJBServer right since it needs the jonas.properties and .xml file at
> startup.
Yes you can, by using the JonasAdmin tool (see the -a option).
>
> I am currently deciding on an EJB Server that uses as little server
> specified functions and that development and deployment should be as close
> to J2EE as possible.
JOnAS follows the EJB specification version 1.1 .
>
> I see that with newbean and JonasAdmin, Jonas seems to be ahead of e.g.
> JBoss but the deployment seems to be not using ejb-jar in the INF directory.
"... but the deployment seems to be not using ejb-jar in the INF
directory "
Sorry, but I don't understand what you mean.
>
> I would like to hear some comments from you guys on this.
>
--
-=- Hélène JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
mailto:[EMAIL PROTECTED] http://www.evidian.com
Phone: 33.4.76.29.73.53 Fax: 33.4.76.29.76.00
Download our EJB Server JOnAS 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".