I have two suggestions:

   o Use JMS for transporting
   o Use jndi filesystems implementation, I had used the fs-jndi, some
time ago and work fine for me.

--
  Claudio Miranda

Christophe Demez wrote:
>
> In fact, I m writing a server that read files in a specific folder.
> Theses files contains financial information, I need to read the files,
> create EJB, and after (with some conditions) send XML files via network.
>
> I have no client that ask for information.
>
> What I do ?
> -----------------
> I have create an EJB (FileReaderEJB) that always search for files and then
> create instance of others EJB.
>
> The "FileReaderEJB" is not persitent, but has no information about session.
> I need to start it like a process !!!
> In fact, I do not need an EJB, I need a simple process that read my files
> and create my EJB.
>
> I also need another Process/EJB that will (At some conditions, at a specific
> moment by example) read the EJB and craete a
> XML file and send it via the network.
>
> Maybe you have a better solutions ( In fact it is really more complicated,
> but it is really hard to explain each components )
>
> Thanks for your help
>
> Christophe

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to