RE: Questions about commits and orion datasource connection pooling....

2002-05-21 Thread Juan Pablo Lorandi
not into learning exotic protocols or implementing exotic systems, then you're ok with Orion as is. My 2c, Juan Pablo Lorandi Chief Software Architect Code Foundry Ltd. [EMAIL PROTECTED] Barberstown, Straffan, Co. Kildare, Ireland. Tel: +353-1-6012050 Fax: +353-1-6012051 Mobile: +353-86-2157900

RE: Any advanced CMP mapping for int[] via java.sql.Array to a VARRAY col type?

2002-05-19 Thread Juan Pablo Lorandi
I think there's a PersistanceManager interface for this, but I remember it not being configurable from files, that is, it seems it's not fully implemented yet. I guess you'll have to resort to BMP for such complex mappings. My 2c, Juan Pablo Lorandi Chief Software Architect Code Foundry Ltd

RE: Can I write JDBC Transactions in Bean managed entity Beans?

2002-05-19 Thread Juan Pablo Lorandi
, calls and modifies B and then C, and the calls on C produce an exception, the transaction will be rolled back. You should use either CMT or BMT in your BMP Entity Beans. Simply not coding transactions should do, the container would automatically handle the transactions (that's CMT). HTH, Juan Pablo

RE: How can I simplify a URL?

2002-04-18 Thread Juan Pablo Lorandi
Ideas: 1) Create a filter to handle this. OR 2) Use an error page for HTTP error 404 which redirects or includes HTH, Juan Pablo Lorandi Chief Software Architect Code Foundry Ltd. [EMAIL PROTECTED] Barberstown, Straffan, Co. Kildare, Ireland. Tel: +353-1-6012050 Fax: +353-1-6012051 Mobile

RE: How do you tell orion not to autocommit?

2002-04-17 Thread Juan Pablo Lorandi
as output parameter values. In these cases the commit occurs when all results and output parameter values have been retrieved. Parameters: autoCommit - true enables auto-commit; false disables auto-commit. Throws: SQLException - if a database access error occurs HTH, Juan Pablo Lorandi Chief

RE: Simple WAR file and JSP access?

2002-04-14 Thread Juan Pablo Lorandi
Just a stupid question, but I wonder if you have binded the war with a web site??? Juan Pablo Lorandi Chief Software Architect Code Foundry Ltd. [EMAIL PROTECTED] Barberstown, Straffan, Co. Kildare, Ireland. Tel: +353-1-6012050 Fax: +353-1-6012051 Mobile: +353-86-2157900 www.codefoundry.com

RE: I/O Exception w/ file posting - 2nd try

2002-04-13 Thread Juan Pablo Lorandi
Also, there is a Post File Acceptor available for download (for free) in www.servlets.com I've used it intensly with orion without problems Juan Pablo Lorandi Chief Software Architect Code Foundry Ltd. [EMAIL PROTECTED] Barberstown, Straffan, Co. Kildare, Ireland. Tel: +353-1-6012050 Fax

RE: Performance for static files

2000-09-07 Thread Juan Pablo Lorandi
Perhaps a lil' off track, I'd like to point out that: you may configure Apache/IIS, or Orion, to work with each other. If you feel more comfortable with Apache serving static HTML, GIF JPEG files, you can have it working; also it could be useful to serve script based pages, say PHP, running

RE: Autoencoding URLs

2000-09-05 Thread Juan Pablo Lorandi
encodeURL() see servlet specification this is where Orion actually adds the session data to the URL I think it's part of the response object HTH, JP -Original Message- From: Werff, M.R. van der [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 10:04 AM To: Orion-Interest

RE: Security Roles

2000-09-05 Thread Juan Pablo Lorandi
To impersonate a role, you must use the RoleManager of your app (java:comp/RoleManager) The orion api is the only known source of information on the Security Managers HTH, JP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 1:31 PM

RE: Bean deployement

2000-09-05 Thread Juan Pablo Lorandi
you .jar files MUST reside within .war files in the /WEB-INF/lib directory. Alternatively, you can store your .class files in /WEB-INF/classes -- both these dirs constitute the jsp/servlet "classpath" (notice the quotes) HTH, JP -Original Message-From: Derek Akers

RE: datasource user manager

2000-08-30 Thread Juan Pablo Lorandi
It's orion-application.xml in [ORIONHOME]\application-deployments\yourapp\ HTH JP PS: (BTW, in 1.1.24 DataSourceUserManager don't work) -Original Message- From: Lawrence Fry [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 30, 2000 11:06 AM To: Orion-Interest Subject: datasource

RE: DataSourceUserManager methods

2000-08-29 Thread Juan Pablo Lorandi
I don't think it's obfuscation, only the console calls these methods, they're like convenience methods or something like that and they should have been superseeded in release versions, by the methods we know: getUserCount(), et al The problem's root is at AbstractUserManager, which declares these

RE: DataSourceUserManager methods

2000-08-29 Thread Juan Pablo Lorandi
D] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Pablo Lorandi Sent: Tuesday, August 29, 2000 1:47 PM To: Orion-Interest Subject: RE: DataSourceUserManager methods I don't think it's obfuscation, only the console calls these methods, they're like convenience methods or something like that and they s

RE: servlet tag in jsp/shtml file, works .. with a problem

2000-08-24 Thread Juan Pablo Lorandi
Don't you have to escape the ampersand?? param name="somehtml" value="\nbsp;" ?? My 2c, Rifle -Original Message- From: Tomi Panula-Ontto [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24, 2000 4:02 AM To: Orion-Interest Cc: [EMAIL PROTECTED] Subject: servlet tag in jsp/shtml file,

No Subject

2000-08-24 Thread Juan Pablo Lorandi
something about it-- It seems that class does what I need from Orion (using a DB for the UserManager), but can't find out how to configure it Please help me, I'm desauciated! Warm Regards, - Juan Pablo Lorandi Programmer Development Area

RE: Deployment

2000-07-26 Thread Juan Pablo Lorandi
I am using it all the time with no problems... And BTW I can say it's neat that orion is compatible with the RI, something VERY important that only orion does... -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 26, 2000 3:29 PMTo:

No Subject

2000-07-17 Thread Juan Pablo Lorandi
Guys.. I can't properly set up my db conn with my Oracle 8.1.5 DB Here's it: ?xml version="1.0"? !DOCTYPE data-sources PUBLIC "Orion data-sources" "http://www.orionserver.com/dtds/data-sources.dtd" data-sources !-- An example DataSource that uses an ordinary JDBC-driver

No Subject

2000-07-03 Thread Juan Pablo Lorandi
I just downloaded orion.jar from www.orionserver.com/orion/orion.jar Now I can shutdown thanks guys!! - Juan Pablo Lorandi Programmer Development Area - Production Department [EMAIL PROTECTED] http://www.amtec.net Amtec.net - The eBuilder Company

RE: admin -shutdown

2000-06-28 Thread Juan Pablo Lorandi
I can't agree more... BTW, many of us that haven't licensed Orion are evaluating it, and wouldn' t be scared to pay the license just to develop, but to be able to recomend orion, we must get answers from you guys... some things are so fundamental and completly unanswered... we can't put our

RE: urgent: error accessing jar file

2000-06-19 Thread Juan Pablo Lorandi
I have the exact same problem -Original Message- From: Victor A. Salaman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 15, 2000 1:14 PM To: Orion-Interest Subject: RE: urgent: error accessing jar file CASE 2: ECS might be using the wrong ClassLoader... Apache code usually