RE: PORTABILITY PROBLEMS !!!

2000-06-19 Thread Magnus Rydin
Title: RE: PORTABILITY PROBLEMS !!! David, Im sorry to say that due to a slip of my butterfingers, there is a import-statement in the AccountOwnerManagerEJB that should not be there. All the Orion-specific user-management code should be in the UserManagementSessionEJB,which is so described

Re: Sessions And SSL

2000-06-19 Thread Peter
Hi Karl, Thank you for feedback. I added shared="true" to my web-app../, it is working ... except one thing: a cannot detect if my request is secure. It seems that request.isSecure() method is always returning false regardless the request is secure or not. Any suggestion ?

RE: urgent: error accessing jar file

2000-06-19 Thread Juan Pablo Lorandi
I have the exact same problem -Original Message- From: Victor A. Salaman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 15, 2000 1:14 PM To: Orion-Interest Subject: RE: urgent: error accessing jar file CASE 2: ECS might be using the wrong ClassLoader... Apache code usually

WG: Accessing transaction in entity bean

2000-06-19 Thread Jens Stutte
Hi, noone responded to my transaction problem, so don't mind, that i try to repost it... Regards, Jens -Ursprüngliche Nachricht- Von: Jens Stutte [mailto:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 14. Juni 2000 15:55 An: Orion-Interest Betreff: Accessing transaction in entity bean

Samples on Solaris

2000-06-19 Thread Rick Bos
When I try to run the Product and Cart samples under /demo/ejb under Solaris using Hypersonic SQL, I get this error when I run either client (ProductClient or CartClient) Communication error: Parsing error: Fatal error at line 8: Illegal character at end of document, #x3c;. We are using JDK

OR mapping of arrays

2000-06-19 Thread Simon Salykov
Hi all Does Orion supports OR mapping of arrays? I've tried to add fields of type Double[] and double[] to CMP fields lists but I can't get it work. If I'm using Double[] Orion crashes on EntityWrapper... compiling by getting some errors about undefined context variable. I've seen at wrapper's

Error accessing Entity Bean

2000-06-19 Thread jbirchfield
I am deploying an entity bean generated from within TogetherJ. I am accessing the entity bean as follows: ejbtest.ORGANIZATIONSPK orgPK = new ejbtest.ORGANIZATIONSPK(); orgPK.ID = new java.math.BigDecimal("1"); ejbtest.ORGANIZATIONS org = orgHome.findByPrimaryKey(orgPK); The above code when

Re: Solaris

2000-06-19 Thread Joel Shellman
Rick Bos wrote: When I try to run the news example on Solaris, I get this error: Auto-deploying news-ejb.jar... SIGBUS10* bus errorsi_signo [10]: SIGBUS10* bus error Rick Bos OCAS Research and Development Engineer http://www.ocas.on.ca 1-888-892-2228 x241 Are you

Clustering

2000-06-19 Thread Al Fogleson
OK, We are specing out a project at work that is going to require clustering our EJB servers... has anyone gotten orion to cluster EJB's? Maybe a quick short tutorial? I would love to recommend Orion, but without the docs on how to do that... it becomes harder. Al

RE: simple(?) directory question

2000-06-19 Thread Mike Cannon-Brookes
Sure, just set up a virtual directory tag in the default-web-app to point to the directory you want on disk. Look at http://www.orionserver.com/docs/orion-web.xml.html (I think that's the right URL) Your alternative is to set up a whole new web-app by placing a WEB-INF directory w/ web.xml file