Re: ODBC Access to Hypersonic SQL

2001-08-09 Thread Michael J. Cannon
I forgot to say that JDBC-ODBC functionality can also be gained by using the HypersonicSQL Transfer Agent (once you have a mapped bridge on both host and client) which is stand-alone. Finally, JDBC-ODBC functionality (as well as documentation for Excel and Access) are planned for v.2.0 in

Error (de-)serializing object

2001-08-09 Thread Juan Fuentes
I'm getting this error when deserializing a HashMap. The API says that java.util.HashMap implements Serializable ?! java.rmi.RemoteException: Error (de-)serializing object: java.util.HashMap$1; nested exception is: java.io.NotSerializableException: java.util.HashMap$1 Thanks

Re[2]: handling null values in finders

2001-08-09 Thread Christoph Sturm
Hello Simon, Wednesday, August 08, 2001, 11:37:59 PM, you wrote: SS Hi, SS It is not problem of mssql, it was defined in SQL 92 standard. There is SS special command in tsql SET ANSI_NULLS which controls this behavior. This SS command can be used as another workaround, if your jdbc driver

unsbscribe

2001-08-09 Thread
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-orion- [EMAIL PROTECTED]] On Behalf Of Michael J. Cannon Sent: Thursday, August 09, 2001 12:38 PM To: Orion-Interest Subject: Re: ODBC Access to Hypersonic SQL Use a JDBC-ODBC Bridge...it'll get you to Access or Excel... Check

RE: Error (de-)serializing object

2001-08-09 Thread Simon Knott
This usually occurs when there are objects stored in the HashMap which don't implement Serializable. Simon Knott Java Developer, Morse Professional Services Morse Group Ltd Tel: +44 (0)1332 826132 Fax: +44 (0)1332 826044 www.morse.com This email and any attachments are confidential and are

Problems with Opera / Netscape clients

2001-08-09 Thread Morten Gjetanger
Hmm. Have make a simple web application for Orion (Just installed under the default application) and with MS Explorer it works just fine. But, if you try to use Opera or Netscape I just get a 400 - Bad Request errro! Finds it pretty odd that this error actually dependt on the browser! The pages

SV: Problems with Opera / Netscape clients

2001-08-09 Thread Patrik Andersson
Title: SV: Problems with Opera / Netscape clients Internet Explorer helps you more than the other browsers. For example, a request looking like: GET /foo/bar\baz HTTP/1.1 will get translated by IE to: GET /foo/bar/baz HTTP/1.1 So it really depends on your code and not being careful

unsbscribe

2001-08-09 Thread Fredrik Vallbo
-Ursprungligt meddelande- Fran: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]For Á¶Èñ¿¬ Skickat: Thursday, August 09, 2001 11:41 AM Till: Orion-Interest Amne: unsbscribe -Original Message- From: [EMAIL PROTECTED] [mailto:owner-orion- [EMAIL PROTECTED]] On Behalf Of Michael J.

Re: multiple instances of a servlet?

2001-08-09 Thread Rafael Alvarez
OK. Reposting Here is a clue: -- Servlet 2.2 Specs: For a servlet not implementing SingleThreadModel and not hosted in a distributed environment (the default), the servlet container must use only one instance per servlet declaration. A servlet declaration is

Working together on an app

2001-08-09 Thread Nusairat, Joseph F.
Title: Working together on an app OK ... maybe I dont know how this works exactly But whenever i have a new app i make it deploy the ear and it updates it. Now ... my question is what if i only need to update one class file? Or what if we have 3 people working on the same app ... is

balancer and remote client address

2001-08-09 Thread Franck Valetas
Hi, My Orion server is behind Orion balancer. When I try to get HTTP client addresses (with request.getRemoteHost() for example), I only retrieve my balancer address. Anyone has a solution ? Thanks. Franck http://www.mapstan.net

RE: Problems with Opera / Netscape clients

2001-08-09 Thread Simon Knott
Title: SV: Problems with Opera / Netscape clients As Patrik said, I think it's because your URLs for the frames are using back slashes instead of forward slashes. Simon Knott Java Developer, Morse Professional Services Morse Group Ltd Tel: +44 (0)1332 826132 Fax: +44 (0)1332 826044

Problem with JMS

2001-08-09 Thread Vikas Malhotra
Hi, I am facing a problem in my application i am tryiing to incorporate the JMS in the application. As i create a new login though it is created in the database but it is not mailed to me( which should have been ) the following exception is thrown. Please Suggest

Re: IE on Mac Troubles

2001-08-09 Thread Todd Lipcon
Loading pages hosted by Orion on my Mac works fine, using IE5, IE5.1, iCab, Opera, Netscape, and Mozilla, in both OSX and OS9. By the way, it's Macintosh, not MacIntosh... -Todd -- It's not that easy being green; Having to spend each day the color of the leaves. When I think it could be

IIOP?

2001-08-09 Thread Biser Tzvetkov
Hello, can someone tell me , does Orion support IIOP?

RE: [OT] Getting the machine name from JSP

2001-08-09 Thread Kesav Kumar
Title: RE: [OT] Getting the machine name from JSP Remember your JSP's are running on the same m/c as the server running. JSP is nothing but a peice of java code so if you want to get the local machine name in java use java.net.InetAddress class. Kesav Kumar Kolla Voquette Inc 650 356 3740(W)

Re: IIOP?

2001-08-09 Thread Biser Tzvetkov
Biser Tzvetkov wrote: Hello, can someone tell me , does Orion support IIOP?

RE: IIOP?

2001-08-09 Thread The elephantwalker
AFAIK, Orion uses ormi, similar to T3 for weblogic. This is the over the wire protocol for remote invocation in Orion. The j2ee specs don't force vendors to implement IIOP. I think the spec is changing for version 2.0 ejb's so that Martians will really be able to talk to Venicians with IIOP! I

Help with exception, could be classpath related

2001-08-09 Thread albert
Hello All, hope you can help me with this as I'm unsure exactly what it means, I use a session bean to invoke methods on an entity bean, the error seems to be in the Entity Bean but it has been tested from a client and it works, I think it may be due to the classpath, as I've had to put the

RE: balancer and remote client address

2001-08-09 Thread The elephantwalker
Frank, There are two solutions to thisthe bad and the ugly. The bad: create a link in each of your web pages to another server outside the loadbalancer. lets call it your logger manager. It just delivers a one pixel element somewhere. The link uses a naming convention that reflects the web

Re: Problem with JMS

2001-08-09 Thread Tim Pouyer
make sure that queueConnectionFactory exits in your %orionRoot%\config\jms.xml file. - Original Message - From: Vikas Malhotra To: Orion-Interest Sent: Thursday, August 09, 2001 11:07 AM Subject: Problem with JMS Hi, I am facing a problem in my application

RE: [OT] Getting the machine name from JSP

2001-08-09 Thread Aaron Tavistock
Use java.net.InetAddress.getLocalHost().getName(); -Original Message- From: Anthony Farrell [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 5:44 AM To: Orion-Interest Subject: [OT] Getting the machine name from JSP Hello All, I would like to retrieve the actual machine

LDAP user manager

2001-08-09 Thread Araya Danilo
Hello! I`m trying to have the LDAP user manager that Matthew Porter published working together with an orion server. Is there somebody here that already installed it and has it working succesfully? I have been trying to set it up with the default application to restrict access using basic

Orion user directories

2001-08-09 Thread Maurice Sikkink
Hi. Has Orion got support for user directories enabled or disabled by default? Thanks.

RE: LDAP user manager

2001-08-09 Thread Trujillo, Kris
I wrote my own LDAP user manager and it works just fine Are you setting the user-manager element in the orion-application.xml for the ear file? -Original Message- From: Araya Danilo [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 1:43 PM To: Orion-Interest Subject: LDAP

Re: Help with exception, could be classpath related

2001-08-09 Thread Ashok Banerjee
Are the 2 beans in the different applications (ear files)? If so you may want to specify one application as the parent of the other. Cheers, Ashok [EMAIL PROTECTED] wrote: Hello All, hope you can help me with this as I'm unsure exactly what it means, I use a session bean to invoke methods