SV: Applications on different path.

2001-01-17 Thread Henrik Skafsgaard Larsen
Aaah so simple, so simple. Thank you. mvh / kind regards Henrik Skafsgaard Larsen -Oprindelig meddelelse- Fra: Mike Cannon-Brookes [mailto:[EMAIL PROTECTED]] Sendt: 16. januar 2001 23:57 Til: Orion-Interest Emne: RE: Applications on different path. Simply change the location of the

Re: URGENT! jsp file size limit

2001-01-17 Thread LouisVoo
Hi Victor, I think u misunderstood me, I'm not asking the question, I answer the question! I don't have any problem. Regards, Louis ø¤°`°¤ø,¸¸¸,ø¤°`°¤ø,¸¸»«¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø - Original Message - From: "Victor A. Salaman" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL

Servlet Mapping and Access

2001-01-17 Thread hartmut wilms
Hi there, I'm really lost. I can't figure out how to access a mapped servlet from a Web-Browser. I tried several URLs, like: - http://localhost/gamsytest/TestServlet - http://localhost/gamsytest/junitee/TestServlet - http://localhost/junitee/TestServlet - ...

Re: Servlet Mapping and Access

2001-01-17 Thread Santosh Kumar
try http://localhost/junitee/servlet/TestServlet - Original Message - From: hartmut wilms [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 2:17 PM Subject: Servlet Mapping and Access Hi there, I'm really lost. I can't figure out how to access

Re: URGENT! jsp file size limit

2001-01-17 Thread Dan Winfield
Cheers guys I have not solved the problem. Suffice to say that I have the problem unique to my machine, as other machines in the office are ok with the same JSP file. Have changed my JDK to 1.3 as well and still the problem exists. Someone mentioned to use EJB. The JSP page is a view template

SV: Adding JCE to Orion

2001-01-17 Thread Klaus . Myrseth
This might be a native call exception... The EJB spec says native code is not alowed, so this might be your problem. I am not sure though :) Hope this helps or youll get a better answer from someone who have got this working (preferably)... Klaus -Opprinnelig melding-Fra: Brett

Problem with CMP - persisting a Multi-dimensional array!

2001-01-17 Thread Bernard
Hello everyone. I am having problems trying to persist the following multi-dimensional array with an Entity Bean using CMP and Orion: String[][] table Here is the entry in ejb-jar.xml cmp-fieldfield-nametable/field-name/cmp-field When I deploy the application, I get the following

Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Randahl Fink Isaksen
I am wondering if using PostgreSQL with Orion would be a good option. So my questions are: 1. Has anyone tried using PostgreSQL with Orion in a real-life application (running for a long period with no errors) - and was it a success? 2. Do you use the default database schema for PostgreSQL that

RE: URGENT! jsp file size limit

2001-01-17 Thread Rob Lapensee
You guys should be aware that the internal Java interpreter and .class file format is littered with 16 bit values to point to the various parts of the .class file. Two examples are the constant pool and the list of byte codes for a single method. The constant pool is pointed to by 16 bit values

JMS

2001-01-17 Thread Lynch_Wu
Dear All Is that true that the only message queue servers in existence which support JMS are IBM's MQ Series and Forte's Java Message Queue? Any other vendors? Best regards, Lynch

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Mike Cannon-Brookes
I'm using PostgreSQL on an application that is about to go live (within the next month). Seems to be working fine in testing so far, we're moving off Sybase 11.0.3.3 on Linux to PostgreSQL (probably 7.1 by the time we go live). I've personally fixed a bug or two in the JDBC driver, but other

RE: JMS

2001-01-17 Thread Kevin Jones
The one's I have experience of are Sun JMQ BEA Web Logic There's also (from 'Java Message Service' published by O'Reilly) Progress Sonic MQ ExoLab OpenJMS Fiorano MQ etc... Kevin Jones DevelopMentor www.develop.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: JMS

2001-01-17 Thread Joseph B. Ottinger
On Wed, 17 Jan 2001 [EMAIL PROTECTED] wrote: Is that true that the only message queue servers in existence which support JMS are IBM's MQ Series and Forte's Java Message Queue? Any other vendors? Um, no. Far from it. Some JMS systems, including the ones you mentioned: MQSeries

Re: News

2001-01-17 Thread ismail.s
faisal, u didn't share with us what's the news u got from orion. There are 2 programmers who have developed this product in a time span of 2 years. The Evermind company in some apartment in sweden. We like to hear the updates about orion strategy. Good Luck. orion guys and gals Ismail

Just a test - please ignore

2001-01-17 Thread Jarek Skreta
Guys, Things went quiet again on this List. I am sending this message just to test the link. Jarek winmail.dat

AW: Servlet Mapping and Access

2001-01-17 Thread hartmut wilms
Hi Santosh, http://localhost/junitee/servlet/TestServlet didn't work, too. Do you know about an orion servlet example? Bye Hartmut -Ursprngliche Nachricht- Von: Santosh Kumar [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 17. Januar 2001 10:12 An: Orion-Interest Betreff: Re: Servlet

RE: Servlet Mapping and Access

2001-01-17 Thread Stanislav Maximov
Also note that this /servlet/ directory is a virtual one. And it could be changed in orion-dir/application-deployments/app-name/web-app-name/orion-web.xml orion-web-app deployment-version="1.4.4" development="true" jsp-cache-directory="./persistence"

RE: JMS

2001-01-17 Thread Jason Smith
Is that true that the only message queue servers in existence which support JMS are IBM's MQ Series and Forte's Java Message Queue? Any other vendors? Ummm Orion comes to mind first, since is a list for Orion interest. There is also work being done on an open source JMS impl. named

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Neal Kaiser
Could you post what bug fixes you did for the PostgreSQL JDBC driver? Might save me ( and many other developers ) some frustration down the road. Thanks. I'm using PostgreSQL on an application that is about to go live (within the next month). Seems to be working fine in testing so far,

Re: Adding JCE to Orion

2001-01-17 Thread jbirchfield
Start orion like this and see if it helps. java -Xbootclasspath/p:lib\jce.zip -jar orion.jar We use the JCE without a problem. James Birchfield Ironmax a better way to buy, sell and rent construction equipment 5 Corporate Center 9960 Corporate Campus Drive, Suite 2000 Louisville, KY 40223

SSI on output from servlet

2001-01-17 Thread Tim Squires
I have a servlet (which I wish I'd written to be included in JSP) that I would like to parse for server side include text, e.g. !-- #include virtual="/header.inc" -- At the moment it seems to notice the ssi tag but just removes it. I've tried to change global-web-application.xml to parse all

Stand-alone-client

2001-01-17 Thread Claes Theander
Hello! I'm trying to connect to my EJB's from a stand alone client like this: Properties prop = new Properties(); prop.setProperty("java.naming.factory.initial","com.evermind.server.rmi.RMIInitialContextFactory"); prop.setProperty("java.naming.provider.url","ormi://localhost/myApp");

Orion, RMI, and SecurityManager

2001-01-17 Thread Roger Vaughn
I'm trying to make an RMI client call from a JSP under Orion, and I'm having a lot of trouble with the security manager. Any help would be appreciated. If I try to do this while running Orion as is, I get the classic "no security manager, RMI class loading disabled" message. So, I tried adding

Re: URGENT! jsp file size limit

2001-01-17 Thread Dan Winfield
I have recoded the structure of the JSPs. It works but not as I intended. I think that there are limits to class file sizes but it does seem to vary between JVM Dan - Original Message - From: "Rob Lapensee" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday,

SV: JMS

2001-01-17 Thread Magnus Rydin
Title: SV: JMS I wonder if we will see M$ MQ on that list. I would like that.. -Ursprungligt meddelande- Från: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Skickat: den 17 januari 2001 04:52 Till: Orion-Interest Ämne: Re: JMS On Wed, 17 Jan 2001 [EMAIL PROTECTED] wrote:

How to configure Orion to use Oracle

2001-01-17 Thread Danut Prisacaru
I am trying to use Oracle database with Orion. In the "data-source.xml" file I have added: data-source class="com.evermind.sql.DriverManagerDataSource" name="Oracle" schema="database-schemas/oracle.xml" location="jdbc/OracleCoreDS"

RE: JMS

2001-01-17 Thread Jason Boehle
http://java.sun.com/products/jms/vendors.html Jason Boehle [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 6:05 AM To: Orion-Interest Subject: JMS Dear All Is that true that the only message queue servers in

Re: Problem with CMP - persisting a Multi-dimensional array!

2001-01-17 Thread Agus K. Pranantoseno
U can try used set (or list) instead of array. - Original Message - From: Bernard [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 6:53 PM Subject: Problem with CMP - persisting a Multi-dimensional array! Hello everyone. I am having problems

AW: Stand-alone-client

2001-01-17 Thread hartmut wilms
Hi Claes, did you try boundObject = con.lookup("ejb/XXXHome"); already? Normally, that should be enough. The home interface (bean) should be bound to "ejb/XXXHome" (jndi-name). At least, that's the way it works for me... Hartmut -Ursprngliche Nachricht- Von: Claes Theander

R: How to configure Orion to use Oracle

2001-01-17 Thread Montebove Luciano
Hi, Put your oracle jdbc driver (something like classes12_01.zip) in orion/lib Luciano -Messaggio originale- Da: Danut Prisacaru [mailto:[EMAIL PROTECTED]] Inviato: mercoled 17 gennaio 2001 16.06 A: Orion-Interest Oggetto: How to configure Orion to use Oracle I am trying to use

Re: How to configure Orion to use Oracle

2001-01-17 Thread Klaus Thiele
Danut Prisacaru wrote: I am trying to use Oracle database with Orion. In the "data-source.xml" file I have added: data-source class="com.evermind.sql.DriverManagerDataSource" name="Oracle" schema="database-schemas/oracle.xml" location="jdbc/OracleCoreDS"

Re: Can't throw exception from entity bean?

2001-01-17 Thread Daniel G. Koulomzin
Did you list RemoteException in the throws clause of all your EJBObject's methods? -Dan Luke Nelson wrote: When I try to throw an exception from a get/set method in an entity bean using CMP, Orion shows the following error during deployment: Auto-deploying entitybeans.jar (Class

Re: How to configure Orion to use Oracle

2001-01-17 Thread Gary Shea
I believe you will need to copy the oracle jar classes111.zip or (if you have it) classes12.zip to the orion lib dir. That at least is how I did it. I'm not sure if you can use the CLASSPATH to accomplish the same thing, but frankly I'm not clear on how orion decides where to find things!

AW: How to configure Orion to use Oracle

2001-01-17 Thread Andreas Reckmann
You have to copy the driver (i. e. in classes12.zip) in the orion/lib directory and set the classpath to it. -Ursprngliche Nachricht- Von: Danut Prisacaru [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 17. Januar 2001 16:06 An: Orion-Interest Betreff: How to configure Orion to use

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Randahl Fink Isaksen
Interesting... but are you stating that without fixing bugs in the JDBC driver for PostgreSQL, it just will not work? If so, I would of course like to hear what you fixed exactly... Yours Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike

RE: Resource Archive and J2EE Connectors?

2001-01-17 Thread Juan Lorandi (Chile)
yap, and it sure is cool, but it is only at a draft stage... don't count on it being actively supported by nobody for a while. JP -Original Message-From: Joe Fair [mailto:[EMAIL PROTECTED]]Sent: Martes, 16 de Enero de 2001 21:18To: Orion-InterestSubject: Resource Archive and

RE: serialisation problem?

2001-01-17 Thread Juan Lorandi (Chile)
shooting from the hip again (bad habits die hard)... String's limit was 64K until JDK 1.3... which JDK are you using? -Original Message-From: Greg Matthews [mailto:[EMAIL PROTECTED]]Sent: Miércoles, 17 de Enero de 2001 1:27To: Orion-InterestSubject: serialisation

Redirecting a URL

2001-01-17 Thread Johnson, Robert
How would I redirect a url such as: www.mywebsite.com (root) to www.mywebsite.com/c?param=x ? Is this something I can do with orion or is it just an HTML thing? My web.xml look like the following: servlet servlet-nameCommandServlet/servlet-name

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Juan Lorandi (Chile)
sounds interesting... which constraints does PostgreSQL have nowadays(support for transactions,distributed transactions, isolation levels)? Any info would be appreciated. TIA, JP -Original Message- From: Mike Cannon-Brookes [mailto:[EMAIL PROTECTED]] Sent: Mircoles, 17 de Enero de

RE: JMS

2001-01-17 Thread Juan Lorandi (Chile)
sonicmq http://www.sonicmq.com and it's very fast... JP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Miercoles, 17 de Enero de 2001 9:05 To: Orion-Interest Subject: JMS Dear All Is that true that the only message queue servers in existence which

RE: URGENT! jsp file size limit

2001-01-17 Thread Juan Lorandi (Chile)
may I suggest the use of jsp:include / tag... it's really a life-saver JP -Original Message- From: Dan Winfield [mailto:[EMAIL PROTECTED]] Sent: Miércoles, 17 de Enero de 2001 6:48 To: Orion-Interest Subject: Re: URGENT! jsp file size limit Cheers guys I have not solved the problem.

Re: How to configure Orion to use Oracle

2001-01-17 Thread Danut Prisacaru
At 09:20 AM 1/17/2001 -0700, Gary Shea wrote: I believe you will need to copy the oracle jar classes111.zip or (if you have it) classes12.zip to the orion lib dir. That at least is how I did it. You are right Gary. It just happen that I figured the solution few minutes ago by seeing that the

Re: Servlet Mapping and Access

2001-01-17 Thread denis despinoy
In global-web-application.xml under ORIONROOT/config u can set or check your servlet webdir servlet-webdir=/servlet (i think that is the default). --- Santosh Kumar [EMAIL PROTECTED] wrote: try http://localhost/junitee/servlet/TestServlet - Original Message - From: hartmut

Servlet startup in Orion?

2001-01-17 Thread Robert S. Sfeir
I have a servlet which allows us to upload files to the Oracle DB. Right now when I run it, I do this: java percepticon.freedom.BlobUpServer -db /u01/home/robert/db.props -p 8124 I know that in Weblogic there's a way to start this servlet within weblogic so that we don't have to worry about

RE: JMS

2001-01-17 Thread Mike Courtney
Speaking of which, has anyone out there used any of these messaging systems with Orion? I am interested in using a solid JMS implementation with a backing database for distributed replication/high availability. Apparently Orion only provides file based persistence for JMS queues. Any

RE: How to configure Orion to use Oracle

2001-01-17 Thread John D'Ausilio
You should have a 'classes111.zip' which contains the Oracle driver. It should live in oracle_home/lib I'm not sure if your url is correct .. we use the thin driver instead We also use 'ConnectionDataSource' rather than 'DriverManagerDataSource' jd -Original Message- From: [EMAIL

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Sach Jobb
Yeah, we had a problem with On Wed, 17 Jan 2001, Randahl Fink Isaksen wrote: Interesting... but are you stating that without fixing bugs in the JDBC driver for PostgreSQL, it just will not work? If so, I would of course like to hear what you fixed exactly... Yours Randahl

Re: Stand-alone-client

2001-01-17 Thread Tim Endres
Try using: prop.setProperty( "java.naming.factory.initial", "com.evermind.server.rmi.ApplicationClientInitialContextFactory"); Hello! I'm trying to connect to my EJB's from a stand alone client like this: Properties prop = new Properties();

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Sach Jobb
We had a problem with either timestamp or date (i can't remember which now) with the default postgres JDBC driver, so we had to hack the driver to make it work right. So if you don't need anything to do with time and you don't need to store large binary data you should be fine. ;) Actually, it

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Tim Drury
I use the latest postgresql jdbc driver that came with 7.0.2 and this postgresql.xml database config file and everything works fine for me. -tim ?xml version="1.0"? !DOCTYPE database-schema PUBLIC "-//Evermind//- Database schema" "http://www.orionserver.com/dtds/database-schemas.dtd"

Multiple EJB lookups not possible (?)

2001-01-17 Thread Randahl Fink Isaksen
For some strange reason I cannot create two initial contexts and lookup interfaces on both at the same time - the second interface always throws a javax.naming.NameNotFoundException: ejb/SomeEJBHome not found in Archive even though I am looking up the same interfaces... a thought this ought to

Re: How to configure Orion to use Oracle

2001-01-17 Thread Robert S. Sfeir
Looks like you didn't put the classes12.zip in the orion install dir/lib directory At 09:06 AM 1/17/2001 -0600, you wrote: I am trying to use Oracle database with Orion. In the "data-source.xml" file I have added: data-source class="com.evermind.sql.DriverManagerDataSource"

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Sach Jobb
That could very well be. We were using postgres 7.0.1 and it may have been a known bug. Tell you what, Randahl, if you end up having issues with date let me know and i'll send you our driver hack. I fully recommend postgres, it's by far my favorite opensource database. sach robot6

Re: How to configure Orion to use Oracle

2001-01-17 Thread Jason Rimmer
You don't have to copy the jar into the lib directory. You can also add a new library tag to the application.xml config file. This is fairly well documented in the mailist list archive as well as the config files themself. For example, here's a snippet of my application.xml config that

Help: deadlock with concurent access to entity bean

2001-01-17 Thread Elhadi barkat
Hi, During heavy test of my CMP picture bean (mapped to a table with a BLOB), deadlocks occur when I try to access it concurently from different clients, a threaded java application, a web client and a proprietary messaging service within orion The result is that my db table is no more

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Jim Archer
Hi Sach... Do you remember the version of the driver you had to hack? Also, could you share the changes with us? Jim --On Wednesday, January 17, 2001 10:08 AM -0800 Sach Jobb [EMAIL PROTECTED] wrote: We had a problem with either timestamp or date (i can't remember which now) with the

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Tim Drury
BTW, the postgresql.xml I just posted works fine with Date objects. I use them all the time. -tim -Original Message- From: Sach Jobb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 1:08 PM To: Orion-Interest Subject: RE: Is combining Orion and PostgreSQL a good

Re: Open source and low cost EJB

2001-01-17 Thread Kemp Randy
I have lobbied successfully to include your project at www.ejbean.com, when I noticed only jonas under free and open source efforts. Can someone work with Laurent to get Orion added, since it is free to developers and for non commercial usage? --- Laurent [EMAIL PROTECTED] wrote: Randy, I

RE: Servlet startup in Orion?

2001-01-17 Thread Kesav Kumar
You can add the in the web.xml of the servlet configuration like this servlet servlet-nameInitServlet/servlet-name display-nameInitServlet/display-name servlet-classInitServlet/servlet-class init-param

How can I run two instances of orion on single m/c

2001-01-17 Thread Kesav Kumar
I want to run two instances of orion servers on a single m/c on different ports. Is it possible to run two instances on the same m/c? Kesav Kumar Software Engineer Voquette, Inc. 650 356 3740 mailto:[EMAIL PROTECTED] http://www.voquette.com

RE: Servlet Mapping and Access

2001-01-17 Thread Jeff Schnitzer
Have you successfully installed the sample junitee test in the JUnitEE tutorial? You shouldn't need to modify the global application.xml. Here's how my system is set up, given that my ear contains two wars, "similarity-web" and "similarity-test-web" (which contains my TestServlet and JUnit

RE: Servlet startup in Orion?

2001-01-17 Thread Juan Lorandi (Chile)
in web.xml there's a load-on-startup1/load-on-startup that you must add to the servlet tag... HTH JP -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]] Sent: Mircoles, 17 de Enero de 2001 14:16 To: Orion-Interest Subject: Servlet startup in Orion? I have a servlet

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Jeff Schnitzer
I also had to hack the JDBC driver to use timestamp (which is the appropriate mapping for java.util.Date). Apparently the JDBC driver receives timestamps as strings in one of 5 billion formats, so it needs to figure out which format to convert back into a long. There is a discussion about this

RE: Stand-alone-client

2001-01-17 Thread Malcolm Ferguson
Actually it's not in the rmi package, so that would be: prop.setProperty("java.naming.factory.initial","com.evermind.server.Applicat ionClientInitialContextFactory"); -Original Message- From: Tim Endres [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 1:10 PM To:

Re: serialisation problem?

2001-01-17 Thread Greg Matthews
thanks juan and mike for the responses. F:\dev\scriptjava -versionjava version "1.3.0"Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode) is there any way i get see the marshalling code generated by orion so i could

RE: Help: deadlock with concurent access to entity bean

2001-01-17 Thread Juan Lorandi (Chile)
check Bug #161 Bug #170 in bugzilla... supposedly there's a workaround to Bug #170, but I'm not clear on exactly how to use it JP -Original Message- From: Elhadi barkat [mailto:[EMAIL PROTECTED]] Sent: Mircoles, 17 de Enero de 2001 16:57 To: Orion-Interest Subject: Help: deadlock with

RE: Questions about the orion-ejb-jar.xml file

2001-01-17 Thread Juan Lorandi (Chile)
it is created by orion if not present in your ejb-jar, or updated if present you include it in your ejb-jar to override defaults (such as table mapping, finder methods and so on) it will be at [orion]\application-deployments\[app]\[ejb-jar]\orion-ejb-jar.xml Usually, most developers

RE: How can I run two instances of orion on single m/c

2001-01-17 Thread Juan Lorandi (Chile)
yap, but you must make sure that there are no conflicting HTTP listeners or RMI listeners review carefully these files: [orion]\config\rmi.xml [orion]\config\default-web-site.xml HTH JP -Original Message- From: Kesav Kumar [mailto:[EMAIL PROTECTED]] Sent: Mircoles, 17 de Enero de

Re: Help: deadlock with concurent access to entity bean

2001-01-17 Thread Agus K. Pranantoseno
Do u succedded using BLOB to map a picture ?? do u experiance size limit ?? i have tried CMP picture bean myself (mapped to bean) but somehow on image more than 1k it's failed to store to the db (no exception thrown) so i used LONG RAW instead (i used oracle as db). what database do u used ??

FYI: Re: Adding JCE to Orion

2001-01-17 Thread Brett Lane
Hi People, Just letting anyone else know that James suggestion worked. Cheers, Brett Start orion like this and see if it helps. java -Xbootclasspath/p:lib\jce.zip -jar orion.jar We use the JCE without a problem. James Birchfield Ironmax a better way to buy, sell and rent

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Mike Cannon-Brookes
Nonono, sorry - this is not what I meant to say ;) The current JDBC driver for PostgreSQL works fine - check out the CVS sources, build using Ant and it works fine. Also the 7.0.3 should work for most people - there are some issues with international dates and timezones in it (that are fixed in

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Mike Cannon-Brookes
I think you're talking about many similar issues that I've fixed in the CVS - why not grab the CVS source first and see if that works for you? Sach : I'd be interested if you hacks match the latest CVS patches. There's no point in hacking your own version, it's OSS - contribute your patches! ;)

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Mike Cannon-Brookes
I just read your post, and the patch is almost EXACTLY what I just put in CVS to patch it for the . format ;) I agree that the method needs a complete rewrite, perhaps one day if anyone has time... CVS version should work for you as well now. -mike -Original Message- From:

RE: Questions about the orion-ejb-jar.xml file

2001-01-17 Thread Neal Kaiser
Where should I include orion-ejb-jar.xml and orion-web.xml in my .ear file if I don't want to use the generated Orion ones? It seems that Orion will always overwrite my custom XMLs and I have to manually copy it in after. Thanks. -Original Message-From: [EMAIL PROTECTED]

Re: How can I run two instances of orion on single m/c

2001-01-17 Thread Sarathy Mattaparti
Yes.. it is possible.. i'm running 2 instances on one machine.. if you want info let me know.. Sarathy I want to run two instances of orion servers on a single m/c on different ports. Is it possible to run two instances on the same m/c? Kesav Kumar Software Engineer Voquette, Inc. 650 356

Re: JMS

2001-01-17 Thread Mohit Palhan
Hi! there, I think some time back I saw something called iBus it too was a message queue server. Jason Smith wrote: Is that true that the only message queue servers in existence which support JMS are IBM's MQ Series and Forte's Java Message Queue? Any other vendors? Ummm Orion

Clusters!!!!

2001-01-17 Thread Mohit Palhan
Hi! there, I want to know if 1 anyone has Orion servers in cluster's? 2 Has done load balancing ? (which algorithm are you using etc..) 3 Is there object clustering in Orion? (as in the case of Weblogic .The key technology that underpins clustered objects in WebLogic Server is the replica-aware

AW: Stand-alone-client

2001-01-17 Thread hartmut wilms
Hi, ApplicationClientInitialContextFactory is the right factory when using application clients (J2EE - application-client.xml). If you want to use a pure stand alone Java Application RMIInitialContextFactory should be your choice. -Ursprüngliche Nachricht- Von: Malcolm Ferguson

AW: Servlet Mapping and Access

2001-01-17 Thread hartmut wilms
Hi Jeff, everything works fine nw. Thanks very much. Nearly all of my configuration was perfectly all right in the beginning. The problem was - and still is in some areas - that there is very few documentation for orion config-files and their relationships. The solution: default-web-site:

SV: Servlet Mapping and Access

2001-01-17 Thread Magnus Rydin
Title: SV: Servlet Mapping and Access Did you check the doc at http://www.orionserver.com/docs/web-site.xml.html (refered to in the documentation outline) ? It says the following on this: web-app application=default load-on-startup=false max-inactivity-time=123 name=defaultWebApp