RE: Setting Up JDBC driver for Oracle database

2001-06-30 Thread Doug Pham
Mong, The Oracle driver should come with Oracle. If you do a search in the oracle directory you should find a file call classes12.zip, copy that to the orion/lib directory. Here is an Oracle data source that works and I am using right now (This should be your data-sources.xml in the ori

UNSUSCRIBE

2001-06-30 Thread Vimal Patel
 

Re: How to reference arrays when creating finders in orion-ejb-jar.xml???

2001-06-30 Thread Jeff Hubbach
I haven't tried it yet, but you might try passing in a list instead (using Arrays.asList()), then in your query in orion-ejb-jar.xml use query="$type in ($1)" Don't know if it'll work or not, but I don't think there's a way of looping over the contents of an array in the finder method. Jeff. On

How to reference arrays when creating finders in orion-ejb-jar.xml???

2001-06-30 Thread Alex Paransky
I have a home finder method with the following signature: Collection findByTypes(TypeEntity[] types) throws RemoteException; Is there a way to implement this method using CMP by either directly writing the query in ejb-jar.xml, or using orion-ejb-jar.xml method? I am using Orion 1.5.2. Thanks.

Re: JSP page in another window

2001-06-30 Thread Matthew Pangaro
If you don't care what the size, features, and location of the second browser are, you can just set the target attribute in the href for page B to be "_blank". If you want to control the appearance of the new window, you can use the javascript function: window.open(URL, windowName[, windowFeat

Re: JSP page in another window

2001-06-30 Thread Rian Schmidt
I do believe you can use the: response.setHeader("Window-target","_blank"); approach to do such a thing, but I also recall that it's non-standard, and so you should check it to make sure it works with your target browser. Rian - Original Message - From: "Kemp Randy" <[EMAIL PROTECTED]> T

RE: returning an interface

2001-06-30 Thread Eduardo Estefano
The object you are returning is probably not serializable. You must implement Serializable.   I have tons of methods that return the Collection interface.     -Original Message- From: Paul Knepper [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 12:34 PM To: Orion-Intere

JSP page in another window

2001-06-30 Thread Kemp Randy
If I have JSP page A and I want to open up JSP page B in a seperate and smaller window, while keeping JSP page A, is there a way to do this? I know it can be done with JavaScript. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail