Clustering

2000-06-28 Thread Mark Causer
teful Thanks Mark Causer

Servlets and EJB's

2000-06-02 Thread Mark Causer
Hi, Question I hope someone can help me with as I appear to be confusing myself over this . . If I have a Servlet and an EJB defined in my application.xml and I have a class that is used by BOTH the Servlet and the EJB (A transfer object passed from Servlet to EJB) where should it be placed in

Installing Servlets in Orion

2000-05-25 Thread Mark Causer
Hi, I am having a few problems installing servlets into Orion. My Server.xml is set to: My default-web-site.xml is set to: http://localhost/pops-web/servlet/ParameterObjectFactory and http://localhost/pops-web/servlet/General Obviously I am missing something as I am getting HTTP 500 -

Date type mappings

2000-03-13 Thread Mark Causer
Hi, how do you map Oracle DATE fields to java.sql.Timestamp with Orion ? I have schema="./database-schemas/oracle.xml" added to data-sources.xml I have added to oracle.xml I have added to orion-ejb-jar.xml but I am still getting : EntityBeanWrapper4.java:2636: Incompatible

Auto-create tables

2000-03-10 Thread Mark Causer
hi, Im evaluating Orion at the moment as a possible move from Valto's Ejipt server. Couple of things are puzzling me: I can't find out how to switch off the auto-create of the tables. As we are coming from a running system, all the tables have been pre-created. Also where do I map my entity to