RE: Concurrency

2001-08-05 Thread Lopez Esteban
an iterator and attempt to modify the backing list with multiple threads you will receive a ConcurrentModificationException. synchronize on the the iterator or list. ./ted -Original Message- From: Lopez Esteban [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 3:44 AM To: Orion-Interest

Concurrency

2001-07-27 Thread Lopez Esteban
Hi Please help me. I am working with a stateless EJB and I have about 250 clients which has to use this EJB. When the clients access to the SLEJB concurretly, the Orion crash, and the server.log shows: 7/4/01 6:45 PM Internal server error java.util.ConcurrentModificationException

FW: Concurrency

2001-07-16 Thread Lopez Esteban
Hi Please help me. I am working with a stateless EJB and I have about 250 clients which has to use this EJB. When the clients access to the SLEJB concurretly, the Orion crash, and the server.log shows: 7/4/01 6:45 PM Internal server error java.util.ConcurrentModificationException

RE: communication between the different orion server

2001-01-16 Thread Lopez Esteban
look at http://www.mail-archive.com/orion-interest@orionserver.com/msg02763.html Esteban -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 4:35 PM To: Orion-Interest Subject: communication between the different orion server

RE: Transaction across several different methods in Session beans

2000-12-14 Thread Lopez Esteban
Newton, MA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lopez Esteban Sent: Wednesday, December 13, 2000 6:14 AM To: Orion-Interest Subject: Transaction across several different methods in Session beans Hi all, I'm trying to use UserTr

FW: Please help me!! JMS and distributed EJBs

2000-12-14 Thread Lopez Esteban
Hi I've already posted this few days ago. Please help me! Thanks, Esteban -Original Message- From: Lopez Esteban [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 12:52 PM To: Orion-Interest Subject: JMS and distributed EJBs Hi! I need some help about JMS

Transaction across several different methods in Session beans

2000-12-13 Thread Lopez Esteban
Hi all, I'm trying to use UserTransactions in a stateful session bean to associate itself with a transaction across several diferent methods, but it does not work. My code is: Stateful Session Bean: public class TransactionBean implements SessionBean { private SessionContext ejbCtx; private

JMS and distributed EJBs

2000-12-12 Thread Lopez Esteban
Hi! I need some help about JMS configuration. My problem is: I have 2 orion servers, orionA and orionB, I have configured my servers like this: orionA (rmi.xml): server host="orionB" username="admin" password="admin" / orionB (rmi.xml): server host="orionA" username="admin" password="admin" /

Entity beans never changed back to the pool.

2000-11-06 Thread Lopez Esteban
Hello, I plan to use Orion-Server for a big Database-Application with Java- and Web-Clients. I'm using Orion version 1.4.0. After serveral tests we noticed, that once a Entity-Bean was instanced and used, it never changed back to the pool. The number of usered instances grows and grows until I

RE: DTD for orion-ejb-jar?

2000-10-19 Thread Lopez Esteban
definition -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lopez Esteban Sent: Wednesday, October 18, 2000 2:15 PM To: Orion-Interest Subject: RE: DTD for orion-ejb-jar? In orion 1.4.0 there is a dtd for EJB 2.0 and there is an example

Deployment Descriptor

2000-10-13 Thread Lopez Esteban
Hi Where I can find a Deployment descriptor definition for EJB 2.0? Thanks

JMS EJB

2000-10-11 Thread Lopez Esteban
Hi. Anyone had to make an EJB that must recieves messages (JMS). It is possible? How? I saw that EJB 2.0 has an new bean type, but I can do it whit EJB 1.2 Thanks

RE: Client certificate authentication

2000-10-06 Thread Lopez Esteban
Hi Lopez, Can you detail your "manual" identification? Luciano -Messaggio originale- Da: Lopez Esteban [mailto:[EMAIL PROTECTED]] Inviato: martedì 3 ottobre 2000 21.53 A: Orion-Interest Oggetto: RE: Client certificate authentication I don't solve the 403 pr

RE: HTTP Tunneling

2000-10-05 Thread Lopez Esteban
Documentation: RMI-HTTP tunneling. It is in the section about deployment in a production environment. Frank On Thursday, September 28, 2000 3:14 PM, Lopez Esteban [SMTP:[EMAIL PROTECTED]] wrote: Hi All Please, explain me how to use RMI in orionserver. And I'd like to know

RE: HTTP Tunneling

2000-10-04 Thread Lopez Esteban
, September 28, 2000 3:14 PM, Lopez Esteban [SMTP:[EMAIL PROTECTED]] wrote: Hi All Please, explain me how to use RMI in orionserver. And I'd like to know how to start http tunneling in orionserver. Any help appreciated, Esteban Lopez

RE: Client certificate authentication

2000-10-03 Thread Lopez Esteban
don't fail now and again, it's a sign you're playing it safe" -W. Allen ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø -Messaggio originale- Da: Lopez Esteban [mailto:[EMAIL PROTECTED]] Inviato: lunedì 2 ottobre 2000 14.57 A: Orion-Interest Oggetto: Client certificate authenticati

Client certificate authentication

2000-10-02 Thread Lopez Esteban
Hi I need to authenticate clients with digital certificates, I have a VeriSign trial client certificate and I'm using IE 5.0. The certificate is well installed in IE. I'm working with Orion 1.2.9 and HTTPS. I'm using auth-methodCLIENT-CERT/auth-method in de login config of WEB.XML file. When I

HTTP Tunneling

2000-09-28 Thread Lopez Esteban
Hi All Please, explain me how to use RMI in orionserver. And I'd like to know how to start http tunneling in orionserver. Any help appreciated, Esteban Lopez

RE: Cascade Delete

2000-09-27 Thread Lopez Esteban
-Mensaje original- De: Stefan Frank [SMTP:[EMAIL PROTECTED]] Enviado el: Miércoles, 27 de Septiembre de 2000 06:29 a.m. Para: Orion-Interest Asunto: Re: Cascade Delete Take a look at the ejb2.0-Specification(e.g. http://www.sdmagazine.com/uml/thinking/s0010to.shtml):

File permissions

2000-09-27 Thread Lopez Esteban
Hi All I have a servlet that uses a class to read a property file, I am using a BASIC logging for my web application and I can't read the property file because I don't have read permission. The server throws the follow exception: 500 Internal Server Error