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

2002-05-21 Thread Juan Pablo Lorandi
basically, if you're 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-6

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

2002-05-19 Thread Juan Pablo Lorandi
within a method, 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

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 C

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

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

Sharing httpsession among several applications

2002-03-19 Thread Juan Fuentes
t possible to share the httpSession among them using the shared flag in default-web-site.xml? Thanks -- ·· Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

Re: java.lang.OutOfMemoryError

2002-03-12 Thread Juan Fuentes
service still running > is the memory low to use or any possable cause? > > !!!my server have 1GB Ram!!! -- ·· Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

Re: Downloading files with MS IE

2002-03-06 Thread Juan Fuentes
N and Opera and I have no problem. > > Hope this helps > > Luis Javier > > - Original Message - > From: "Juan Fuentes" <[EMAIL PROTECTED]> > To: "Orion-Interest" <[EMAIL PROTECTED]> > Sent: Wednesday, March 06, 2002 12:53 PM > Subj

Downloading files with MS IE

2002-03-06 Thread Juan Fuentes
something similar, I have a Spanish version of the Explorer) Thanks -- ·· Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

Re: Memory grows with Entity EJBs

2002-03-06 Thread Juan Fuentes
Juan Fuentes wrote: > > Hi people, > > We've observed a very strange problem. When using Entity Beans, memory > does not seem to be released when the EJB is removed. > > We are tracing a J2EE application with "OptimizeIt", and we have seen > that EJBS

Memory grows with Entity EJBs

2002-03-06 Thread Juan Fuentes
bage Collector is done. That makes that the used memory increases exponentially until orion sends "Out of memory" errors. What are we doing wrong? Please help, that is very important for us. Thanks in advance -- ·····

Initial Context Factories

2002-03-05 Thread Juan Fuentes
ctory . com.evermind.server.ApplicationClientContextFactory . com.evermind.server.ApplicationContextFactory . ... By now, we are using a test&error estrategy. But we'd like to know why one works and not the others. Thanks. -- ·· Juan

Re: Orion crashes JVM

2002-02-28 Thread Juan Fuentes
ing like that. > > Geoff -- ·· Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

Orion crashes JVM

2002-02-27 Thread Juan Fuentes
ion server), in the orion itself, or even in the operating system. Any idea?? Thanks. -- ·· Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

Many clicks, many request...

2002-02-20 Thread Juan Andres Chau Li
Hi, If I make 100 clicks fastly from my browser in a servlet, it generates 100 requests and 100 processes in the server. One only process is very time consuming. Is there a way to process the fisrt click and avoid the rest 99 clicks. Any alternatives? Thank you. Andres.

JSP, Frames and Browser reload

2002-01-18 Thread Juan Andres Chau Li
Hi, I have a top.jsp with: " id="menu" border="0" frameborder="0" framespacing="0" noresize scrolling="no" name="menu"> " border=0 frameborder=0 framespacing=0 noresize id="main" name="main"> Inside main.jsp, there is a link to miapp.jsp, so I can go to it. The problem is that when I rel

j_security_check not found

2002-01-16 Thread Juan Fuentes
that some of our apps call j_security_check directly to validate users, but it seems this is not possible with orion 1.5.2 (it worked with previous versions) Thanks in advance. Greetings. -- ·· Juan Fuentes Nieto Essi Projects

Precompiling JSPs with ?jsp_precompile

2001-12-21 Thread Juan Fuentes
pilation feature? Thanks. -- ·· Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

Missconfiguration of EJB Entiy Pooling

2001-12-19 Thread Juan Manuel Garcia Guillemat
in each phase and there isn't any noticiable diference bettween pass 2 and pass 4, and we're configured correctly the orion-ejb-jar.xml for this Entity Bean. Can anyone help us? Thanks in advance. PD: Excuse me for my bad english. -- ·· Juan Manuel García   Essi Projects Ingeniero de Desarrollo  t +34 977 221 182 [EMAIL PROTECTED]   f +34 977 230 170 http://www.essiprojects.com http://www.edustance.com ··  

problem creating ejb from one orion in a other orion

2001-12-04 Thread juan
hello my problem is the following: i want to perform some little loadbalancing without the loadbalancing tool from orion. the scenario is the following: the client creates a ejb in the first orion server, and this bean makes a lookup to another orion server and creates a second bean on the other

Re: redirecting console output to log file

2001-11-27 Thread Juan Fuentes
- Check orion.jar options: java -jar orion.jar -? You can redirect stdout or stderr to any file, like this: java -jar orion.jar -out orion.out -err orion.err -- ······ Juan Fuentes Nieto Essi Projects [EMAIL PR

Several Error pages

2001-11-12 Thread Juan Fuentes
2/error.jsp As you can see there is only one web application, so there is one web.xml Thanks in advance -- ·· Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f

DTD and XML Validation

2001-10-16 Thread Juan Fuentes
. -- ·· Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

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 R

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

XSL ERROR

2001-10-08 Thread Juan Fuentes
and xalan. Thanks PS. I'm sorry if this is not the correct list, but I think that, as I am using orion, this should be the starting point. If I should send this message to another list, please tell me. -- ·· Juan Fuentes Nieto

Re: Aliases in Orion

2001-10-04 Thread Juan Fuentes
Juan Fuentes wrote: > > Hi list! > > Does orion have any tag like the Apache's Alias?? Maybe using the tag ?? > > Thanks > -- > ·· > Juan Fuentes Nieto Essi Projects > [EM

Aliases in Orion

2001-10-04 Thread Juan Fuentes
Hi list! Does orion have any tag like the Apache's Alias?? Thanks -- ······ Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

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: Orion-Int

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: Newbie classpath problem - please help

2001-09-27 Thread Juan Lorandi (Chile)
Derek, the -jar option should be the last option: java -cp %CLASSPATH% -jar orion.jar also, you may want to try simply: java -jar orion.jar HTH JP > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Jueves, 27 de Septiembre de 2001 5:48 > To: Orion-In

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 2

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 Septiemb

RE: Newbie needs some help

2001-09-25 Thread Juan Lorandi (Chile)
I presume you _have_ built a .war file, therefore just add a reference to it in default-web-site.xml, like this: it'll be accesible at http://localhost/sarasa if you download the documentation from orionserver.com, you'll find a complete reference to these files under docs/web-site.xml

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

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

CMP and BLOB fields

2001-09-21 Thread Juan Fuentes
LONG RAW? If the correct one is LONG RAW, why the Serializable objects are mapped to BLOBs instead of LONG RAWs? I'm using orion 1.4.5 with Oracle Thanks -- ·· Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]

Different JSESSIONID

2001-09-17 Thread Juan Fuentes
ime that servlet is called it gets a different session, > it cannot access to the attributes in the session. > > How is it possible, and how could I solve this problem?? > > TIA -- ·· Juan Fuentes Nieto Essi

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 t

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

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

2001-09-04 Thread Juan Lorandi (Chile)
2 (new instance) and then, SLSB1--->pool SLSB1--->gc R1: Finished R2: Finished. R1--->--->SLSB1 (pool instance) R2--->--->SLSB3 (new instance) And there starts the deployer's job, tweaking the pool size for maximun performance. > > Thanks for you opinions on the shared reference issue. Just my 2c, Juan Pablo

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

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

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

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 s

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

Apache as front-end (orionsupport.com)

2001-08-31 Thread Juan Fuentes
gards... -- ······ Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

RE: Class Reloading

2001-08-29 Thread Juan Lorandi (Chile)
challenges for auth. It's made my life easier HTH, Juan Pablo > -Original Message- > From: Teddy Rice [mailto:[EMAIL PROTECTED]] > Sent: Miércoles, 29 de Agosto de 2001 1:31 > To: Orion-Interest > Subject: Class Reloading > > > i have read, and re-read, all

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 BASI

RE: State Replication

2001-08-28 Thread Juan Lorandi (Chile)
ested in finding out how to ensure object state gets replicated accurately.   Thank you,   Matthew Pullen UIN 352700 -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile)Sent: Monday, August 27, 2001

RE: State Replication

2001-08-27 Thread Juan Lorandi (Chile)
wever, this would achieve scalability, not reliability.   My 2c,   Juan Pablo -Original Message-From: Matthew Pullen [mailto:[EMAIL PROTECTED]]Sent: Lunes, 27 de Agosto de 2001 14:48To: Orion-InterestSubject: State Replication Hola,     I sent a question to the mailing-list la

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 PR

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

RE: j_security_check not redirecting

2001-08-22 Thread Juan Lorandi (Chile)
e is shown again. I think one of the guys down here added the bug in bugzilla a month ago. Juan Pablo > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Miércoles, 22 de Agosto de 2001 10:17 > To: Orion-Interest > Subject: j_security_check n

RE: PrOperTies ??

2001-08-22 Thread Juan Lorandi (Chile)
ce per JVM for the initialization, and have it your way.   HTH Juan Pablo -Original Message-From: Eddie Post [mailto:[EMAIL PROTECTED]]Sent: Miércoles, 22 de Agosto de 2001 6:32To: Orion-InterestSubject: Re: PrOperTies ?? Noc noc,   Can someone please still have some adv

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

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 o

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

Error (de-)serializing object

2001-08-09 Thread Juan Fuentes
hanks -- ······ Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

Directory Listing

2001-07-27 Thread Juan Fuentes
I have an application with directory-browing="allow". When I request for a directory, orion displays a page with the directory list. How could I write a JSP/Servlet to customize this list ?? TIA -- ·· Juan Fue

XSLT Processing

2001-07-27 Thread Juan Fuentes
Hi, Is it possible to tell the Orion's XSLT Processor to send debug info to System.out / System.err ?? The error messages that appear in the browser are quite cryptic. Thanks -- ······ Juan Fuentes Nieto Essi Pro

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

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: Transaction-han

Re: Servlet

2001-07-26 Thread Juan Fuentes
ontext.getRealPath(...) method > > Please answear me.. > > Best Regards > Jens Frank -- ······ Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 http://www.essiprojects.com f +34 977 230 170 ··

Re: Orion JNDI Problem

2001-07-24 Thread Juan Fuentes
ermind._cxb._uec(Unknown Source) > at com.evermind._io._twc(Unknown Source) > at com.evermind._io._gc(Unknown Source) > at com.evermind._if.run(Unknown Source) > > Thanks, > > Jennifer Regards -- ·· Juan Fuentes N

RE: communication among ejbs in different applications

2001-07-10 Thread Juan Lorandi (Chile)
o: Orion-Interest > Subject: RE: communication among ejbs in different applications > > > Hi, Juan: > Thank for your help. > In fact, recently, we tested several combinations of App a and App b. > ( Becasue the parent attribute is only for Orion, we gave it > up.) And, also

RE: communication among ejbs in different applications

2001-07-09 Thread Juan Lorandi (Chile)
from applet, application in www.orionsupport.com) Pray for correct transaction enroling/2PC. Juan Pablo PS: Are you sure these errors you get are provoked by each App correctly 'seeing' the other? the dump looks like a bug in orion's JMS implementation > -Original Messa

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

ORION + XML/XSLT + NS < 4.72

2001-07-06 Thread Juan Fuentes
one explain why this happens?? If the XSLT process is done in the server, how can affect the version and type of the browser ?? Thanks. -- ·· Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 h

RE: Data source for Sybase with Jconnect 5.2

2001-07-04 Thread Juan Lorandi (Chile)
datasource: sample of use: java.sql.Connection conn=null; try { javax.naming.Context ic = new javax.naming.InitialContext(); javax.sql.DataSource ds = (javax.sql.DataSource) ic.lookup("java:comp/env/jdbc/SybasePDS"); //acquire conn if (conn==null) conn

UNSUSCRIBE

2001-07-02 Thread Juan Gargiulo

Re: Autocopy of deployment files

2001-06-22 Thread Juan Fuentes
OK, Jeff. It works Thanks Jeff Hubbach wrote: > > Juan, > > Prior to 1.4.8 (I'm pretty sure on this, but it might be 1.5.2), the > orion-ejb-jar.xml files are deployed from an orion subdirectory of the > jar file. ie: > > ejb-jar.xml > -

Autocopy of deployment files

2001-06-21 Thread Juan Fuentes
they don't get copied. Note: I'm using orion 1.4.5 (I'm not expecting "Update to version XXX" answers) Thanx -- ······ Juan Fuentes Nieto Essi Projects [EMAIL PROTECTED]t +34 977 221 182 ht

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 Questi

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

Re: JDOM and orion 1.5.2

2001-06-07 Thread Juan Fuentes
re having the same problem. I've tried to put xerces.jar in the classpath declaration of orion.jar's MANIFEST.MF, but it continues failing. Can JDOM beta 6 work with crimson instead of xerces? Thanks -- ·· Juan Fuentes Nieto

RE: proxying orion with IIS or iPlanet Web Server

2001-05-31 Thread Juan Lorandi (Chile)
um of $1,500.  An expense for the free> 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

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

2001-05-31 Thread Juan Lorandi (Chile)
01 3:29 > To: Orion-Interest > Subject: RE: bugs in <@page extends=""> in Orion implementation? > > > Hi Juan > > I get your point about multiple inheritance, but say the web > server would > like all JSP pages to extend from class WebServerXYZPage,

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

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 handl

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 &

-userThreads true

2001-05-15 Thread Juan Fuentes
orion.jar -? for help Any new ideas ?? Which is the correct syntax for the -userThreads parameter. TIA PS. We've got the same problem as Greg had: http://www.mail-archive.com/orion-interest@orionserver.com/msg05416.html -- Juan Fuentes <[EMAIL PROTECTED]>

RE: ssl and recent posts

2001-04-20 Thread Juan Lorandi (Chile)
inline > -Original Message- > From: elephantwalker [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 18, 2001 2:11 PM > To: Orion-Interest > Subject: ssl and recent posts > > > Group, > > Calm down everybody. We all have the same interests here...we > use orion, a > great j2ee serve

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

2001-04-20 Thread Juan Lorandi (Chile)
ect >d. return session id to the client > > 2. Client passes the session id on every call as a part of the url > > Again, the only part of the above which I am not sure about is 1c... > > Thanks. > -AP_ > > -Original Message- > From: [EMAIL PROTECTED] >

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

RE: double emails

2001-04-10 Thread Juan Cardenas
Same here, there most be something wrong with your account, :-) JC --- [EMAIL PROTECTED] wrote: > I'm still getting just one copy. > > - Bob Lasch > > > -Original Message- > From: Dan North [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 12:18 PM > To: Orion-Interest > Sub

Re: EntityBean Events inside tx.

2001-04-03 Thread Juan Cardenas
You can try using JMS (colas), JMS puede participar en la transaccion, si la transaccion es rolledback, entonces el mensaje no se envia. Dependiendo de la lana que tengas... puedes comprar SonicMQ, el cual es muy caro y bueno, o puedes usar un open source. Algunos son spyderMQ (www.jboss.org) o

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 Micro

Orion + XALAN

2001-03-29 Thread Juan Fuentes
Hi! How could I set the XSLT Servlet more "verbose". A message like: Source XML Error: The element type "tr" must be terminated by the matching end-tag"" does not really helps enough. Where is this "tr" element that is not terminated? -- Juan Fuentes <[EMAIL PROTECTED]>

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 alw

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

Xalan bug?

2001-03-28 Thread Juan Fuentes
d with xalan, copying the named template into first.xsl (without importing/including), and it also works. So, my question is: Is this a bug of XALAN? It's Xalan OK, but I am not understanding correctly XSLT ?? TIA -- Juan Fuentes <[EMAIL PROTECTED]>

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"); this.myejbref.re

RE: can you have multiple load balancers

2001-03-22 Thread Juan Lorandi (Chile)
> -Original Message- > From: calvin matthews [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 22, 2001 1:32 PM > To: Orion-Interest > Subject: can you have multiple load balancers > > > Hi, > > Our site must be able to cope a large number of concurrent > users. I have > been able t

  1   2   3   4   >