Re: Orion EJB 2.0 final

2002-03-29 Thread Robert Krüger


my advice is, don't rely on official tags like stable or unstable. 
download each version and do your testing with your application(s). during 
the past 2 years of working with orion sometimes the more serious bugs were 
in stable sometimes in unstable versions.  

just my 2c


On Thursday 28 March 2002 20:44, you wrote:
 ,

 Hello,

 Does anybody know if 1.5.5 (full EJB 2.0) will be considered a stable
 version?

 Actually, let me ask the full question:  Is there any correlation between
 Orion's version number and whether it is considered stable or unstable?  Is
 their concept of stability just what they recommend based on the number and
 severity of the known bugs?

 I'm still evaluating Orion and I'm trying to decide whether I should look
 at 1.5.2 or 1.5.4.   If 1.5.5 is going to be something more than a
 beta-quality release (the M-N relationship bug is big enough to say beta,
 IMO) and it will be out within 3-4 months, then I wouldn't hesitate to look
 at 1.5.4. Otherwise, I'd have to limit my evaluation to 1.5.2.

 Thanks,

   Michael





Orion EJB container and SSL

2002-03-29 Thread Sorin Pop

Is it possible to use SSL with the EJB container of the Orion server? For
example the client is a standalone Java application that makes only RMI-IIOP
calls to EJB-s (no JSP, no servlets, no HTML involved) in the EJB container.
And I want to do this with security in mind, for example using SSL. Is it
possible? (I read that it is possible to use SSL with simple RMI
applications, or with a web application in the Orion server, but I would
like to use Orion server's EJB container only...).






How can I configuring a non-war web app without putting it under Orion dir?

2002-03-29 Thread DORAN, GRANT

Hi,

I have been trying to find documentation on how to configure orion
to run a web application from a directory that isn't under
orion\applications. The examples that I find in the documentation are either
war files or under orion.
I can't zip the application up as some of the files are referenced
by dlls.
I'm not having much luck getting the xml config file right.
Is there any documentation on how to set this up?
Is there an example anywhere?

Thanks

Grant Doran


This email and any accompanying documents are intended only for the named recipient, 
are confidential and may be privileged. If you are not the intended recipient please 
notify us immediately by mailto:[EMAIL PROTECTED] and you must not copy, disclose 
or otherwise use this message. Unauthorised use is strictly prohibited and may be 
unlawful. The content of this email represents the view of the individual and not the 
company. The company reserves the right to monitor the content of all emails in 
accordance with lawful business practice.

Whilst attachments are virus checked before transmission, Britannic Assurance plc does 
not accept any liability in respect of any virus which is not detected.

Britannic Assurance plc, No.3002 is registered in England and maintains its registered 
office at 1 Wythall Green Way, Wythall, Birmingham B47 6WG.
Telephone: 0870 887 0001
Fax: 0870 887 0002
Website: www.britannicassurance.com

Britannic Assurance plc, Britannic Unit Linked Assurance Limited, Britannic ISA 
Managers Limited and Britannic Unit Trust Managers Limited are regulated by the 
Financial Services Authority. Each of these companies is a member of the Britannic 
marketing group which only advises on and sells its own life assurance, pension, unit 
trust and ISA products.





Re: How can I configuring a non-war web app without putting it under Orion dir?

2002-03-29 Thread Fredrik Lindgren

You should just give the path to the root directory of the web-app. It 
shouldn't matter if it's under applications or not.

For more info check either http://www.orionsupport.com/, 
http://www.atlassian.com/ or http://www.elephantwalker.com/

Good luck
/Fredrik Lindgren

DORAN, GRANT wrote:

   Hi,
 
   I have been trying to find documentation on how to configure orion
 to run a web application from a directory that isn't under
 orion\applications. The examples that I find in the documentation are either
 war files or under orion.
   I can't zip the application up as some of the files are referenced
 by dlls.
   I'm not having much luck getting the xml config file right.
   Is there any documentation on how to set this up?
   Is there an example anywhere?
 
   Thanks
 
   Grant Doran
 
 
 This email and any accompanying documents are intended only for the named recipient, 
are confidential and may be privileged. If you are not the intended recipient please 
notify us immediately by mailto:[EMAIL PROTECTED] and you must not copy, disclose 
or otherwise use this message. Unauthorised use is strictly prohibited and may be 
unlawful. The content of this email represents the view of the individual and not the 
company. The company reserves the right to monitor the content of all emails in 
accordance with lawful business practice.
 
 Whilst attachments are virus checked before transmission, Britannic Assurance plc 
does not accept any liability in respect of any virus which is not detected.
 
 Britannic Assurance plc, No.3002 is registered in England and maintains its 
registered office at 1 Wythall Green Way, Wythall, Birmingham B47 6WG.
 Telephone: 0870 887 0001
 Fax: 0870 887 0002
 Website: www.britannicassurance.com
 
 Britannic Assurance plc, Britannic Unit Linked Assurance Limited, Britannic ISA 
Managers Limited and Britannic Unit Trust Managers Limited are regulated by the 
Financial Services Authority. Each of these companies is a member of the Britannic 
marketing group which only advises on and sells its own life assurance, pension, unit 
trust and ISA products.
 
 
 
 






RE: CMP 2.0 vs BMP - Which performes better?

2002-03-29 Thread Andrew Chau

If performance is the only factor, BMP performs a million times faster
than CMP. Well, may be not that much faster, but you get the point.

CMP is for ease of development, basically the container does all the
work for you, but it is not as flexible and you cannot fine tune the
query like you can do in BMP.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Orion
Newsgroup
Sent: Thursday, March 28, 2002 2:40 PM
To: Orion-Interest
Subject: CMP 2.0 vs BMP - Which performes better?

Subject: CMP 2.0 vs BMP - Which performes better?
From: alt.cybercafes [EMAIL PROTECTED]
 ===
I am in the process of building a database intensive app and wanted to
know
whether to use container manage persistance versus bean manage
persistence
for this database instensive application. What are the pros and cons of
CMP
and BMP.?

thanks









Re: How can I configuring a non-war web app without putting it under Orion dir?

2002-03-29 Thread Scott Farquhar

This document should help you:

http://kb.atlassian.com/content/orionsupport/articles/addwebapp.html

Cheers,
Scott

DORAN, GRANT wrote:
   Hi,
 
   I have been trying to find documentation on how to configure orion
 to run a web application from a directory that isn't under
 orion\applications. The examples that I find in the documentation are either
 war files or under orion.
   I can't zip the application up as some of the files are referenced
 by dlls.
   I'm not having much luck getting the xml config file right.
   Is there any documentation on how to set this up?
   Is there an example anywhere?
 
   Thanks
 
   Grant Doran
 
 
 This email and any accompanying documents are intended only for the named recipient, 
are confidential and may be privileged. If you are not the intended recipient please 
notify us immediately by mailto:[EMAIL PROTECTED] and you must not copy, disclose 
or otherwise use this message. Unauthorised use is strictly prohibited and may be 
unlawful. The content of this email represents the view of the individual and not the 
company. The company reserves the right to monitor the content of all emails in 
accordance with lawful business practice.
 
 Whilst attachments are virus checked before transmission, Britannic Assurance plc 
does not accept any liability in respect of any virus which is not detected.
 
 Britannic Assurance plc, No.3002 is registered in England and maintains its 
registered office at 1 Wythall Green Way, Wythall, Birmingham B47 6WG.
 Telephone: 0870 887 0001
 Fax: 0870 887 0002
 Website: www.britannicassurance.com
 
 Britannic Assurance plc, Britannic Unit Linked Assurance Limited, Britannic ISA 
Managers Limited and Britannic Unit Trust Managers Limited are regulated by the 
Financial Services Authority. Each of these companies is a member of the Britannic 
marketing group which only advises on and sells its own life assurance, pension, unit 
trust and ISA products.