Re: Certificate from Thawte? How?

2000-07-24 Thread Mattias Arbin
I have. The only problem I had was when importing the certificate response. Keytool seems to be very sensitive to white characters at the end of the certificate files. It wouldnt import my certificate response until I added a return at the end of the file. But that, of course, has nothing to

Problem with restarting orion

2000-07-24 Thread Ratz, Peter
Hello, im am new to orion server an i cannot restart/shutdown the server. I type in the following command and get an exception: C:\orion>java -jar admin.jar ormi://localhost admin 123 -restart Error: com.evermind.reflect.UndeclaredExceptionTypeException: java.lang.ClassNotFoundException Thanks

Principles sanity check. Please help - I'm going mad!

2000-07-24 Thread Dave Smith
Could somebody have a quick look at what I am doing and tell me if I am going even vaguely in the right direction. My problem is that as soon as I put security-roles in my ejb-jar.xml I am unable to call the ejbs as I get the exception: com.evermind.server.rmi.OrionRemoteException: guest is not

RE: PROBLEM: Primary-child CMP object

2000-07-24 Thread Brady Moritz
Can someone point me in the direction of finding out what these CMP objects are? Thanks Brady Moritz Moritz Designs > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Conrad Chan > Sent: Friday, July 21, 2000 2:44 PM > To: Orion-Interest > Subject:

RE: Great speed up in Orion 1.1.30

2000-07-24 Thread Brady Moritz
you mention using the sun 1.3 jdk, I tried using this and it woudl crash on some of the test pages with orion... tried 1.2.2 and it works fine. this was with orion 1.0.3, have tehse problems been repaired? Thanks Brady Moritz Moritz Designs > -Original Message- > From: [EMAIL PROTECTE

Serializing EntityBean Handle

2000-07-24 Thread Vidur Dhanda
Hello, I'm having a unique problem that I would like to get help on. In my application, a CMP EntityBean, Category, creates an Object CategoryVariable and passes it its EJBObject(entityContext.getEJBObject()). CategoryVariable, implements Externalizable and in writeExternal() calls writeObject

Re: ejbmaker.jar -- and -- tutorial

2000-07-24 Thread Steve Naples
Hi, I am having the same problem with 1.1.31. I have this same message in the demo cart ejb's. I have looked at the code and think that this is an issue with this version. Thanks, Steve Naples - Original Message - From: "Jeremy Cowgar" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PRO

Problems running an Apache Struts App with Orion.

2000-07-24 Thread Richard Backhouse
I'm having problems getting a struts (from the apache group) app to work with orion. I have got the struts-example working fine just by moving the action.xml file down to the root. When I try running my app though I get a java.lang.NoClassDefFoundError: org/apache/struts/action/ValidatingActionFor

losing my pathInfo with servlet-mapping

2000-07-24 Thread Lorin Kobashigawa
Hello, I have a servlet that gets some information out of the pathinfo, calling req.getPathInfo() it works fine by itself, but when I use a servlet-mapping directive to redirect to it, i lose the pathInfo. It's still in the address bar, but getPathInfo() is returning null. Is this supposed to ha

Conflict between ejb-link and ejb-ref-mapping

2000-07-24 Thread Jen Hsien Huang
I don't understand why orion deployment descript need ejb-ref-mapping ? The ejb-link in J2EE DD just has the same function as ejb-ref-mapping in Orion DD. I found the ejb-link broken, just only ejb-ref-mapping works. I really cant understand why ejb-ref-mapping is needed? and why ejb-link borken?

Certificate from Thawte? How?

2000-07-24 Thread Steven Punte
Has anyone walked through the process of getting a real certificate from Thawte?     Any advice?   In particular, Thawte asks what type of web server one is running, but Orion is not listed.  What have people been selecting?   Thanks in Advance:     STeve Puntee-Business Software Architect

RMI context factory from 1.1.24 to 1.1.31

2000-07-24 Thread Joel Shellman
We were upgraded from 1.1.24 to 1.1.31 and now our client that uses the RMI context factory suddenly cannot access any of the beans. Will this be fixed in orion or is there some way to make it work? We're not in a position right now to switch to ApplicationClient context factory. Thank you, --

URGENT: Can't deploy BMP: cmt-datasource

2000-07-24 Thread Kev Palfreyman
Help! I'm trying to deploy an EJB in Orion. At first I thought I had problems with the naming/lookup, but thanks to the graphical browser (-console2) I can see my EJB is not being deployed at all. "No default cmt-datasource and no source specified" This is a show stopper, because I cannot test

Problems executing HelloClient

2000-07-24 Thread Sven van 't Veer
I'm just now starting to use Orion for EJB deployment and have created the HelloWorld example from Ed Roman's book "Mastering Enterprise Java Beans". When trying to execute the HelloClient however, I get a java.lang.SecurityException, invalid user/password. I've set the user & password in the appd

ejbmaker.jar -- and -- tutorial

2000-07-24 Thread Jeremy Cowgar
I downloaded the latest stable release, and my ejbmaker program does not look at all like, nor have the functionality of the one described in the tutorial. The one in the tutorial, is that in an unstable code release? If so, how do I get the newest version that I hear everyone on the list speaking

Users groups and roles

2000-07-24 Thread Eric Richardson
Hi, I understand that orion has a UserManager that can be used instead of the principles.xml file. Is this similar to what Apache does if you set up access via the RDBMS ACLs rather that the file based ones? Which example uses this and can anyone give me more info about the schema used etc. Thank

RE: Importing a cert from Thawte

2000-07-24 Thread Orion Companies, LLC - MIS Support
Wrong email -Original Message- From: Mattias Arbin [mailto:[EMAIL PROTECTED]] Sent: Friday, July 21, 2000 8:59 AM To: Orion-Interest; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Importing a cert from Thawte I have now got a valid certificate from Thawte, (i.e a real one, not a test

RE: Importing a cert from Thawte

2000-07-24 Thread Orion Companies, LLC - MIS Support
You have sent this to the wrong email address. -Original Message- From: Mattias Arbin [mailto:[EMAIL PROTECTED]] Sent: Friday, July 21, 2000 8:59 AM To: Orion-Interest; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Importing a cert from Thawte I have now got a valid certificate from

application-client.xml, initial context

2000-07-24 Thread Jens Stutte
Hi, i think, there is some confusion out there what's the right way to obtain an initial context and how to specify the bindings for ejbs (and me too need a little help). There are (at least) two factorys provided by orion, the com.evermind.server.ApplicationClientInitialContextFactory and the c

1.1.31 problem, again

2000-07-24 Thread KirkYarina
I'm also unable to run the cart demo; same error: C:\java\orion\demo\ejb\cart>java -classpath ../../../orion.jar;../../../ejb.jar; ../../../jndi.jar;. CartClient Communication error: Error reading application-client descriptor: No EJBHome fou nd at MyCart as specified by ejb-ref MyCart Kirk Ya

1.1.31 problem?

2000-07-24 Thread KirkYarina
I have a small set of BMP tests that I run on every new Orion version. These worked on 1.1.24, but now seem to be broken and fail in the first getInitialContext(). Normally I just do an autoupdate, delete the applications-deployment directory, and run the test, but I've tried a full recompil

Oracle JDeveloper and Orion

2000-07-24 Thread Izabela Szyprowska
Hello, Does anybody have any experience with using Oracle JDeveloper against Orion web server. I am having problems with deployment. Regards Szyper [EMAIL PROTECTED] __ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! h

Re: Problem unsubscribing

2000-07-24 Thread Peter Giannopoulos
The same here, I am TRAPPED! arrrghhh!!! please help me... zhora wrote: > I find it impossible to unsubscribe from this mailing list. This function > doesn't seem to work. > Can maillist administrator unsubscribe me, please -- __

Please help...

2000-07-24 Thread Peter Giannopoulos
> I am trying desperately to unsubscribe from the list, every suggested method > has failedplease somebody help...drowning ...inemail.can't > breathe.arrrghhh!!! -- __ -- Codito ergo sum -- "I code therefore I am" -- ___

Re: XSLServlet

2000-07-24 Thread Joseph B. Ottinger
On Mon, 24 Jul 2000, Anders Janmyr wrote: There isn't any. The best way to do this, in my opinion, is to use JSP to generate XML, and have the JSP generate the stylesheet reference based on the user-agent. (Note that content-type would be... interesting, since the content type of XML is fairly st

Re: SSL again

2000-07-24 Thread Dale Bronk
Port 443? Orion web-site.xml docs state: "port - The port of this site, the default is 80 for regular sites and 439 for secure (SSL) sites." I tried port 443 like you suggested and also tried taking the port attribute out again like the docs say to do. Got the following error restarting Orion:

RE: problems with creating virtual directories

2000-07-24 Thread Patrik Andersson
I can't seem to get the virtual-directory tag to work. I have a tag stating: In my: orion/my-web-app/WEB-INF/orion-web.xml file. I has worked in previous versions of orion. It worked when using 0.8.1... but now it doesn't... regards, Patrik Andersson -Original Message-From: Kun

Re: Importing a cert from Thawte

2000-07-24 Thread Mattias Arbin
I just solved my problem. Keytool seems to be very sensitive to white characters in the end of the certificate files. I _added_ a trailing return in my file and now it works. (Somewere on Thawtes site I read that you should _remove_ all blanks ...) A tip to people with the same problems as I had:

global-web-app/welcome-file-list

2000-07-24 Thread leo
After updating to 1.1.31 I have a problem with I have configure the following list to have index.php3 files act as index index.html index.xml index.php3 default.jsp

RE: Shutting down in Windows NT.

2000-07-24 Thread J.T. Wenting
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Sell > Sent: Monday, July 24, 2000 09:17 > To: Orion-Interest > Subject: Re: Shutting down in Windows NT. > > > I get the same errors AFTER upgrading to 1.1.30 > > -Original Message--

XSLServlet

2000-07-24 Thread Anders Janmyr
Hello, What is the syntax for configuring the XSL-Servlet to use different StyleSheets depending on browser or Content-Type? Anders

Re: How to programatically start orion ejb container

2000-07-24 Thread Vidur Dhanda
Thanks. I tried passing -userThreads in the args array and still get the same error: Not in an application scope - start Orion with the -userThreads switch if using user-created threads. I'm calling com.evermind.server.ApplicationServer.main(args) -- is this the correct approach? Thanks, Vidur

RE: Integration with existent www-servers

2000-07-24 Thread Stanislav Bernatsky
Definetly I would like to deploy EJB server on one machine. And servlets on other one. But can servlets run on apache with jserv? I mean what jndi addresses should I use in servlets, and where should I run rmiregisry? the other question concerns rmi over ssl. Who to do this? Any help appreciate

Re: Oracle, postgresql, hsql, with orion

2000-07-24 Thread Jernej Srebernic
your tbale name is to long. Oracle has wery strict limitis on nemes sizes (name of filds,tablse, views ...) try a shorter one, if i remeber good the limit is about 13 chars good luck Quoting Edwin <[EMAIL PROTECTED]> > There are some messages that I use different database,I have problems

Re: Shutting down in Windows NT.

2000-07-24 Thread Christian Sell
I get the same errors AFTER upgrading to 1.1.30 -Original Message- From: Rick Bos <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Date: Sonntag, 23. Juli 2000 22:40 Subject: Re: Shutting down in Windows NT. >I did that. > >Now I get this message: > > >Christian Sell wrote: >>