Cocoon1.8.2 On Orion1.4.8 NullPointerException

2001-04-29 Thread john zhang
Hi, Everyone, I just install Cocoon 1.8.2 on orion 1.4.8 following the instruction as described in Cocoon mailinglist(where it is reported successful with Cocoon 1.8.2 on orion 1.4.7 ). However, when i browse the index.xml using IE5 with "http://localhost/CocoonWebApps/index.xml";; or "http://loc

Can't I use Transactions with Access 2000 ? Access2000 seems to support XAs ...but..

2001-04-29 Thread 김태환
[EMAIL PROTECTED]   I am developing on ORION & WIN2k & tiny DB (Access2000)   I tested Transactions in Access   (con.setAutoCommit(false);con.commit();con.rollback();.)   Everything went well..   But, Orion Setting makes Problem.   in data-source.xml   This code works wel

Cocoon1.8.2 On Orion1.4.8 NullPointerException

2001-04-29 Thread john zhang
Hi, Everyone, I just install Cocoon 1.8.2 on orion 1.4.8 following the instruction as described in Cocoon mailinglist(where it is reported successful with Cocoon 1.8.2 on orion 1.4.7 ). However, when i browse the index.xml using IE5 with "http://localhost/CocoonWebApps/index.xml"; or "http://loca

RE: can't find classes - help

2001-04-29 Thread SCOTT FARQUHAR
Shouldn't it be web-inf/classes? ie: >applications >myapp >myapp-web > /web-inf/ >classes >myclasses normal hierachy is

Re: JMS Connection pooling

2001-04-29 Thread venkat
Hi, There is no facility in orion to setup connection pooling for JMS. JMS in orion uses flat file for persistence. If you need persistence for a queue, you have to declare it in jms.xml. I still find some problem using persistence and transaction in JMS with Orion server. Good luck to you. --ve

install issues

2001-04-29 Thread elephantwalker
Every now and then I do something that reminds me I am human. I am trying to use 1.4.8 with the autoupdate. This usually works fine, but I have been working on a machine which I unzip from win98 onto a samba directory in linux. This is great, because all of the permissions expecially the X for th

Re: Have you clustered orion successfully? Please contact mchristoff@eldan.com

2001-04-29 Thread Rafael Alvarez
Hello Michael, Just a suggestion (I never tried clustering before). Instead of modify the default-web-app orion-web.xml try modifying the orion-web.xml of the app you want to cluster. Also try to use URL rewriting so the session id is always in the url. Just in case. Hope this work. -- Best re

Have you clustered orion successfully? Please contact mchristoff@eldan.com

2001-04-29 Thread Michael N. Christoff
Hello. This is just a friendly plea to those who have successfully clustered orion to contact me at Eldan Software. We have already commited to using orion and currently have a *production* web application running off an orion server. The client company has now asked us to add two more servers

Re: Pass object session from one server to another

2001-04-29 Thread Michael N. Christoff
This *should* be done automatically for the same web application if you set up an orion cluster. In other words, the session state of one application is shared amongst all the same web applications in the cluster. Unfortunately, my experience has been that only the default-web-app shares session

RE: MVC/XML Framework Comments please

2001-04-29 Thread Vic Cekvenich
Title: RE: MVC/XML Framework Comments please Thanks everyone. I will first say that I have asked a similar question in  2 newsgroups and another mail list. The Orion Mail list gave 10 times more input and 10 times higher quality than any other mail list. Here is what I plan to recommend.

Advanced OR mapping

2001-04-29 Thread Joerg Weishaupt
Hi, I'm having some problems with the OR mapping, especially for entity bean reference mappings. Although I've gone thru the "Advanced Object-Relational mapping" topic on orionsuppurt.com, I'm unable to transfer this to our object model, i.e.: EJB Product has references to - ProductType - Su

Using SSL from within an EJB

2001-04-29 Thread Lars Borup Jensen
Hi!   Ny1 ever tried to open a SSL socket from within an EJB (lets say stateless session-bean) As far as I know it's "legal" to open a client socket which is what I want to do, but I want to make it a secure socket (using SSL).   Lars Borup Jensen email: [EMAIL PROTECTED]    

Re: Is this a 1.4.8 bug??

2001-04-29 Thread Ed Bras
Yep that sure is a bug. I and Jeff had the sam thing and Jeff logged it under bug number #414. Add your configuration to the bug (I still have to do that to) so that they have more info to work on. I hope they resolve it soon so I can go back to 1.4.8, as things were looking good. Eddie >F

RE: MVC/XML Framework Comments please

2001-04-29 Thread Richard E. Sansom
We're struggling with struts in WebLogic (yuck) right now. Could we please get a copy of your framework? Very much appreciated... -Rich --- "Duffey, Kevin" <[EMAIL PROTECTED]> wrote: > I use my own framework for a couple of sites, and have gotten feedback from > others using it as well. Its on