RE: EntityBean Events inside tx.

2001-04-09 Thread ramiro
llbacks. I only wanted to know if anyone got this working under Orion 1.4.7 Thanks in advance Ramiro Diaz Trepat Opetra "D

XA Queues work ?

2001-04-05 Thread ramiro
ssion.getTopicSession ().createPublisher (topic); Message message = session.createMessage (); message.setStringProperty ("str", event.getSource ().toString ()); publisher.publish (message); session.close (); connection.close (); ------- Ramiro Diaz Trepat Opetra

EntityBean Events inside tx.

2001-04-03 Thread ramiro
ht be rolled back later on, and hence the property change event should not have been sent at all. Clearly, we want to propagate the events only when the transactions are commited. Is there a standard "pattern" to manage this sort of thing ? TIA Ramiro Diaz Trepat Opetra

autoupdate

2001-04-01 Thread Ramiro Diaz Trepat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Everytime I run autoupdate, it updates many packages to version 1.4.7 (which was already installed). That did not happen before, autoupdate used to realize when my system was already up to date. Thank you. - -- Ramiro Díaz Trepat

Re: Hypersonic website / docs

2001-03-13 Thread ramiro
Hypersonic SQL is a discontinued product now, it is no longer maintained by it's creator and as far as I know no one is continuing it. Ramiro Diaz Trepat Opetra

RE: Shutting down orion

2000-11-08 Thread Ramiro Diaz Trepat
://developer.java.sun.com/developer/bugParade/bugs/4333920.html I wonder why did they have to touch this pice of code which used to work like a charm since version 1... It only has 25 votes by now, CAST YOUR VOTES ! ramiro diaz trepat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

importing keypairs

2000-11-07 Thread Ramiro Diaz Trepat
Hi all, why keytool can't import keypairs genereted for example by openssl. Is there a workaround for this matter ? We have some keypairs with their thawte certs and we will not be able to use them with orion since we can import the certificates but we can't import the key-pairs... TI