Hi,

Indeed the name of the JOnAS specific XML deployment descriptor
must be the name of the standard XML deployment descriptor 
prefixed by 'jonas-'.
There is a problem in the JOnAS version 2.0.1, on Windows,
if the separator char used for deployment descriptor file name
is the char '/' instead of the char '\'.
To walk around this bug, used '\' for deployment descriptor file name.

(This bug is fixed in the current version of JOnAS available in CVS.)

Kind regards.
Hélène.

Nikolaus Rumm wrote:
> 
> Hello,
> 
> I have problems deploying a set of beans when starting EJBServer. Every EJB
> has its own deployment descriptor and its own jonas-deployment descriptor in
> the META-INF subdir. The packages are NOT in a jar-file, but are in an
> equivalent directory structure.
> The problem is that if I add the deployment descriptor's filename to
> jonas.properties, the EJBServer tries to add "jonas-" to the given (fully
> qualified) path, subsequently making it impossible to find the jonas
> deployment descriptor.
> I works if I keep all deployment descriptors in my project root directory
> and start EJBServer from there, but that's not the solution I would like to
> see.
> 
> Do I miss something ?
> 
> Nikolaus Rumm
> 
> ----
> 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".

-- 
-=- Hélène JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  mailto:[EMAIL PROTECTED]    http://www-frec.bull.com
  Phone: 33.4.76.29.73.53          Fax: 33.4.76.29.76.00
 Download our EJB Server JOnAS at http://www.bullsoft.com/ejb
_______________________________________________________________
----
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