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: [EMAIL

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
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 PROTECTED

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

2002-04-07 Thread The elephantwalker
for producing pk's. Go to flashline.com to see Brett's column on this. regards, the elephantwalker www.elephantwalker.com

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
could likewise use a stored procedure in the finder-method 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

RE: Orion user management

2002-04-03 Thread The elephantwalker
... 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 Hi

RE: Orion EJB 2.0 final

2002-03-27 Thread The elephantwalker
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, March 27, 2002 9:20 AM To: Orion-Interest Subject: Re: Orion EJB

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: User Manager Questions

2002-03-21 Thread The elephantwalker
-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 -Original Message- From

RE: Concurrent calls to Session bean methods

2002-03-21 Thread The elephantwalker
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 ello, What

RE: EJB failover/replication?

2002-03-21 Thread The elephantwalker
, 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? Hello, I'm starting

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
, 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 the use

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- From

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

RE: BigDecimal problem...

2002-03-02 Thread The elephantwalker
at www.elephantwalker.com. We have the largest and oldest Orion 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

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: 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=383page=2 regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL

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]]On Behalf Of Brendan McKenna

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: Monday

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 Message

RE:

2002-02-25 Thread The elephantwalker
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 lot for your

RE: [ANNOUNCE] Orion forums launched!

2002-02-22 Thread The elephantwalker
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 Scott Farquhar Sent

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 PROTECTED

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
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 Password HI All, I'm new

RE: cgi question [EXPIRED TRIAL LICENCE]

2002-01-29 Thread The elephantwalker
--with-mysql=/usr --disable-force-cgi-redirect --enable-force-cgi-redirect=/etc/openldap --without-gd --enable-calendar --e nable-discard-path --enable-trans-sid --with-openssl --with-imap --enable-inline-optimization This is from Andraas Mag. Regards, the elephantwalker www.elephantwalker.com

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

2002-01-25 Thread The elephantwalker
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: Orion-Interest Subject

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 PROTECTED

RE: IronFlare bug fixing policy

2002-01-16 Thread The elephantwalker
), 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 elephantwalker

RE: Multiply datasources for one application??

2002-01-15 Thread The elephantwalker
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, January 15

RE: IronFlare bug fixing policy

2002-01-15 Thread The elephantwalker
), 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 elephantwalker

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
called) has a tag in it libarary path=../lib / 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

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
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's

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

2002-01-08 Thread The elephantwalker
! 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 EJBUserManager

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
java.naming.provider.url=ormi://localhost/domain (application) java.naming.security.principal=username java.naming.security.credentials=password /docs Also see: http://www.orionserver.com/docs/remote-access/remote-access.xml regards, the elephantwalker www.elephantwalker.com -Original Message- From

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- From

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 -Original Message

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

2001-12-19 Thread The elephantwalker
orion.jar -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: 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

RE: Very Long Deployment Time

2001-12-17 Thread The elephantwalker
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 CombaSent: Monday, December 17, 2001 8

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

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- From

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 significant

RE: Orion and basic authentication

2001-12-05 Thread The elephantwalker
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-Interest Subject

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 need

mongoose advertisement

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

RE: jdbc performance Orion vs. WL

2001-10-24 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

jaas and usermanager

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

RE: security-constraint

2001-10-23 Thread The elephantwalker
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 -Original

RE: Orion Questions

2001-10-22 Thread The elephantwalker
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 elephantwalker www.elephantwalker.com

RE: orion xml's

2001-10-18 Thread The elephantwalker
, 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 that you have to edit

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 Behalf

RE: Tunneling Question

2001-10-18 Thread The elephantwalker
application directory for your orion-web.xml file. regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sarathy Mattaparti Sent: Thursday, October 18, 2001 9:45 AM To: Orion-Interest Subject: Tunneling Question Hi

RE: Yup, SSL question

2001-10-18 Thread The elephantwalker
tificate supports" display-name="SMS WebSite" regards, the elephantwalker www.elephantwalker.com .ps I am glad your Alteonloadbalancer works, because the orion loadbalancer.jar can't use ssl ;(...its broken in 1.5.2. My main question is ... aren't you using Alteon as y

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

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: Syntax of distributable/ tag?

2001-10-11 Thread The elephantwalker
distributable / 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

RE: starting orion application server

2001-10-07 Thread The elephantwalker
of these 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
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 javax.naming

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

2001-10-04 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: 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: Displaying errors in JSP

2001-10-03 Thread The elephantwalker
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]]On Behalf Of EXT-Vaze, Vinay G Sent: Wednesday

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
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 component DD

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 -Original Message

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- From

RE: JSP Parsing error

2001-09-28 Thread The elephantwalker
. 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 during invoking them

RE: Transactions for stateless SessionBeans

2001-09-26 Thread The elephantwalker
)or whatever, and Orion pick the proper connection, the ejb-location. Regards, the elephantwalker www.elephantwalker.com come join us, we are having a lively discussion on pooling and transaction right now. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

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 version

RE: HELP !!! SECURITY

2001-09-21 Thread The elephantwalker
. 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 !!! SECURITY Ok... I have understand all about

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: 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 1.5.2

RE: Questions about Orion

2001-09-20 Thread The elephantwalker
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 elephantwalker www.elephantwalker.com

RE: finder parameters

2001-09-19 Thread The elephantwalker
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] [mailto:[EMAIL PROTECTED]]On Behalf Of sergey Sent: Wednesday, September

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: 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 -jar

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

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] [mailto:[EMAIL PROTECTED

RE: session bug

2001-09-18 Thread The elephantwalker
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 Behalf Of Tom Bruser Sent: Tuesday

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

elephantwalker.com

2001-09-17 Thread The elephantwalker
, the Elephantwalker www.elephantwalker.com

RE: Restricting access to only Session Manager ?

2001-09-15 Thread The elephantwalker
-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 elephantwalker -Original Message

RE: Restricting access to only Session Manager ?

2001-09-15 Thread The elephantwalker
. 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) an ejb

RE: orion-application.xml

2001-09-14 Thread The elephantwalker
, and 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 Sent

RE: Oracle questions (Slightly OT)

2001-09-14 Thread The elephantwalker
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 -Original Message-From: [EMAIL

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-13 Thread The elephantwalker
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 PROTECTED

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 docs for java

RE: OC4J datasource / server crash problem

2001-09-11 Thread The elephantwalker
? Regards, the elephantwalker .ps Your datasource is fine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ian S. Hagen Sent: Tuesday, September 11, 2001 12:21 AM To: Orion-Interest Subject: OC4J datasource / server crash problem Hi, I am currently

RE: Calling EJB From a Servlet..

2001-09-11 Thread The elephantwalker
First, if the servlet and ejb are in the same application, you don't need to use properties to initialize your contextbut if you did, it looks like you left off the domain in the properties. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: EJB 2.0 Approved

2001-09-10 Thread The elephantwalker
If anybody is at JAOO this week, please ask Karl about this. Regards, the elephantwalker -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Solinsky, JasonSent: Monday, September 10, 2001 12:01 AMTo: Orion-InterestSubject: EJB 2.0

RE: ORacle db string over 4000 chars

2001-09-10 Thread The elephantwalker
, and that the sql connection is closed. regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Komal Kandi (Contractor) Sent: Monday, September 10, 2001 9:31 AM To: Orion-Interest Cc: Nusairat, Joseph F. Subject: RE: ORacle db

  1   2   3   >