RE: How to get the RoleManager

2001-10-10 Thread Juan Lorandi (Chile)
Uh, try using the shared session attribute (orion-web.xml) + the same realm name for the login config (web.xml) HTH, JP -Original Message- From: David Potts [mailto:[EMAIL PROTECTED]] Sent: Miércoles, 10 de Octubre de 2001 8:02 To: Orion-Interest Subject: RE: How to get the

RE: What's in 1.5.3?

2001-10-09 Thread Juan Lorandi (Chile)
Orion 1.5.3? Yeah? Where? Usually alongside the .jar there's a changes.txt describing... err... the _changes_. Still, the current bleeding edge version is 1.5.2 -Original Message- From: Brendan McKenna [mailto:[EMAIL PROTECTED]] Sent: Martes, 09 de Octubre de 2001 6:47 To:

RE: New Release????

2001-10-03 Thread Juan Lorandi (Chile)
no new release... always check out http://www.orionserver.com/orion/changes.txt also, you can download orion.jar from http://www.orionserver.com/orion/orion.jar (that's what autoupdate does, BTW) No new release or further comments from magnus yet. -Original Message- From: Stephen

RE: Displaying errors in JSP

2001-10-03 Thread Juan Lorandi (Chile)
BTW, if you use IE, disable 'friendly HTTP error messages'. This option, in its active state will prevent the error page to display in the browser. JP -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Miércoles, 03 de Octubre de 2001 13:21 To:

RE: questions on legacy transaction support

2001-09-25 Thread Juan Lorandi (Chile)
Knowing how the legacy handles transactions would help. Particulary interested if rollbacks are accomplished by 'compensating' transactions, which would make the whole process straightforward. JP -Original Message- From: Reason [mailto:[EMAIL PROTECTED]] Sent: Lunes, 24 de Septiembre

RE: Microsoft releases SQL Server 2000 JDBC driver

2001-09-25 Thread Juan Lorandi (Chile)
Here! I evaluated Merant's drivers 'bout a year ago and they were... err... not as good as I expected(hadn to go for I-Net's ones). They couldda improve a lot in a year, tough. JP -Original Message- From: Darren Gibbons [mailto:[EMAIL PROTECTED]] Sent: Martes, 25 de Septiembre de

RE: HELP !!! SECURITY

2001-09-21 Thread Juan Lorandi (Chile)
lo que? the orionconsole is run with: $orion# java -jar orionconsole.jar HTH, JP PS: mail me (in Spanish if you like) if that's not what you're looking for. An extended explanation would be appreciated -Original Message-From: David Bonilla [mailto:[EMAIL

RE: Questions about Orion

2001-09-21 Thread Juan Lorandi (Chile)
all inline -Original Message- From: Vlad Vinogradsky [mailto:[EMAIL PROTECTED]] Sent: Jueves, 20 de Septiembre de 2001 23:22 To: Orion-Interest Subject: Questions about Orion I am evaluating the Orion server for use in a production web site which would be hosted by a hosting

RE: Transaction question ?

2001-09-21 Thread Juan Lorandi (Chile)
No-- they're invoked in different transactions. Transactional activity maps directly to threads-- that is, the thread's id is the transaction id (so to speak). HTH, JP -Original Message- From: Stephen Davidson [mailto:[EMAIL PROTECTED]] Sent: Martes, 18 de Septiembre de 2001 13:32

RE: Using NT Authentication

2001-09-14 Thread Juan Lorandi (Chile)
You could also use JIntegra or JNI to access ADSI objects. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Viernes, 14 de Septiembre de 2001 8:44To: Orion-InterestSubject: Re: Using NT AuthenticationI've seen it down by asking for a FTP connection

RE: Stored procedures and J2EE

2001-09-06 Thread Juan Lorandi (Chile)
I (empirically) reached the same conclusion; but instead of dropping CMP, we provided performance improvements ON TOP of the EJB's (VO's and VO caches). Thank god we did it this way, because the DB can't scale as easily as the app-server cluster. My 2c, JP -Original

RE: Additional invocations to the UserManager

2001-09-04 Thread Juan Lorandi (Chile)
all inline. -Original Message- From: Curt Smith [mailto:[EMAIL PROTECTED]] Sent: Lunes, 03 de Septiembre de 2001 9:31 To: Orion-Interest Subject: RE: Additional invocations to the UserManager I bounced the client, deleted cache/cookies and still saw the auto-login behavior

RE: Shared SB reference in Web tier business delegate??

2001-09-04 Thread Juan Lorandi (Chile)
all inline -Original Message- From: Curt Smith [mailto:[EMAIL PROTECTED]] Sent: Martes, 04 de Septiembre de 2001 10:08 To: Orion-Interest Subject: RE: Shared SB reference in Web tier business delegate?? I didn't clearly state my architectural question: What's the view on

RE: Additional invocations to the UserManager

2001-09-01 Thread Juan Lorandi (Chile)
Nope. This is browser, not orion behavior. It complies to the HTTP specs. -Original Message- From: Curt Smith [mailto:[EMAIL PROTECTED]] Sent: Sábado, 01 de Septiembre de 2001 10:43 To: Orion-Interest Subject: RE: Additional invocations to the UserManager I saw this too and

RE: Shared SB reference in Web tier business delegate??

2001-08-31 Thread Juan Lorandi (Chile)
-Original Message- From: Curt Smith [mailto:[EMAIL PROTECTED]] Sent: Viernes, 31 de Agosto de 2001 9:27 To: Orion-Interest Subject: Shared SB reference in Web tier business delegate?? Greetings, My app is a thick client replacement with J2EE web-ified functionality where

RE: Clustering in Orion

2001-08-31 Thread Juan Lorandi (Chile)
Title: Clustering in Orion Really? Could you share the source (of the rumor)? -Original Message-From: Aaron Tavistock [mailto:[EMAIL PROTECTED]]Sent: Viernes, 31 de Agosto de 2001 16:39To: Orion-InterestSubject: RE: Clustering in Orion As I understand it clustering of

RE: Additional invocations to the UserManager

2001-08-31 Thread Juan Lorandi (Chile)
sound a lot like BASIC authentication. If so, then Orion's behavior is as defined by the spec, and presents the same behavior than IIS, Apache and Netscape Enterprise -Original Message- From: Trujillo, Kris [mailto:[EMAIL PROTECTED]] Sent: Viernes, 31 de Agosto de 2001 18:11 To:

RE: Class Reloading

2001-08-29 Thread Juan Lorandi (Chile)
switch to BASIC auth for development only. it's easy to do, just change FORM to BASIC (don't even have to remove the form-login and form-login-error tags). The browser caches any auth that fulfills the Web server's challenge. Therefore, it auto-logins you every-time the web server challenges for

RE: UserManager / BASIC auth; orion caching username/password ????

2001-08-28 Thread Juan Lorandi (Chile)
inline -Original Message- From: Curt Smith [mailto:[EMAIL PROTECTED]] Sent: Martes, 28 de Agosto de 2001 18:04 To: Orion-Interest Subject: UserManager / BASIC auth; orion caching username/password I've got a confusing issue that I'm observing: I'm using BASIC

RE: State Replication

2001-08-27 Thread Juan Lorandi (Chile)
I don't think there is replication of SFSB's in orion. All replication I'm aware of is http-session's; you could achieve similar (but not identical) behavior by storing the SFSB's handle in the session object(provided you enabled http-session replication). However, this would achieve

RE: List rant (was RE: Virtual DirecTory -- Help)

2001-08-26 Thread Juan Lorandi (Chile)
Hani is in PST time zone too? Maybe it took 11 minutes tu be delivered (pretty fast for an email in a list). BTW Hani, you're posting to orion-interest Sunday at 6 am? I'm getting REALLY worried. Juan Pablo. -Original Message- From: Alex Paransky [mailto:[EMAIL PROTECTED]] Sent:

RE: Ant to compile and deploy one file

2001-08-23 Thread Juan Lorandi (Chile)
Title: Ant to compile and deploy one file I have ant and it recompiles only modified .java files (only one). Are you using the latest ant(I think it's 1.3)?. -Original Message-From: Nusairat, Joseph F. [mailto:[EMAIL PROTECTED]]Sent: Jueves, 23 de Agosto de 2001 13:35To:

RE: Invoke a method on myself in a Stateful Session Bean.

2001-08-22 Thread Juan Lorandi (Chile)
Neat. I've been having similar problems trying to execute a findByPrimaryKey in the ejbCreate method of a bean. Errors, however, just come and go away randomly. -Original Message- From: Mikael Ståldal [mailto:[EMAIL PROTECTED]] Sent: Miércoles, 22 de Agosto de 2001 3:34 To:

RE: PrOperTies ??

2001-08-22 Thread Juan Lorandi (Chile)
Title: SV: Roll-BACK question. env entries in the ejb-jar.xml, web.xml; also, you could create a "load-on-startup" servlet, which is allowed to access disk, to create, say, a singleton which in its constructor opens and loads the properties files. Therefore, you will be paying once per JVM

RE: j_security_check not redirecting

2001-08-22 Thread Juan Lorandi (Chile)
yes, I get that too. Solved by removing j_security_check from the login page's action, leaving it empty. Regrettably, that's outside of the spec. Also, since that began to happen, whenever there's a failed login, instead of showing the login-error-page, the login-page is shown again. I think one

RE: When user hits STOP..any way to trap that and terminate an ongoin g request..

2001-08-15 Thread Juan Lorandi (Chile)
Title: Ayuda Kevin, tough I value the trouble you've been taking to hack around this orion bug, it is a BUG, and therefore should be corrected. AFAIK, this is the only exploit that orion exposes, and it is VERY problematic. DoS attacks are very easy to perform... just pick any "heavy" page

RE: Ayuda

2001-08-13 Thread Juan Lorandi (Chile)
Title: Ayuda tenés que ir a www.orionserver.com, ir a mailing list, ingresar tu email y presionar el botón Unsubscribe HTH Juan Pablo -Original Message-From: "Rodriguez Muñoz, Rosana" [mailto:[EMAIL PROTECTED]]Sent: Viernes, 10 de Agosto de 2001 2:37To:

RE: Transaction question

2001-07-26 Thread Juan Lorandi (Chile)
Bottom line... you can't do that. J2EE doesn't support nested transactions. However, this may work in orion. for info on the descriptors, check out Sun's EJB spec and orion documentation and DTD's. This is a rough draft of how it would have to look like: container-transaction

RE: increasing JVM's memory limit

2001-07-26 Thread Juan Lorandi (Chile)
I'm sorry... but... Are you really Bill Clinton? I need help with my RESIDENT VISA. -Original Message- From: Bill Clinton [mailto:[EMAIL PROTECTED]] Sent: Jueves, 26 de Julio de 2001 11:47 To: Orion-Interest Subject: Re: increasing JVM's memory limit hm, the answer to your

RE: communication among ejbs in different applications

2001-07-10 Thread Juan Lorandi (Chile)
! Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: Monday, July 09, 2001 2:20 PM To: Orion-Interest Subject: RE: communication among ejbs in different applications first, let's get one thing out of the way

RE: communication among ejbs in different applications

2001-07-09 Thread Juan Lorandi (Chile)
/jclient/Qu eueSession.java:623) at progress.message.jclient.sl.run(progress/message/jclient/Session$Sess ionThread.java:1240) Thanks! Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: Friday, July 06, 2001

RE: communication among ejbs in different applications

2001-07-06 Thread Juan Lorandi (Chile)
Robert, the parent attribute is only available in Orion AFAIK. All you need is to setup wire protocols properly. Most are RMI based (like JRMP), and also, each app server uses its own (ORMI, for instance). Similary, IIOP may be available. HTH JP -Original Message- From: Robert Ren

RE: Data source for Sybase with Jconnect 5.2

2001-07-04 Thread Juan Lorandi (Chile)
datasource: data-source class=com.evermind.sql.ConnectionDataSource name=Sybase location=jdbc/SybaseCoreDS xa-location=jdbc/xa/SybaseXADS ejb-location=jdbc/SybaseDS

RE: Simple Clustering Question

2001-06-09 Thread Juan Lorandi (Chile)
you need a switch which has multicast enabled; (most ethernet switchs have this capability, some just don't have it enabled) -Original Message- From: Oisin Kim [mailto:[EMAIL PROTECTED]] Sent: Sábado, 09 de Junio de 2001 10:11 To: Orion-Interest Subject: Simple Clustering Question

RE: java.lang.OutOfMemoryError;

2001-06-08 Thread Juan Lorandi (Chile)
inline -Original Message- From: Puthezhath, Rajeev (TWII Boston) [mailto:[EMAIL PROTECTED]] Sent: Viernes, 08 de Junio de 2001 14:42 To: Orion-Interest Subject: java.lang.OutOfMemoryError; Hi , We get java.lang.OutOfMemoryError; on production server frequetly.I

RE: proxying orion with IIS or iPlanet Web Server

2001-05-31 Thread Juan Lorandi (Chile)
ee webserver. I'll look into, iWS, but since iPlanet sells a proxy server, too, I bet their webserver won't do it be default, either. Ah, well. Does this mean folks using Orion on NT/Win2k put Orion in their DMZ? -- Andrew -Original Message- From: Juan Lorandi

RE: bugs in @page extends=.... in Orion implementation?

2001-05-29 Thread Juan Lorandi (Chile)
I believe this could be better modeled differently, because it leaves no room for the web server to implement its callbacks and java doesn't support multiple inheritance. -Original Message- From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]] Sent: Martes, 29 de Mayo de 2001 3:01

RE: Serious problem with Orion transaction processing: multiple c onnecti

2001-05-28 Thread Juan Lorandi (Chile)
This is most likely caused by Orion not recognizing transaction affinity. CMP connections are taken from ejb-location, and the other connections you're using are from either the non transactional pool (location) or XA (xa-location). These pools are unaware of each other. Also, TX affinity is

RE: proxying orion with IIS or iPlanet Web Server

2001-05-28 Thread Juan Lorandi (Chile)
Dig into ISA server, It's the M$ reversed proxy solution. Or else, go into the ISAPI filter world (best of luck) JP -Original Message- From: Andrew Diederich [mailto:[EMAIL PROTECTED]] Sent: Viernes, 25 de Mayo de 2001 16:37 To: Orion-Interest Subject: proxying orion with IIS or

RE: Orion 1.5.0? Where do you download it from?

2001-05-23 Thread Juan Lorandi (Chile)
anyway, you can download the latest orion.jar from http://www.orionserver.com/orion/orion.jar -Original Message- From: Ganasen Gounden [mailto:[EMAIL PROTECTED]] Sent: Miércoles, 23 de Mayo de 2001 7:59 To: Orion-Interest Subject: Re: Orion 1.5.0? Where do you download it from?

RE: PetStore - Session State in a Cluster

2001-05-22 Thread Juan Lorandi (Chile)
FACT: Orion's HTTP clustering won't work unless the web site is default-web-site. also, session replication in orion(at least, 1.4.7, which is the version I've used) does survive well server crashes, but not server restarts. I'll explain Environment with a redirector (R) and two orion boxes (A

RE: How to enable UserManager support for arbitrary user...

2001-04-20 Thread Juan Lorandi (Chile)
AIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: Monday, April 16, 2001 11:26 AM To: Orion-Interest Subject: RE: How to enable UserManager support for arbitrary user... Alex, I have a few questions and comments, 1. Which HTTPSession are you using? Orion's or

RE: Usage of the Service console...

2001-04-16 Thread Juan Lorandi (Chile)
I use the console for remote monitoring, and shutdown. I also use the console to remote monitoring of sessions. DB support is now available (I'm using Orion 1.4.7) so I touch records if needed. Editing user profiles is built in, also, but relatively buggy. It's helpful, if you don't get your

RE: How to enable UserManager support for arbitrary user...

2001-04-16 Thread Juan Lorandi (Chile)
Alex, I have a few questions and comments, 1. Which HTTPSession are you using? Orion's or your own? I recommend Orion's, tough one on the developments here uses a home-brewn session management. This forces us to include a few lines of code (with a taglib) in almost every page. Also, this renders

RE: Friendly error messages from Microsoft get in the way (was Error pages defined in web.xml not found / activated)

2001-04-02 Thread Juan Lorandi (Chile)
the error code is sent on the very first line of the response header-- and orion doesn't allow you to control that -Original Message- From: Frank Eggink [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 3:56 AM To: Orion-Interest Subject: Friendly error messages from Microsoft

RE: Paged search results

2001-03-29 Thread Juan Lorandi (Chile)
With all browsers, session cookies are usually shared within a OS process The default IE behavior is to share the process whenver new windows are opened with CTRL-N. If you execute a shortcut to IE, it will open a window attached to a different process. Netscape 4.x in both Windows and Linux

RE: Who's wrong?

2001-03-28 Thread Juan Lorandi (Chile)
ciao ingenieri, %= % is the jsp literal, it shows an expression; if it ends with a semicolon (";"), then it is a statement HTH JP -Original Message-From: Ing. Nicola Folino [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 28, 2001 12:19 PMTo: Orion-InterestSubject: Who's

RE: Removing SBs when expiring HttpSessions ... the challenge continues.

2001-03-22 Thread Juan Lorandi (Chile)
Just a tought: impersonate a role within the SB's method remove instead of reliying on interactive login: public void remove() { //get UserManager UserManager um = ic.lookup("java:comp/UserManager"); um.login("mySecuritySafeUser","thePassWd");

RE: Customizing the web authentication service

2001-03-20 Thread Juan Lorandi (Chile)
Title: Customizing the web authentication service Sun specifically leaves security mapping to each vendor/platform. The only thing that's specified is roles, but how do they map really it's up to the vendor and more than often is platform dependant (especially with Windows Auth) HTH JP

RE: Why Entity EJBs?

2001-03-20 Thread Juan Lorandi (Chile)
I'm using EJB 1.1 CMP; It gives me as much DB independence as I need. I have to rewrite some finders when porting from DB to DB; hopefully EQL will remove this burden too. Orion performs caching of instances, check out exclusive-write-access and validity-timeout atrributes for entity-deployment

RE: Why Entity EJBs?

2001-03-20 Thread Juan Lorandi (Chile)
? Please take me off this list as I have no interest in this conversation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: Tuesday, March 20, 2001 12:11 PM To: Orion-Interest Subject: RE: Why Entity EJBs? I'm using

RE: Custom UserManager.

2001-03-16 Thread Juan Lorandi (Chile)
I have a fully functional home-brewn imp. of UserManager and I do nothing in the setParent method. Just for you to know, HTH JP -Original Message- From: Michael Gantz [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 9:24 AM To: Orion-Interest Subject: Re: Custom

RE: Stateless Session Bean Initialization Pattern

2001-03-12 Thread Juan Lorandi (Chile)
Inside the servlet, declare a public static synchronized (uf) field. Then declare a public static method, to retrieve the field public static MessageBundle ms; public static synchronized getMS() { return ms; } then inside your SLSB: private MessageBundle ms; //it could even be static??

RE: Session cookie and https. PLEASE HELP!!!!

2001-03-11 Thread Juan Lorandi (Chile)
--- "Juan Lorandi (Chile)" [EMAIL PROTECTED] wrote: Under SSL, the (preferred) method for session-tracking is SSL session id. I think orion tries this, and falls back to URL rewriting if needed. HTH JP PS: Is this truly critical to your app? We are implemen

RE: Orion 1.4.7?

2001-03-09 Thread Juan Lorandi (Chile)
also for those with complicated proxies, try http://www.orionserver.com/orion/orion.jar -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 8:18 AM To: Orion-Interest Subject: Re: Orion 1.4.7? At 15:50 09.03.2001 , you wrote: Hello

RE: Using Orion with Apache...

2001-03-09 Thread Juan Lorandi (Chile)
basically, Apache will handle all SSL; orion won't notice SSL is being used(which IMHO is really not good). HTH JP -Original Message- From: Alex Paransky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 11:32 PM To: Orion-Interest Subject: RE: Using Orion with Apache...

RE: Session cookie and https. PLEASE HELP!!!!

2001-03-07 Thread Juan Lorandi (Chile)
Under SSL, the (preferred) method for session-tracking is SSL session id. I think orion tries this, and falls back to URL rewriting if needed. HTH JP PS: Is this truly critical to your app? We are implementing our own Session Management here and perhaps we'll run into the same problems you

RE: JSP Session setting

2001-03-06 Thread Juan Lorandi (Chile)
session-config tags in web.xml should do it... HTH JP -Original Message- From: Jim Carroll [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 12:44 PM To: Orion-Interest Subject: JSP Session setting I'm not sure if this is the correct place to ask this question but is

RE: How to set orion to perform a timely task.. (CRON???)

2001-03-06 Thread Juan Lorandi (Chile)
you can use wget in some *nix'es I have a java based tool that does basically the same work that wget does; I'll post it tomorrow -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 3:40 PM To: Orion-Interest Subject: Re: How to set

RE: ResultSet chaching

2001-03-03 Thread Juan Lorandi (Chile)
resultset or entity? if entity caching is troubling you, de-activate entity caching by setting the entity-deployment attribute exclusive-write-access to true. HTH JP PS:ResultSet caching is done with RowSet's persistance (serializable RowSet's) -Original Message-From: Luis

RE: Clustering and Multicasting

2001-03-03 Thread Juan Lorandi (Chile)
are you connecting everything to the same switch (hub)??? multicasting in a LAN is usually done by the switches, so hooking into a different hub may be problematic with some switches HTH JP -Original Message- From: Jesse Schoch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February

RE: How to set orion to perform a timely task..

2001-03-03 Thread Juan Lorandi (Chile)
Or you could start a daemon thread in a servlet to perform as cron; we do that to initialize services we need. Flux is great too, but it's out of my budget... ;-) -Original Message- From: Mike Sick [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 03, 2001 3:19 PM To: Orion-Interest

RE: login security include file

2001-03-01 Thread Juan Lorandi (Chile)
andjsp:forward closes the outputstream too -Original Message-From: Manne Fagerlind [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 01, 2001 6:20 AMTo: Orion-InterestSubject: RE: login security include file Strangely enough, jsp:include always flushes the writer -

RE: signoff EJB-INTEREST

2001-03-01 Thread Juan Lorandi (Chile)
should you use the form in http://archives.java.sun.com ??? if you wnat to unsubscribe from EJB-INTEREST, that is -Original Message- From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 5:53 AM To: Orion-Interest Subject: RE: signoff EJB-INTEREST

RE: Servlet Cache - How do I purge it

2001-02-28 Thread Juan Lorandi (Chile)
$orion\application-deployments\YOUREAR\YOURWAR\persistance kill every file, the orion will recompile HTH, JP -Original Message- From: Paul G. Markovich [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 25, 2001 11:07 PM To: Orion-Interest Subject: Servlet Cache - How do I purge

RE: Got SecurityException, bu shouldn't it be NamingException?

2001-02-22 Thread Juan Lorandi (Chile)
you're right... please report this to bugzilla in www.orionserver.com TIA JP -Original Message- From: Eduardo Estefano [mailto:[EMAIL PROTECTED]] Sent: Mircoles, 21 de Febrero de 2001 13:57 To: Orion-Interest Subject: Got SecurityException, bu shouldn't it be NamingException?

RE: Customer User Manager problems

2001-02-22 Thread Juan Lorandi (Chile)
have you got a login error page? that's why the three times, also, if a user doesn't belong to a sr_guest group, you won't have access -Original Message- From: Ernie Phelps [mailto:[EMAIL PROTECTED]] Sent: Jueves, 22 de Febrero de 2001 12:36 To: Orion-Interest Subject: Customer User

RE: Customer User Manager problems

2001-02-22 Thread Juan Lorandi (Chile)
Original Message- From: Ernie Phelps [mailto:[EMAIL PROTECTED]] Sent: Jueves, 22 de Febrero de 2001 15:51 To: 'Juan Lorandi (Chile)'; 'Orion-Interest' Subject: RE: Customer User Manager problems Juan, I have tried putting the user into the principals.xml file, although the

RE: Any way to forward to j_security_check?

2001-02-22 Thread Juan Lorandi (Chile)
that's what I've been doing... whenever there's a sec-constraint, orion forwards to my login page; when I want login without securing, I simple use the login form(or some other functionally equal) and then login the user programatically (by changing the action field of the form) It works, just

RE: Orion Server compared to Oracle AS

2001-02-11 Thread Juan Lorandi (Chile)
:[EMAIL PROTECTED]] Sent: Sbado, 10 de Febrero de 2001 15:23 To: Orion-Interest Subject: RE: Orion Server compared to Oracle AS could you explain more on this ? On Sat, Feb 10, 2001, Juan Lorandi (Chile) [EMAIL PROTECTED] wrote: well, I can tell you that if you need entity beans OAS

RE: Orion Server compared to Oracle AS

2001-02-10 Thread Juan Lorandi (Chile)
well, I can tell you that if you need entity beans OAS won't help you. I've had to evaluate OAS 6 months ago and it sure is a total waste of time JP -Original Message- From: John Hogan [mailto:[EMAIL PROTECTED]] Sent: Viernes, 09 de Febrero de 2001 1:12 To: Orion-Interest Subject:

RE: Client site HttpSession simulating

2001-02-07 Thread Juan Lorandi (Chile)
part of the spec, but I think tomcat perfoms equal than orion. "Juan Lorandi (Chile)" wrote: you have to postfix any URL with ";JSESSIONID=id" NOTE THE SEMICOLON JP -Original Message- From: Boris Erukhimov [mailto:[EMAIL PROTECTED]] Sent: Lun

RE: Secured Page?

2001-02-06 Thread Juan Lorandi (Chile)
That depends more on your app design than nothing else; both ways are pretty much costless (in orion). JP -Original Message- From: Korosh Afshar [mailto:[EMAIL PROTECTED]] Sent: Lunes, 05 de Febrero de 2001 18:08 To: Orion-Interest Subject: RE: Secured Page? which one would

RE: Download Orion version 1.4.7

2001-02-06 Thread Juan Lorandi (Chile)
autoupdate.jar looks for orion in http://www.orionserver.com/orion/orion.jar that URL sure is handy if you don't know what your proxy is JP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Martes, 06 de Febrero de 2001 8:38 To: Orion-Interest Subject:

RE: Form-based authentication not working right

2001-02-06 Thread Juan Lorandi (Chile)
gerald, I have a configuration matching yours and it's working; May I suggest a test? If you will, add a user called 'jlorandi' and make it part of group 'myuser', and add an user 'dummy' but DON'T make him part of group 'myuser' ,then, could you please edit SecuredPage.jsp so it executes these

RE: Client site HttpSession simulating

2001-02-06 Thread Juan Lorandi (Chile)
you have to postfix any URL with ";JSESSIONID=id" NOTE THE SEMICOLON JP -Original Message- From: Boris Erukhimov [mailto:[EMAIL PROTECTED]] Sent: Lunes, 05 de Febrero de 2001 10:45 To: Orion-Interest Subject: Client site HttpSession simulating I have a site which stores user

RE: Error messages from Orion have invalid XML format - bug?

2001-02-05 Thread Juan Lorandi (Chile)
had their files in a development file tree and then debugged by either moving the files to Orion through packaging and deployment or through simple file copying. Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile

RE: Anyone know how to def Data-type in cmp-field???

2001-02-05 Thread Juan Lorandi (Chile)
Quick and dirty... create your own class String (say ar.com.rifleman.String) package ar.com.rifleman public class String extends java.lang.String {} then map it to a varchar(30)... type-mapping type="ar.com.rifleman.String" name="varchar(30)" / that should do it (but again,

RE: HttpSession question

2001-02-04 Thread Juan Lorandi (Chile)
there was something like that in the original servlet spec, but it's deprecated now; however, i think the (undocumented?) Administrator object(orionconsole says it's in 'java:comp/Administrator') can do that. -Original Message-From: Reid Hartenbower [mailto:[EMAIL

RE: Questions about running an EJB client

2001-02-04 Thread Juan Lorandi (Chile)
]] Sent: Jueves, 01 de Febrero de 2001 19:20 To: Orion-Interest Subject: Re: Questions about running an EJB client - Original Message - From: "Juan Lorandi (Chile)" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, February 01, 2001

RE: Error messages from Orion have invalid XML format - bug?

2001-02-04 Thread Juan Lorandi (Chile)
Randahl look in $orion\applications\YOUREAR\YOURWAR\yourpage.jsp if you edit a .jsp in that dir and browse it, orion will recon the change, recompile for you, voila! no need to rebuild anything JP -Original Message- From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]] Sent:

RE: Questions about running an EJB client

2001-02-01 Thread Juan Lorandi (Chile)
in orion-application.xml (you can find it in $orion\application-deployments\YOURAPP\) there should be a namespace tag; below is mine's form an app: namespace-access read-access namespace-resource root="" security-role-mapping

RE: Questions about running an EJB client

2001-02-01 Thread Juan Lorandi (Chile)
EAR? That sounds odd, doesn't it? Thanks for the help. - Original Message - From: "Juan Lorandi (Chile)" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, February 01, 2001 11:51 AM Subject: RE: Questions about running an EJB c

RE: RE : JSP TagLibs and UTF8 Encoding - Further Info

2001-02-01 Thread Juan Lorandi (Chile)
aren't cp1252 and UTF-8 actually the same? -Original Message- From: Ted Rice [mailto:[EMAIL PROTECTED]] Sent: Jueves, 01 de Febrero de 2001 8:23 To: Orion-Interest Subject: RE : JSP TagLibs and UTF8 Encoding - Further Info --- Ted Rice APAMA Ltd, 17 Millers Yard, Mill

RE: Session EJB Accessibility

2001-01-31 Thread Juan Lorandi (Chile)
It's tough for container providers to provide Singleton behavior when more than one JVM is involved; I can trace this back to CORBA. That's why it's not in the spec. JP -Original Message- From: Jeff Schnitzer [mailto:[EMAIL PROTECTED]] Sent: Martes, 30 de Enero de 2001 20:29 To:

RE: Accessing Orion-EJB-Server on one machine from Orion-web-server on another?

2001-01-30 Thread Juan Lorandi (Chile)
yap, server.xml (add a RMI server ref there) JP -Original Message- From: Globetrot Communications [mailto:[EMAIL PROTECTED]] Sent: Lunes, 29 de Enero de 2001 22:18 To: Orion-Interest Subject: Accessing Orion-EJB-Server on one machine from Orion-web-server on another? What is the best

RE: Session EJB Accessibility

2001-01-30 Thread Juan Lorandi (Chile)
why many clients? is that a 'performance enhancement'? (orion's got a pool of objects, so no perf enhancements to do) do you wish to model a singleton? please, elaborate further. JP PS: shoooting from the hip a stateless session bean with its fields set up as public static MyFieldType

RE: Which version is stable

2001-01-30 Thread Juan Lorandi (Chile)
You're correct... ;) -Original Message- From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]] Sent: Martes, 30 de Enero de 2001 9:14 To: Orion-Interest Subject: Which version is stable I am running Orion 1.3.8 seems to work, but I am thinking of upgrading. But which version should one

RE: Accessing Orion-EJB-Server on one machine from Orion-web-server on another?

2001-01-30 Thread Juan Lorandi (Chile)
sorry about being elusive here's a (kinda) how to: in$orion\config\rmi.xml server host="the.remote.server.com" password="123" port="23791" username="admin" / then in orion-application.xml (in $orion\application-deployments\yourear\) ejb-module path="myEjbs.jar" remote="true" / that

RE: Pooled Data Source ADDENDUM! Design question for you :)

2001-01-30 Thread Juan Lorandi (Chile)
paginate your search and cache partial results on the client side: you need N total records... have a query to return J records starting at page K (records between K*J and (K+1)*J) cache these on the client for page 1 whenever a given page K is shown, check in the cache if pages (K-1)

RE: Session EJB Accessibility

2001-01-30 Thread Juan Lorandi (Chile)
(sorry guys, can't release it). That's the primary reason fs didn't make the spec; the lack of a good jdbc-fs driver is the other. My $0.02 JP -Original Message- From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]] Sent: Martes, 30 de Enero de 2001 11:26 To: Orion-Interest Subject: RE

RE: Developers

2001-01-30 Thread Juan Lorandi (Chile)
uh... search the archives... I think there's mostly one reference to www.netcraft.com for you to find out. Also, there's a list hosted by Jason Rimmer at: http://orion.irth.net/OOPS/oopslist.jsp and if everyone would sign in there, it would increase considerably, allowing many other potential

RE: orion and mysql?

2001-01-30 Thread Juan Lorandi (Chile)
not to mention the total lack of transaction support which makes it impossible to be used with CMP AFAIK JP -Original Message- From: Arno Grbac [mailto:[EMAIL PROTECTED]] Sent: Martes, 30 de Enero de 2001 15:08 To: Orion-Interest Subject: RE: orion and mysql? This doesn't answer your

RE: Session EJB Accessibility

2001-01-30 Thread Juan Lorandi (Chile)
nope, shouldn't serve multiple clients concurrently... however, most servers use it (kinda) statically, but won't be true in a cluster JP -Original Message- From: Luong, Tony S322 [mailto:[EMAIL PROTECTED]] Sent: Martes, 30 de Enero de 2001 15:23 To: Orion-Interest Subject: RE:

RE: URL Mapping of /*

2001-01-29 Thread Juan Lorandi (Chile)
uh, if nobody replies, please post it in bugzilla TIA JP -Original Message- From: Gerald Gutierrez [mailto:[EMAIL PROTECTED]] Sent: Lunes, 29 de Enero de 2001 15:45 To: Orion-Interest Subject: URL Mapping of "/*" When I map a servlet to /*, and I go to a URL /hello, should not:

Bug #161

2001-01-26 Thread Juan Lorandi (Chile)
Finally! it's being fixed in 1.4.6 Things are in motion again! JP

RE: E_Roman e-commerce application(Mastering Java Beans)Wiley

2001-01-21 Thread Juan Lorandi (Chile)
I believe your last assertion is false. Any entity bean that has a composed key (that is, its key maps to more than one field in the persistence) must have its own PK class check the specs JP -Original Message- From: Oglinda [mailto:[EMAIL PROTECTED]] Sent: Sbado, 20 de Enero de 2001

RE: Writing user managers

2001-01-20 Thread Juan Lorandi (Chile)
: property name="staleness" value="0" / in the user-manager block, otherwise entity changes won't show up. This scheme pretty much minimizes the amount of server-specific code I have to deal with. Jeff -Original Message- From: Juan Lorandi (Chile) [mai

RE: Sybase experience anyone?

2001-01-20 Thread Juan Lorandi (Chile)
I've used Sybase 11.0.9 running in both W2K and Tru64 Unix(former Digital Unix) it has a jdbc driver called jconnect, you can download it from mysybase; there's a script you must run prior to use the driver (check the manual) Sybase has outperformed Oracle in every test I've done with

RE: OrionCMTConnection not closed, check your code!

2001-01-19 Thread Juan Lorandi (Chile)
sometimes orion doesn't close connection (that's my case, as I solely use CMP), and still see these messages... JP -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: Viernes, 19 de Enero de 2001 7:15 To: Orion-Interest Subject: Re: OrionCMTConnection not closed,

  1   2   3   >