Re: Orion and blazix

2001-07-05 Thread Andy Chapman
I downloaded the evaulation copy and had the web and ejb servers up and running in no time. Didn't have time to test it properly but I did notice that the servers time-out after a few hours to prevent production use. - Original Message - From: "Kemp Randy-W18971" <[EMAIL PROTECTED]> To: "

Re: Paged search results

2001-03-28 Thread Andy Chapman
Johan, Please enlighten me - what is the application object that you refer to? Is it just a single entity EJB that maintains common state - ie caches, application settings etc? Is there some discussion of it anywhere as an element of J2EE application design? Thanks, Andy - Original Message

Re: Why is Hypersonic SQL still being integrated

2001-03-14 Thread Andy Chapman
It still works doesn't it? Plus it's small, fast, pure Java, portable, supports multi-users, transactions etc. and FREE. Besides it's only shipped with Orion for demonstration purposes. - Original Message - From: "Kemp Randy-W18971" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTEC

Re: Hypersonic website / docs

2001-03-14 Thread Andy Chapman
True - it is no longer being developed however it's still a useful db. If you're all hypersonic'd up and just want to get on then try running your database as a server: java -cp hsql.jar org.hsql.Server -database c:\path\to\database\name Don't provide a file suffix. Running as a server gives mu

ejb 2 CMP - does in ejb-jar.xml work?

2000-11-28 Thread Andy Chapman
n using within the same ejb-jar.xml so don't think there are any problems with visibility.   Cheers, Andy Chapman

Re: PLEASE IGNORE!! Anybody had an ejb module that keeps on auto-deploying?

2000-11-10 Thread Andy Chapman
What a plonker. Working on two machines - I'd checked that the times were synchronised - just hadn't noticed that the server was a day behind. - Original Message - From: Andy Chapman To: Orion-Interest Sent: Friday, November 10, 2000 1:53 PM Subject: A

Anybody had an ejb module that keeps on auto-deploying?

2000-11-10 Thread Andy Chapman
I'm getting some strange behaviour with a very simple ejb module. Every time the application is re-deployed Orion insists on re-deploying this one module with the message that it's ejb-jar.xml file has been touched, when I know for a fact that it hasn't. I've tried it jarred, un-jarred, comp

Re: jsp driver problem with hsql

2000-04-19 Thread Andy Chapman
Hi Robert, Put the hsql.jar file /orion/lib/ Check out /orion/docs/hsql-howto.html Regards, Andy robert wrote: > Hi all > > I'm trying to make a connection to a hsql database, > which works perfectly if I use a standalone java-app. > But when I use a jsp page to connect to hsql, it > can not