RE: Orion Client jar files for remote application client

2002-05-14 Thread The elephantwalker
Pedro, This is the minimum list: orion.jar activation.jar jndi.jar ejb.jar Its also a good idea to include a jar with the home and remote interfaces of the ejb's you will be using. With kind regards, the elephantwalker www.elephantwalker.com -Original Message- From: [

RE: Dynamic Proxies for remote interface wrapper?

2002-05-13 Thread The elephantwalker
The orion-ejb-jar has the wrapper class noted. You can replace this class with your own, as long as you forward to the wrapper. With kind regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pletka, John

RE: Linux + Orion + IBM DB2

2002-05-12 Thread The elephantwalker
, has an excellent client for jdbc in the netbeans ide). http://www.mail-archive.com/orion-interest%40orionserver.com/msg16991.html With kind regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Denis Litvinov

RE: XSL and Sitemesh on Orion

2002-04-22 Thread The elephantwalker
retry ... -Original Message-From: The elephantwalker [mailto:[EMAIL PROTECTED]]Sent: Monday, April 22, 2002 8:59 AMTo: Orion-Interest; [EMAIL PROTECTED]Subject: RE: XSL and Sitemesh on Orion Dear Peter, Theres a bug in sitemesh so that only jsp files work. I believe that xsl would

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-07 Thread The elephantwalker
he orion-ejb-jar.xml. Brett McLaughlin has published a truely excellent strategy for producing pk's. Go to flashline.com to see Brett's column on this. regards, the elephantwalker www.elephantwalker.com

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-07 Thread The elephantwalker
t get caught in the performance trap where you application performance increases by 2%, but its almost impossible to change your application without competely rewriting it. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

RE: CMP 2.0 vs BMP - Which performes better?

2002-04-05 Thread The elephantwalker
See my earlier post on this thread. You can use custom finders with _extreme_ ease in Orion. I gave an example for Oracle (since Oracle does not _have_ the sql LIMIT statement). For other databases, you could use a LIMIT statement in your custom finder. Regards, the elephantwalker

RE: CMP 2.0 vs BMP - Which performes better?

2002-04-04 Thread The elephantwalker
ocedure in the for even greater speed. With these finders, cmp _rocks_! regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Curt Smith Sent: Thursday, April 04, 2002 9:21 AM To: Orion-Interest Subject: Re:

RE: Orion user management

2002-04-03 Thread The elephantwalker
them...   regards,   the elephantwalker www.elephantwalker.com   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Randahl Fink IsaksenSent: Wednesday, April 03, 2002 1:08 AMTo: Orion-InterestCc: [EMAIL PROTECTED]Subject: Orion user management

RE: Orion EJB 2.0 final

2002-03-27 Thread The elephantwalker
est ejb with ejb-ql (say from Ed Roman's book), why don't you test it out in this latest version from Oracle oc4j or 1.5.4. It may work. regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Simon Stewart Sent: Wednesday

RE: Orion EJB 2.0 final

2002-03-26 Thread The elephantwalker
sans ejb-ql, 1.5.4 is compatible. I understand from some Oracle types that ejb-ql will be out later this summer. many-many is broken in 1.5.4, but Magnus et al indicate its fixed in bugzilla for 1.5.5 regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto

RE: EJB failover/replication?

2002-03-21 Thread The elephantwalker
5.4. Still investigating, though. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Crozier Sent: Thursday, March 21, 2002 2:07 PM To: Orion-Interest Subject: EJB failover/replication?

RE: Concurrent calls to Session bean methods

2002-03-21 Thread The elephantwalker
currency, since they are not reentrant. regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Romen Law Sent: Thursday, March 21, 2002 2:33 PM To: Orion-Interest Subject: Re: Concurrent calls to Session bean methods ell

RE: User Manager Questions

2002-03-21 Thread The elephantwalker
ava-application client. META-INF/orion-application.xml --> should have the group/role mapping META-INF/principals.xml ---> should have the groups listed which are in your user database, and permissions for their access ... regards, the elephantwalker www.elephantwalker.com -Origina

RE: Concurrent calls to Session bean methods

2002-03-20 Thread The elephantwalker
preventing cocurrent calls to the stateful session bean. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 12:05 PM To: Orion-Interest Subject: RE: Concurrent

RE: Concurrent calls to Session bean methods

2002-03-19 Thread The elephantwalker
Vani, You can use the petstore trick. Use a facade class which sychronizes each call to your session bean. That should do the trick. This is a _famous_ problem with session beans. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto

RE: AutoGen Primary Key for Entity Beans

2002-03-16 Thread The elephantwalker
gards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Shoemaker Sent: Saturday, March 16, 2002 6:57 AM To: Orion-Interest Subject: AutoGen Primary Key for Entity Beans I see on the orion support page th

RE: Soap with Axis ?

2002-03-09 Thread The elephantwalker
Eddie, You might try the a recent thread on www.elephantwalker.com. We reproduced Bret McLaughlin's example (Java & XML, 2nd edition) with Orion and Apache SOAP 2.2. http://www.elephantwalker.com/rfa?id=399 Regards, the elephantwalker www.elephantwalker.com -Original Message-

RE: Login username and password

2002-03-03 Thread The elephantwalker
Dear Prasanth, I have put together a simple set of lessons for user security...not to be confused with personalization. http://www.elephantwalker.com/rfa?id=404 You will need a password to see this, but its free to join the elephantwalker. I hope the lessons are easy to understand...after the

RE: BigDecimal problem...

2002-03-02 Thread The elephantwalker
n forum on the web. regards, the elephantwalker www.elephantwalker.com .ps There is an excellent document on database schemas in Orion at: http://www.orionserver.com/docs/database-schema-configuration/database-schema-configuration.xml -Original Message- From: [EMAIL PROTECTED] [mai

RE: Database cursor in CMP/EJB

2002-02-28 Thread The elephantwalker
Yes, I'm doing this with cmps, no problem. See this post, somewhere down towards the middle, there's some code I use in the finder of orion-ejb-jar.xml: http://www.elephantwalker.com/rfa?id=383&page=2 regards, the elephantwalker www.elephantwalker.com -Original Message

RE: Database cursor in CMP/EJB

2002-02-28 Thread The elephantwalker
Eddie, What are you trying to do? regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Post Sent: Thursday, February 28, 2002 3:08 AM To: Orion-Interest Subject: Database cursor in CMP/EJB Can someone please tell me

RE: jndi.properties and ApplicationClientInitialContextFactory

2002-02-26 Thread The elephantwalker
It was just pointed out to me that my link was bad...should be   http://www.elephantwalker.com/rfa?id=178   regards,   the elephantwalker www.elephantwalker.com   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of The elephantwalkerSent

RE: jndi.properties and ApplicationClientInitialContextFactory

2002-02-26 Thread The elephantwalker
This question needs to be directed to Ironflare AB. However, the pricing seems to say "...per server" and not "...per client or server." regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE:

2002-02-25 Thread The elephantwalker
he effect of only adding the role during the session. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Min-Hua Luo Sent: Monday, February 25, 2002 2:09 PM To: Orion-Interest Subject: RE: Hi, Thanks a

RE: jndi.properties and ApplicationClientInitialContextFactory

2002-02-25 Thread The elephantwalker
This question is answered here: http://www.elephantwalker.com/searchresult?id=178.   Basically, you must have the orion.jar, plus the various j2ee helper libraries, to make your application client work with orion.   regards,   the elephantwalker www.elephantwalker.com     -Original

RE: [ANNOUNCE] Orion forums launched!

2002-02-22 Thread The elephantwalker
to provide the best Orion Support on the planet. Take a walk on the wild side and join the elephantwalker: www.elephantwalker.com/main/gstarted.html Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

RE: orion-ejb-jar.xml, ejb-jar.xml and deployment

2002-02-19 Thread The elephantwalker
Vipul, Orion will not copy over an old orion-ejb-jar.xml file. So if you redeploy, if you don't blow away the previous deployment, you are still on the old file. This could be your problem. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROT

RE:

2002-02-16 Thread The elephantwalker
count"); you will get an error if the role "gold_account" does not exist in your web.xml or application.xml or ejb-jar.xml. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Min-Hua Luo Sent:

RE: Cascade delete for CMP set mapping?

2002-02-12 Thread The elephantwalker
Chris,   I believe that cascade delete is fixed in the next release.   Regards,   the elephantwalker www.elephantwalker.com   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris TurnerSent: Tuesday, February 12, 2002 6:34 AMTo: Orion

RE: Username and Password

2002-02-06 Thread The elephantwalker
e flexible. A little like JAAS, but easier to use. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christian, Joanne Sent: Wednesday, February 06, 2002 9:30 AM To: Orion-Interest Subject: Username and Pas

FW: Sharing session across web apps

2002-02-01 Thread The elephantwalker
resend...first one didn't catch. -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 11:17 AM To: Orion-Interest; [EMAIL PROTECTED] Subject: RE: Sharing session across web apps >From my post on oracle otn: Session data is no

RE: cgi question [EXPIRED TRIAL LICENCE]

2002-01-29 Thread The elephantwalker
-discard-path --enable-trans-sid --with-openssl --with-imap --enable-inline-optimization This is from Andraas Mag. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of orionDummy Sent: Monday, January 28, 2002 7

RE: javax.ejb.EJBLocalHome and javax.ejb.EJBLocalObject

2002-01-25 Thread The elephantwalker
encouraging sign is that Oracle indicates that 9iAS will meet j2ee 1.3 soon. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Boz Jennings Sent: Friday, January 25, 2002 12:43 PM To: Or

RE: Generating descriptors

2002-01-24 Thread The elephantwalker
fit. As for the j2ee ejb-jar.xml, application.xml, and web.xml files, you will need to generate those on your own, or use jdeveloper, forte for java, netbeans, sun's j2ee tools, or do it by hand (which is what I do). Regards, the elephantwalker -Original Message- From: [EMAIL PROT

RE: IronFlare bug fixing policy

2002-01-16 Thread The elephantwalker
just the draft), and JSP 1.2, Connections, etc. As we all know, fixing bugs which are going to disappear in a refactoring is a bit of a waste of time. Of course, if its a bug that affects you directly, you may feel differently. Which bug numbers did you report? regards, the

RE: IronFlare bug fixing policy

2002-01-15 Thread The elephantwalker
just the draft), and JSP 1.2, Connections, etc. As we all know, fixing bugs which are going to disappear in a refactoring is a bit of a waste of time. Of course, if its a bug that affects you directly, you may feel differently. Which bug numbers did you report? regards, the

RE: Multiply datasources for one application??

2002-01-15 Thread The elephantwalker
th in your orion-application.xml of your ear. This way you can have more than one ear, each with its own data-sources.xml. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday,

RE: Orion & JSDK2.3

2002-01-14 Thread The elephantwalker
had the methods doFilter(), setFilterConfig() and getFilterConfig(), which is what you find in the 1.5.2 distribution. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez Sent: Monday, January

RE: Trivial classpath problem ?

2002-01-13 Thread The elephantwalker
it regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Saturday, January 12, 2002 11:36 PM To: Orion-Interest Cc: [EMAIL PROTECTED] Subject: Trivial classpath problem ? Hi

RE: does orionsupport startup and shut down classes

2002-01-10 Thread The elephantwalker
See answer at www.elephantwalker.com/rfa?id=301   Regards,   the elephantwalker   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of meera krishnaraja bhatSent: Wednesday, January 09, 2002 5:03 PMTo: Orion-InterestSubject: does orionsupport

RE: Best way to add user records to EJBUserManager...

2002-01-08 Thread The elephantwalker
y, eh! regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Paransky Sent: Monday, January 07, 2002 9:44 PM To: Orion-Interest Subject: Best way to add user records to EJBUserManager... I am using EJBUserMa

RE: Best way to add user records to EJBUserManager...

2002-01-08 Thread The elephantwalker
second try -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 8:16 AM To: Orion-Interest; [EMAIL PROTECTED] Subject: RE: Best way to add user records to EJBUserManager... The best way to add users in Orion is with Orion&#

RE: JDBC error

2002-01-02 Thread The elephantwalker
. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ian S. Hagen Sent: Wednesday, January 02, 2002 5:53 AM To: Orion-Interest Subject: JDBC error Has anyone experienced instability when using Orion

RE: JNDI basics??

2001-12-21 Thread The elephantwalker
ory java.naming.provider.url=ormi://localhost/ java.naming.security.principal= java.naming.security.credentials= Also see: http://www.orionserver.com/docs/remote-access/remote-access.xml regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

RE: Not allowed to lookup java:comp/ServerAdministrator ??????

2001-12-19 Thread The elephantwalker
-install This will prompt for a password... Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of korosh Sent: Wednesday, December 19, 2001 4:20 PM To: Orion-Interest Subject: Not allowed to lookup

RE: how does Orion finds classes ?

2001-12-19 Thread The elephantwalker
You need to put orion in development mode. In your global-web-application.xml, set development="true" in the first tag, the orion-web-app tag. This way each time you deploy an app, the war classes/jar's will be reloaded. Regards, the elephantwalker www.elephantwalker.com -O

RE: how does Orion finds classes ?

2001-12-19 Thread The elephantwalker
Each application has its own class loader...so these are used first, after these classes and jar's are searched, the parent class loader is used, and so on. Same with the unloading. So its not so wasteful. regards, the elephantwalker www.elephantwalker.com -Original Message-

RE: Using UserTransaction from a standalone client

2001-12-18 Thread The elephantwalker
This was answered at www.elephantwalker.com/rfa?id=271 regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 9:48 AM To: Orion-Interest Subject: Using UserTransaction from a

RE: Very Long Deployment Time

2001-12-17 Thread The elephantwalker
uring the unjaring of the ear file), and oc4j/orion will redeploy this jar file, while leaving the other jar files alone.   regards,   the elephantwalker www.elephantwalker.com   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gustavo Comba

RE: Web Services and WSTK

2001-12-09 Thread The elephantwalker
, which the big company used to integrate in their order fulfillment system. This demonstration was truly awesome. Take a look at the new docs on otn.oracle.com. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

RE: Security Vulnerability?

2001-12-07 Thread The elephantwalker
, there should be no problem. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Raphael Gillett Sent: Friday, December 07, 2001 12:24 PM To: Orion-Interest Subject: Security Vulnerability? Dear Everyone

RE: Persistance between HTTP and HTTPS

2001-12-07 Thread The elephantwalker
resend, second one didn't catch... -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 5:18 AM To: Orion-Interest Subject: RE: Persistance between HTTP and HTTPS resend, first one didn't catch... -Original Message-

RE: Orion and basic authentication

2001-12-05 Thread The elephantwalker
er manipulation conflicts with the web.xml deployment descriptor for authentication? Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Etienne Giraudy Sent: Wednesday, December 05, 2001 7:13 AM To: Orion-I

oracle/open world

2001-12-05 Thread The elephantwalker
resend, first didn't catch... -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 9:49 PM To: Orion-Interest Subject: oracle/open world Dear Group, I have been at the Oracle/open world for two days...and there is some signif

oracle/open world

2001-12-04 Thread The elephantwalker
Dear Group, I have been at the Oracle/open world for two days...and there is some significant news about OC4J and likely Orion. I have filed two reports on www.elephantwalker.com, so take a look. Here is the link: http://www.elephantwalker.com/rfa?id=245 Regards, the elephantwalker

FW: Using JDBC resource from application client

2001-11-26 Thread The elephantwalker
didn't take the first time...resend -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 3:57 PM To: Orion-Interest Subject: RE: Using JDBC resource from application client Romen, In you application-client.xml file, you will ne

RE: jdbc performance Orion vs. WL

2001-10-23 Thread The elephantwalker
real world...and known to be slow. I would also drop the i/o, not necessary for this type of test. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Savotchkin Egor Sent: Tuesday, October 23, 2001 11:05 PM

mongoose advertisement

2001-10-23 Thread The elephantwalker
for Orion. Good luck on the Weblogic interest listbut you have struck out on the Orion interest list. Regards, the elephantwalker www.elephantwalker.com

RE: security-constraint

2001-10-23 Thread The elephantwalker
rion which roles in the web.xml file map to which groups used by the usermanager. roleManager has some great methods for managing your groups, as do the usermanager's. Use these methods to mangle your groups and users. I hope this helps. regards, the elephantwalker www.elephantwalker.com

jaas and usermanager

2001-10-23 Thread The elephantwalker
the elephantwalker www.elephantwalker.com

RE: Orion Questions

2001-10-22 Thread The elephantwalker
t Oracle's stats on oc4j at www.oracle.com, which reflects my own personal experience. 3. There is no difference between the developer version and the commercial version except that there is a "Licensed to " in the server log in the commercial version. Regards, the elephantwalk

RE: Yup, SSL question

2001-10-18 Thread The elephantwalker
use a virtual-hosts attribute in your web-site tag...I also use the EXACT ip address in host:       regards,   the elephantwalker www.elephantwalker.com   .ps I am glad your Alteon loadbalancer works, because the orion loadbalancer.jar can't use ssl ;(...its broken in 1.5.2. My

RE: Tunneling Question

2001-10-18 Thread The elephantwalker
targetRoot http://localhost:8080/ also add the appropriate mapping. You can copy the one orion already uses for your app...look in your application directory for your orion-web.xml file. regards, the elephantwalker www.elephantwalker.com -Original Message- From

RE: orion xml's

2001-10-18 Thread The elephantwalker
Morten, Thanks for forwarding this to the list...90% of my posts don't get through for some reason. This is one reason I created www.elephantwalker.com. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On B

RE: orion xml's

2001-10-18 Thread The elephantwalker
wing? regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Morten Wilken Sent: Thursday, October 18, 2001 1:00 AM To: Orion-Interest Subject: orion xml's Am i the only one who thinks that the idea

RE: Changing the default splash page?

2001-10-15 Thread The elephantwalker
Look in the default-web-app directory, there's a file there called index.html, this is the splash. You can control the default-web-app index by modifying the web.xml file in the default-web-app/WEB-INF directory. You could also point to another directory for you default-web-app from the conf

RE: WebLogic To Orion

2001-10-11 Thread The elephantwalker
its true that you get all of that wonderful support from wl, you can take a walk on the wild side, and join the elephantwalker...and you get excellent, cost effective support. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Syntax of tag?

2001-10-11 Thread The elephantwalker
    should be placed after the display name. What errors are you getting? All session context variables need to be serielizable ... is this the error you are getting?   regards,   the elephantwalker www.elephantwalker.com -Original Message-From: [EMAIL PROTECTED] [mailto

RE: WebLogic To Orion

2001-10-11 Thread The elephantwalker
Greg,   In your *web-site.xml files, you will need to set shared=true in your default-web-app and web-app tags. The bug you have encountered is an IE bug.   Do not evaluate version 1.3.8, its too old. use version 1.5.2   Regards,   the elephantwalker   -Original Message-From

RE: starting orion application server

2001-10-07 Thread The elephantwalker
directories, and their sub directories. Its a pain in the arse (excuse my old english), but so it goes. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of yilmaz Sent: Sunday, October 07, 2001 6:44 PM To: Orion

RE: Why can't orion respond to their customers? (was RE: FW: Logging in to server twice does not work.)

2001-10-05 Thread The elephantwalker
from connecting. So lets look at your code. It looks like you left out one important bit in the properties. The dedicated.connection should be true. With the code below, you won't have to restart your server. Regards, the elephantwalker www.elephantwalker.com So here is the code: import ja

RE: Orion Server with external webserver

2001-10-04 Thread The elephantwalker
its the port...the ormi port is 23791, not 80. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fredrik Gusting (PAC) Sent: Thursday, October 04, 2001 12:38 AM To: Orion-Interest Subject: Orion Server

RE: URGENT! JNI problem on Orion-Could Not Get Class for Java ....

2001-10-03 Thread The elephantwalker
YiYi, see my answer on www.elephantwalker.com, should fix your problem. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of YiYi Mao Sent: Wednesday, October 03, 2001 4:35 PM To: Orion-Interest Subject

RE: I've screwed up a component DD???? NamingException: Cannot lookup java:comp/env attributes, not in a valid component

2001-10-03 Thread The elephantwalker
ually attach files to your request...   regards,   the elephantwalker www.elephantwalker.com   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Curt SmithSent: Wednesday, October 03, 2001 1:21 PMTo: Orion-InterestSubject: I've screwed up a co

RE: Displaying errors in JSP

2001-10-03 Thread The elephantwalker
a Null Pointer Error, and watch the fireworks in the browser. As long as you don't have a 500 error page, your jsp Null Pointer Error will be in the browser. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: Form-based login

2001-10-02 Thread The elephantwalker
resend...fourth time didn't catch ;. -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 4:34 PM To: Orion-Interest Subject: RE: Form-based login resend...third time didn't catch ;(((. -Original Message-

RE: Equivalent to Apache's mod_usertrack?

2001-10-02 Thread The elephantwalker
Title: Equivalent to Apache's mod_usertrack? Larry,   You can of course create a cookie, and put it into your client's machine. See the servlet spec and api...this is relatively easy to do with Orion and a filter.   Regards,   the elephantwalker www.elephantwalker.com   ---

RE: JSP Parsing error

2001-09-28 Thread The elephantwalker
LABORATORY. regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marcin Jarzab Sent: Wednesday, February 28, 2001 1:09 PM To: Orion-Interest Subject: JSP Parsing error I'm using in my pages taglibs which get parameters durin

RE: Transactions for stateless SessionBeans

2001-09-26 Thread The elephantwalker
ldn't really support transactions or pooling. If you use the ejb-jar location, do a look on ServerDataSource (if that's the resource name you gave your datasource in the ejb-jar.xml)or whatever, and Orion pick the proper connection, the ejb-location. Regards, the elephantwalker www.ele

RE: Orion 1.5.2 and Java 2 SDK 1.3.1

2001-09-21 Thread The elephantwalker
hot spot vm's with earlier versions, but 1.3.1 seems to have cleared this up. regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vlad Vinogradsky Sent: Friday, September 21, 2001 9:22 PM To: Orion-Interest Subject: Orion

RE: Questions about Orion

2001-09-21 Thread The elephantwalker
Vlad, see comments... regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vlad Vinogradsky Sent: Friday, September 21, 2001 7:08 AM To: Orion-Interest Subject: RE: Questions about Orion Thanks for your

RE: HELP !!! SECURITY

2001-09-21 Thread The elephantwalker
nfiguring security for an application in orion.   regards,   the elephantwalker www.elephantwalker.com       -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David BonillaSent: Friday, September 21, 2001 8:23 AMTo: Orion-InterestSubject: HELP !!

re: CMP and BLOB fields

2001-09-21 Thread The elephantwalker
didn't catch the first time around -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 1:32 AM To: Orion-Interest Subject: RE: CMP and BLOB fields Juan, If you make your cmp field a byte[], the type in Oracle will be BLOB in ve

RE: Questions about Orion

2001-09-20 Thread The elephantwalker
panies like Flowsheet Technologies and others provide subscription based customer support for Orion. Join our site, www.elephantwalker.com, its free, and sign up for a subscription when you need some help. We also provide a course for Orion in the San Francisco Bay Area. regards, the

RE: Stupid CLASSPATH and Oracle JDBC drivers. Need help!

2001-09-19 Thread The elephantwalker
the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Fontenot Sent: Wednesday, September 19, 2001 11:41 AM To: Orion-Interest Subject: RE: Stupid CLASSPATH and Oracle JDBC drivers. Need help! Using: java -server -Xincgc -Xms70m -Xmx128m

RE: Stupid CLASSPATH and Oracle JDBC drivers. Need help!

2001-09-19 Thread The elephantwalker
How do you start orion? should be java -jar orion.jar anything else may defeat the orion.jar class loader, which actually loads the *.jar and *.zip from the orion/lib directory. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto

RE: finder parameters

2001-09-19 Thread The elephantwalker
ard and desc card" if the arguments to the method were "asc" and "desc", respectively. Of course this isn't really good sql, but I'm just having some fun. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [

RE: session bug

2001-09-18 Thread The elephantwalker
ookies under Get and Post differently, since Orion uses cookie's to keep session id's by default (url rewritting is only used when cookies are not used by the client). regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Beha

RE: session bug

2001-09-18 Thread The elephantwalker
; if(!session.getNew()) response.sendRedirect("/logout"); This will work about 99% of the time...whereas if you just do session.invalidate(), session=request.getSession(true) it won't work in a post request. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mai

RE: Is this fixed yet?

2001-09-18 Thread The elephantwalker
AFAIK, still broken. regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Best Sent: Tuesday, September 18, 2001 9:14 AM To: Orion-Interest Subject: Is this fixed yet? Just wondering if anyone has fixed SSL load

elephantwalker.com

2001-09-17 Thread The elephantwalker
r Security requests. Regards, the Elephantwalker www.elephantwalker.com

RE: ServletContextAttributesListener

2001-09-17 Thread The elephantwalker
unless you map two different url addresses to your servlet. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Ford Sent: Monday, September 17, 2001 12:32 PM To: Orion-Interest Subject: ServletContextAttributesListener I have a class which implements

RE: Restricting access to only Session Manager ?

2001-09-15 Thread The elephantwalker
he servlet. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Post Sent: Saturday, September 15, 2001 1:33 PM To: Orion-Interest Subject: RE: Restricting access to only Session Manager ? Elephantwalker, Thanks (see below

RE: Restricting access to only Session Manager ?

2001-09-15 Thread The elephantwalker
xml, orion-web.xml, orion-application.xml. This allows the same group to be assigned to different roles in different applications...a good idea when you think that various jar/war/ear files may be from different vendors, and have different names for their j2ee roles. regards, the elephantwalke

RE: install ssl on Orion

2001-09-14 Thread The elephantwalker
Looks like you have some problem with the key. Just try creating another one. Which ca are you using? Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Akbari Hamid Reza Sent: Friday, September 14, 2001 9:20 PM To: Orion

RE: Oracle questions (Slightly OT)

2001-09-14 Thread The elephantwalker
effort on developing our forum application.   The oracle otn stuff is a good start, but leaves out the finally and the update issues. These are well known omissions in the oracle documentation (check out the jdbc forum).   regards,   the elephantwalker www.elephantwalker.com         -Origin

RE: orion-application.xml

2001-09-14 Thread The elephantwalker
your application.xml from your ear. This sounds like a simple deployment issue. Only way to figure out where you've gone south is to check the files. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Prashant Gaikwad

RE: Oracle questions (Slightly OT)

2001-09-13 Thread The elephantwalker
  the elephantwalker     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gregory ScottSent: Thursday, September 13, 2001 10:07 PMTo: Orion-InterestSubject: RE: Oracle questions (Slightly OT) You can also look at the 8.1.7 online

RE: Oracle questions (Slightly OT)

2001-09-13 Thread The elephantwalker
tore large strings in oracle. A version of this bean is used on the site, and we have tested it with EXTREMELY large strings. I would not use any odbc bridge to do thisa real waste of time. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

  1   2   3   4   >