ClassCastException

2001-03-21 Thread Fyffe Carl
Here is the error: java.lang.ClassCastException: javax.naming.NameNotFoundException at MyBeanHome_EntityHomeWrapper10.create(MyBeanHome_EntityHomeWrapper10.java:53 7) at tourney.web.TestServlet.createTourney(TestServlet.java:39) Here is the code that causes the error(--

Re: How to do this servlet-mapping?

2001-03-21 Thread Fejes Balazs
Probably you should use /images/app/ball.gif Balazs I've tried using the servlet-mapping of /app/* and pointing this to the servlet. While this makes requests go to the servlet, if, within that servlet, I try to get a request dispatcher to /app/ball.gif and forward there, I get

Re: Why Entity EJBs?

2001-03-21 Thread Magnus Stenman
Hello Juan, What you are seeing is most likely people who have subscribed some time ago forgot about it and now start receiving mail due to the fixed mail problem as of yesterday (see other thread). Could that be it? /Magnus Stenman, the Orion team - Original Message - From: "Juan

Friends!!!!

2001-03-21 Thread srinivas
hi Friends, enjoy this Friendship Greeting Card!!! CH.Srinivas Babu

Setting up a secure site using SSL

2001-03-21 Thread Ventuneac Marian-Romeo
Hi I have been following the how-to "Setting up a secure site using ssl" on Win2k + jdk 1.3 + Orion 1.4.0 I made steps 1 and 2 from this how-to, but when I started Orion server, i received following error: Error starting HTTP-server: Unable to initialize SSLServerSocketFactory

RE: Friends!!!!

2001-03-21 Thread John Miller
What the hell are you talking about :) -Original Message- From: srinivas [mailto:[EMAIL PROTECTED]] Sent: 21 March 2001 10:28 To: Orion-Interest Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL

Re: Bug in deployment descriptor?!

2001-03-21 Thread Ray Harrison
Hi Nevin, Databases will have their own list of keywords that you can't use as attribute names and "password" is generaly one of them. The database schema contains this list and its behaviour is such that the illegal keywords will be appended by the "_" character. Check out

bad timestamp confusion

2001-03-21 Thread Eddie
Just like other people in the newsgroup, I am receiving a bad timestamp error once in a while with Postgres 7.0. I looked in the newsgroup and saw some possible solutions, but I am a bit confused. How can I solve this problem for ever in case of a DateTime field ??? Someone talked about using

How To: orion shows selfmade openssl client certificates

2001-03-21 Thread Matthias Schmitt
Problem: Client Certificates made by openssl, are not listed in the certificate dialog box of the browser (especially IE). Reason: ¯¯¯ If you contact the secure Orionserver with Client-Authentication needed, you get a list of allowed DN-Strings in the Form: ---

FW: postman

2001-03-21 Thread Eyal Litman (Kamoon IL)
Title: FW: postman -Original Message- From: Amit Cahanovich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 2:54 PM To: Adi Turgeman; Blabash (E-mail); Litman (E-mail); Ronit (E-mail); Shiri (E-mail); Uri (E-mail) Subject: FW: postman -Original Message- From:

RE: Friends!!!!

2001-03-21 Thread Kemp Randy-W18971
Are you talking about the friendship greeting card where everyone gets a $1000 US savings bond? If so, most of us didn't get it in the first mailing. Could you please resend it? -Original Message- From: John Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 5:36 AM

Re: Bug in deployment descriptor?!

2001-03-21 Thread Nevin Ng
Thanks Mikko (san?) :P - Original Message - From: "Mikko Kurki-Suonio" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, March 21, 2001 2:31 PM Subject: Re: Bug in deployment descriptor?! On Wed, 21 Mar 2001, Nevin Ng wrote: I wonder if you have met this

RE: Setting up a secure site using SSL

2001-03-21 Thread McLellan, Richard
It looks like you need to change the line ssl-config keystore="my.site.cer" keystore-password="123456" / Unless you happened to name the keystore the same as your cert file. if you used the line from the how to "keytool -genkey -keyalg "RSA" -keystore keystore -storepass 123456 -validity 360

Setting up a secure site using SSL

2001-03-21 Thread McLellan, Richard
I forgot in the first reply that you need either the Absolute or Relative path to the keystore It looks like you need to change the line ssl-config keystore="my.site.cer" keystore-password="123456" / Unless you happened to name the keystore the same as your cert file. if you used the line

applicationClientInitialContextFactory problem

2001-03-21 Thread Mike Weissman
I am trying to use authentication based on principals.xml I am in an applet, and run the following: env = new Hashtable(); env.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.ApplicationClientInitialContextFactory"); String purl = "ormi://" +

Is there a solution to JAXP 1.1? ORION WON'T START!!!

2001-03-21 Thread Arno Grbac
I searched the list, and people have experienced this problem (like myself), but no word from Orion. Ideas? If you try to get Orion working with this latest release from Sun, Orion won't start: G:\orionjava -jar orion.jar java.lang.NoSuchMethodError at

RE: What versions of Postgres are people using?

2001-03-21 Thread Jeff Schnitzer
I'm using Postgresql 7.0.3 on RH7 with pleasant results (except the JDBC driver's timstamp issue). I don't serialize any objects as BLOBs though. Why do you want to do this? Jeff -Original Message- From: Julian Richardson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 7:28

RE: bad timestamp confusion

2001-03-21 Thread Jeff Schnitzer
Take a look at this message I posted in January: http://www.mail-archive.com/orion-interest@orionserver.com/msg08677.html If you patch the JDBC driver to read whatever format your dates are coming back as (you should see the actual formatted date string in the exception message), you should be

Re: Is there a solution to JAXP 1.1? ORION WON'T START!!!

2001-03-21 Thread Ate Douma
I did enter a request for support of JAXP 1.1 in Bugzilla yesterday (ID 369). Magnus Stenman declared it soon thereafter as an invalid request as their latest internal builds already use JAXP 1.1. It will be released with the next version (1.4.8). Karl Avedal mailed me yesterday that this release

FW: [hsql-user] New Project Formed at SourceForge

2001-03-21 Thread Kemp Randy-W18971
For those interested in Hypersonic SQL, here is some encouragement from their user mailing lists. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: [hsql-user] New Project Formed at SourceForge

RE: bad timestamp confusion

2001-03-21 Thread Gerald Gutierrez
The problem seemed to have gone away when I tried the PostgreSQL 7.1b5 driver. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Sent: Wednesday, March 21, 2001 4:55 AM To: Orion-Interest Subject: bad timestamp confusion Just like other people in

Re: bad timestamp confusion

2001-03-21 Thread Eddie
Thanks Jeff, H, I am a bit confused, again. I went searching for the correct postgres jdbc driver, and don't know exactly where to get the last version and source (I thought I did). I seached on http://jdbc.postgresql.org/download/ but is that the correct site ? and where can I get the

EJB Clustering HOWTO

2001-03-21 Thread Dylan Parker
Hello, all. I posted 1 month ago today pleading for information on EJB Clustering in Orion... otherwise my company was moving on to another app server. My original message is here: http://www.mail-archive.com/orion-interest@orionserver.com/msg10299.html Well we moved on (to WebLogic -yuch) but

killing a session

2001-03-21 Thread Fernando DeLeon
how do u kill a session ?? :D The contents of this email are confidential. If you are not the intended recipient, you must not disclose, copy or use the contents in any way. If you have received this email in error, please delete it and notify us immediately by return email. It is the

ASP config + clustering

2001-03-21 Thread Greg Matthews
dear all, is there a way to get the server.xml defined application "name" attribute? after following a previous post, i can get the application.xml display-name value but this is not quite what i need. the plan is to be able to deploy multiple copies of the same application for different

RE: bad timestamp confusion

2001-03-21 Thread Jeff Schnitzer
There are instructions for obtaining the latest source tree via anonymous CVS here: http://www.postgresql.org/devel-corner/docs/postgres/cvs.html Just get the whole thing :-) There are instructions for building the JDBC driver in the README file in the directory you found. Good luck, Jeff

RE: killing a session

2001-03-21 Thread Allen Fogleson
HttpSession ses = request.getSession(true); ses.invalidate(); Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fernando DeLeon Sent: Wednesday, March 21, 2001 6:28 PM To: Orion-Interest Subject: killing a session how do u kill a session ?? :D

Save principal.xml

2001-03-21 Thread Tomas Anderson
Hi. I try to use the XMLUserManager. I can read my principal.xml and get all the groups and all the users from my principal.xml. I create new users and add them. They does exists but only in memory. But now I want to save the new users. Nothing happens when I call manager.store(). principal.xml