DataSourceUserManager Configuration

2000-03-03 Thread Jeremy Pierson
1. Is there a way to have the DataSourceUserManager obtain other information when authenticating? I would like to get a list of groups that the user belongs to as well as the user's real name and unique ID when they login. (I don't want to use the default Can this be done with the default classe

RE: Using Orion in an ASP scenario

2000-03-03 Thread Mike Cannon-Brookes
I'm not sure if this is what you're looking for, but you can use the same EJBs in different applications? Why not create an application for each client (running under one server, distributed over many machines) - running off the same classes but different configurations for each app? I think thi

RE: WEB-INF/lib and classloader?

2000-03-03 Thread Victor A. Salaman
Doesn't it already do this? -Original Message- From: George Henry C. Daswani [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 04, 2000 12:21 AM To: Orion-Interest Subject: WEB-INF/lib and classloader? Hello, Will the 1.0 version of orion-server support classloading from jars in the "WE

WEB-INF/lib and classloader?

2000-03-03 Thread George Henry C. Daswani
Hello, Will the 1.0 version of orion-server support classloading from jars in the "WEB-INF/lib" directory? George Daswani

Using Orion in an ASP scenario

2000-03-03 Thread galbers
Gary Albers@TIMEWEB 03/03/2000 06:21 PM Folks, We are developing a product that could be deployed under the Application Service Provider (ASP) model and are trying to think through what it would mean to use Orion as the EJB server . For example, an ASP sells our product to 10 companies. Th

Clustering

2000-03-03 Thread Scott Lawrence
I know that there is a cluster id setting in server.xml but how do we actually use clustering? Also, what is Orion's definition of clustering in terms of JSP's and Servlets? I know that EJB clustering isn't available yet (in the FAQ).

data-sources.xml for 0.9.4 (connection pooling)?

2000-03-03 Thread Jeremy Pierson
I just upgraded from 0.9.1b to 0.9.4 and, among other thigs, my pooled data sources will no longer work. This is what I had - and it worked - for 0.9.1b: This is a Connection data-source

Re: Orion bug for disallowed-field with Oracle

2000-03-03 Thread Eric Richardson
Hi, I mentioned this table name too long for oracle thing in a previous post as well. Another thing I don't understand is the need for xml document to map java types to sql column types for specific DBs. DatabaseMetaData and ResultSetMeta data gives the types when looking at an existing DB and ja

NoClassDefFoundError: javax/servlet/jsp/JspError

2000-03-03 Thread Robert Edgar
I just installed Orion, looks good, got it up and running, ran one of the standard JSP examples no problem. Then tried to run the taglib example /examples/jsp/taglib/loop/looptag.jsp this threw an error shown below as it cant find the class "JspError", checking the orion JSP docs I can see thi

No Subject

2000-03-03 Thread Robert Edgar
I just installed Orion, looks good, got it up and running, ran one of the standard JSP examples no problem. Then tried to run the taglib example /examples/jsp/taglib/loop/looptag.jsp this threw an error shown below as it cant find the class "JspError", checking the orion JSP docs I can see thi

Orion bug for disallowed-field with Oracle

2000-03-03 Thread Montebove Luciano
Found the bug that prevent news-app from working with Oracle. When Orion encounter a disallowed-field in a CMP Entity Bean like date for Oracle (oracle.xml) change the name of the table field to _name (i.e.: _date) but in Oracle (my version is 8.0.5) _ generate this error: Database error: ORA-00

HARDWARE

2000-03-03 Thread David Sierra Fernandez
By now, I'm only developing EJBs but in a short time we want to implement a real application and I want to know more or less the harware requirements for a high load production enviroment with orion. Suppose 1000 pages/sec 500.000 pages/day. MEmory, proccesor, number of CPUs PLease i

Re: weird caching behavior with xml/xsl

2000-03-03 Thread Joe Walnes
>I'm experimenting with XML/XSL and OrionServer and experiencing weird >caching behavior. I have "quote.xml" which references "quote.xsl". I can >access quote.xml from a browser and Orion gives me the transformed version, >as expected. If I make a change to quote.xml or quote.xsl, however, it