Re: urgent: error accessing jar file

2000-06-20 Thread Christian Sell
then you will have to employ the same solution: go back to JDK 1.2.2 or unpack the ecs.properties file into your (the webapps) classpath -Original Message- From: Juan Pablo Lorandi [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Montag, 19. Juni 2000 19:53 Subject: RE:

JSP extends directive - has anybody tried it?

2000-06-20 Thread Geoff . Lewis
Hello List, We are currently trying to port our complete JSP (1.0-style) application to Orion. For historical reasons our application uses the JSP extends directive, for example: %@ page extends="com.finatec.services.servlet.ISecureServlet" % We have converted our ISecureServlet class

RE: Solaris

2000-06-20 Thread Arved Sandstrom
We had this kind of behaviour until we upgraded to the absolute latest JDK for our Solaris (which is 2.8). I think it was the 1_2_2_05 JDK. I think you said you had a slightly older version of Solaris, so you'll have some JDK patching to do if you upgrade, but it may do the trick. Arved

Remote Restart

2000-06-20 Thread Dave Ford
I am using Orion 1.0. I remotely modified the data-sources.xml file. Then I remotely issued a restart command as follows: java -jar admin.jar ormi://myHost admin admin -restart Problem is, the new datasource that I added is not recognized by my jsp pages. Thus, it seems that the restart didn't

RE: Sessions And SSL

2000-06-20 Thread Neal Kaiser
Sessions tracking is based on cookies, so if your two domains (http and https) aren't the same (i.e. using a shared SSL certificate) then you'll lose your state. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Sent: Sunday, June 18, 2000 6:50

RE: Sessions And SSL

2000-06-20 Thread Robert Krueger
At 11:03 20.06.00 , you wrote: Sessions tracking is based on cookies, so if your two domains (http and https) aren't the same (i.e. using a shared SSL certificate) then you'll lose your state. could you elaborate what you mean by "shared" SSL certifcate? why would the http url be associated

Orion 1.0 PetStore Demo DB

2000-06-20 Thread Kalvar, Kirk
What is the datasource for Orion's website implentation of the PetStore? I've been using hsql but the catalog query doesn't execute properly. I've been using JDBCTest to test the query stmt but something isn't quite right. Kirk S. Kalvar, Software Engineer DRS Electronic Systems Group

Isolation level of transactions

2000-06-20 Thread Jens Stutte
Hi, i have an application, in which multiple clients will concurrently modify the same entity bean instances, with which i experienced heavy problems. The database backend sometimes throws exceptions as if there were concurrent locks on the same resources. I tried to experiment with the

FEDERATION !!!

2000-06-20 Thread Pedro Garcia Lopez
Hi again, In ORION/CONFIG/RMI.XML What is the use of the server tag ? server host="the.remote.server.com" password="123" port="23791" username="admin" / Specifies a remote (point to point) RMI-server to communicate with. host - Hostname of the remote server.

Error trying to deploy web application

2000-06-20 Thread Joel Shellman
I am trying to deploy my own web application but keep getting the following error: Error initializing server: Error instantiating application at file:/home/joel/app/orion/applications/test.ear: Unable to find/read assembly info for /home/joel/app/orion/applications/test

Applet and Orion. Please help!

2000-06-20 Thread Torgeir . Lerkerod
Hallo! This question is perhaps not orion specific, but bear with me. I am a bit desperate. This is the case: I have an application running as an applet inside jave-plugin version 1.3. I have signed the .jar files which are used with a self made certificate and jarsigner -verify says it's

java.lang.SecurityException when attempting to run ejb sample app

2000-06-20 Thread Dan Malks - Java Design Center McLean VA
Any thoughts appreciated on the following problem. thnx. -dm E:\java\orion\demo\ejb\productls META-INF ProductEJB.class ProductServlet.java Product.class ProductEJB.java jndi.properties Product.java ProductHome.class orion-product.jar

Re: Error trying to deploy web application

2000-06-20 Thread Joel Shellman
Thank you very much. That does help. It ends up I had META_INF instead of META-INF so it wasn't working. What are the GUI tools? Are they documented anywhere? How do I use them? I agree with you, but I'd like to graduate and use the GUI tools now :) Thanks, -- Joel Shellman Chief Software

Complex Primary Key problem

2000-06-20 Thread jbirchfield
I have a Primary Key class defined for my entity bean. The table only has one primary key, and the key class only has one attribute. When I deploy and attempt to invoke 'findByPrimaryKey(pk)', I get an abstractMethodError. Deploying an entity bean with a table of two primary keys and a class

RE: Sessions And SSL

2000-06-20 Thread Neal Kaiser
Sure, often with ISPs you get secure server access, and you can either use their certificate, or purchase your own from Verisign, etc. So, if you are using a shared certificate, even though your non-secure domain could be http://www.yourdomain.com, your secure domain would be