Re: MYSQL, Orion, EJB and transactions ??

2000-10-27 Thread Jonas Larsson
Title: MYSQL, Orion, EJB and transactions ?? You could always use Interbase which now is opensource.. http://www.interbase.com - Original Message - From: Laufer, Michael To: Orion-Interest Sent: Friday, October 27, 2000 10:41 AM Subject: MYSQL, Orion, EJB and

Re: EJB preformance Was: Does Orion eliminate RMI?

2000-05-30 Thread Jonas Larsson
I've done some very simple performance tests invoking methods of a simple session EJB on both ejboss 1.0 and orionserver 0.9 (a time ago;). The result was that orionserver was about 10 times - 50 times faster than ejboss. Both in VM calls and out of vm calls (both on the same machine). Can

SV: java.lang.NullPointerException

2000-02-25 Thread Jonas Larsson
Hmm... I've run in to a similar problem when I was using Orion 0.9.1b without a web-site setup and only as an EJB container, but in my case I got several NullPointerException's one thrown every second (about). Perhaps it has something to do with a timed check of changes in the servlet classes and

JSP-buffering implementation in Orion.

2000-01-12 Thread Jonas Larsson
Hi, I have been trying to use the "response.sendRedirect()" feature of the Servlet API from a JSP page. It works very good when I'm doing it before any jsp:include (when a jsp:include is proccessed the buffer is flushed and the headers cannot be changed). My real question is: Doesn't

Virtual host err, jsp:param err!

1999-12-15 Thread Jonas Larsson
Hi, I have also discovered the earlier mentioned error when trying to user the virtual-hosts feature in web-site.xml.. Orion server throws a nullpointerexception durning startup when any virtual-hosts atttribute is set to some name.. It seems like jsp:param doesn't really work in the way the

Bean managed Entity-EJB error!

1999-10-17 Thread Jonas Larsson
Does anyone know why i get the following error when trying to use a bean managed entity bean? Auto-deploying file:/D:/www/orion/ejb/Comunity/... EntityBeanWrapper0.java:90: Undefined variable or class name: set set.close(); ^