Problems with MySQL and DataSourceUserManager

2000-11-15 Thread Juha Lehtonen
) at com.evermind.server.http.HttpApplication.uh(JAX) at com.evermind.server.http.ed.sp(JAX) at com.evermind.server.http.ed.so(JAX) at com.evermind.util.f.run(JAX) Is it possible to use MySQL with DataSourceUserManager since MySQL does not support transactions? Regards, Juha Lehtonen FA Solutions

Two different websites using the same EJB-application

2000-09-17 Thread Juha Lehtonen
How should I confid OrionServer to have two different websites - one for HTML and one for WML - both of which using the same EJB-application. I would like to have user-interface for browsers and wap phones to my EJB-application without having two different instances of the EJB-application. Juha

Warnings with MySql database

2000-02-25 Thread Juha Lehtonen
I hava been getting the following warning when using Mysql, OrionServer and Entity beans. Can I get rid of it? *** WARNING: DATABASE SET AUTO-COMMIT CALL FAILED, THIS DATABASE IS NOT TRANSACT IONAL (AND HENCE UNSECURE): Cannot disable AUTO_COMMIT *** Juha Lehtonen

Creation of stateless session beans

2000-01-31 Thread Juha Lehtonen
I am using a stateless session bean, which should according to EJB specs be pooled by the container. However, when I create an instance of the stateless session bean, container (Orion) always calls the bean's ejbCreate. Therefore a new instance of a bean is created instead of using a pooled