roadmap for orion??

2000-01-04 Thread Robert Krueger
hi, is there a roadmap for the further development of orion? I remember that a while ago november 99 was given as the approximate release date for 1.0. what are the current plans? this mailing list has become very quiet especially as far as responses to bug reports by magnus and karl are

unsubscribe

2000-01-04 Thread carlo . lazzaris
unsubscribe IMPORTANT NOTICE: If you are not using HushMail, this message could have been read easily by the many people who have access to your open personal email messages. Get your FREE, totally secure email address at http://www.hushmail.com.

Re: roadmap for orion??

2000-01-04 Thread Daniel HERLEMONT
I fully agree with this, and would like to be more confident before deploying ORION for commercial applications. I really appreciate this product, its completeness, it simplicity and performance. -Message d'origine- De : Robert Krueger [EMAIL PROTECTED] À : Orion-Interest [EMAIL

Location for Properties Files

2000-01-04 Thread David Geary
I'm trying to access a properties file from a JavaBean created in a JSP file, but I keep getting a MissingResourceException. I've tried putting the properties file just about everywhere I can think of, but nothing works. Does anyone know where it should be placed? Thanks, david

data-sources.xml/classpath with mySQL

2000-01-04 Thread Neal Kaiser
Using build 0.8.2 Here's a sample of what I have: data-source class="com.evermind.sql.ConnectionDataSource" location="jdbc/DefaultDS" nameDefault data-source/name description This is a generic data-source that takes it's generates Connections with ordinary JDBC 2.0 drivers.

EJB w/ different DB's

2000-01-04 Thread Frank Apap
I am currently using hSql for my db with my ejb operations, but I want to switch over to a more reliable and documented db. Does anyone have any recommendations for simply but reliable database that will be easy to switch to?

findByPrimaryKey error

2000-01-04 Thread Robert Krueger
hi, got that in the log files: system.main.applicationServerThreadGroup.ApplicationServerThread: EntityHomeWrapper5.hashCode:94: java.lang.NullPointerException: Internal server error, comparation-object was null at EntityHomeWrapper5.hashCode(EntityHomeWrapper5.java:94) at

Re: EJB w/ different DB's

2000-01-04 Thread Brien Voorhees
From: "Frank Apap" [EMAIL PROTECTED] I am currently using hSql for my db with my ejb operations, but I want to switch over to a more reliable and documented db. Does anyone have any recommendations for simply but reliable database that will be easy to switch to? I don't know if it

Re: EJB w/ different DB's

2000-01-04 Thread Jacob Smullyan
I use and enjoy MySQL. However, in EJB work, you may need or want a dbms that supports transactions. PostgreSQL is an full-featured open-source alternative. Other databases that can be used more or less for free include DBMaker (you need to buy a license if you want more than four concurrent

RE: EJB w/ different DB's

2000-01-04 Thread Neville Burnell
Hi Frank, Another Java database on my list is InstantDB, (www.instantdb.co.uk). It's not opensource, but it is free for non-commercial use. Kind Regards, Neville Burnell Business Manager Software -Original Message- From: Frank Apap [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 5

Re: EJB w/ different DB's

2000-01-04 Thread Elias Martensson
On Tue, 4 Jan 2000, Brien Voorhees wrote: From: "Frank Apap" [EMAIL PROTECTED] I am currently using hSql for my db with my ejb operations, but I want to switch over to a more reliable and documented db. Does anyone have any recommendations for simply but reliable database that will be