Re: Orion1.5.1 and erronous skeletons ?

2001-05-22 Thread Florin Manolache
Seems like the new java compiler that ships with latest versions of Orion is not ready yet for production environments. If this stops your development go for older versions (1.4.5). Florin - Original Message - From: Udo Christ [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent:

Re: Running a Class at Server Startup

2001-05-17 Thread Florin Manolache
Or you can use an application client component and set the autostart=true (see orion-application-client.xml). Florin - Original Message - From: S.Badrinarayanan [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 9:59 AM Subject: Running a Class at Server

Re: pop3.jar again

2000-11-28 Thread Florin Manolache
Actually the last part of the String it is not "file_path" (in the specs) it is "folder_name" like "INBOX" or something (in fact the Sun implementation for pop3 doesn't support another folder except INBOX). But my advice is to _not_ use it instead obtain the folder using something like:

Re: pop3.jar again

2000-11-24 Thread Florin Manolache
I had the same problem with pop3 and for me it worked just to put pop3.jar in orion/lib and change the code to: session = Session.getInstance(props, null); // store = session.getStore(new URLName(Constants.MAIL_URL)); // this is the right way store = new POP3Store(session, new