Jabber and Orion

2001-07-05 Thread Elhadi barkat
Has anyone tried Jabber with Orion? what is your experience? Hadi Jabber is an instant messaging server similar to ICQ..., completely built on XML www.jabber.org

JMS for non-java clients !!

2001-07-03 Thread Elhadi barkat
hi, is it possible to use the JMS Server with non -java applications as JMS Clients? (both pub/sub p2p) Hadi

Orion tries to use more connections that the maximum # of connections that are allowed! Why?

2001-04-05 Thread Elhadi barkat
If I use Orion's connection pool with a database that has only a few connections (5-10) and I explicitly define it in the data-sources.xml file Why do I get error messages saying that the maximum number of applications is already connected to the database. " 2001-04-05 15:16:30,012 ERROR

RE: java.lang.NoSuchMethodError: javax.naming.Context: method getNameInNamespace()

2001-03-30 Thread Elhadi barkat
just a guess! I would try to redeploy the server but before, erase all previous deployments files -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Oscar S. Garcia Sent: vendredi, 30. mars 2001 11:01 To: Orion-Interest Subject: java.lang.NoSuchMethodError:

RE: java.lang.OutOfMemoryError

2001-03-27 Thread Elhadi barkat
This is beacause Orion doesn't free unused beans you need to use the inactivity-timeout attribute in the orion-ejb-jar.xml file it serves to free unused beans : entity-deployment ... validity-timeout=2000 ... H. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

How to start Orion from an application?

2001-03-26 Thread Elhadi barkat
Instead of launching the application server with java -jar orion.jar I would like to do it from an application I guess I need to know which classes I need to start and how to do it Does anyone know the way to achieve this? Hadi BEGIN:VCARD VERSION:2.1 N:Barkat;Elhadi;;M. FN:Elhadi Barkat

RE: How to start Orion from an application?

2001-03-26 Thread Elhadi barkat
I've written the following code to start Orion from another application import com.evermind.server.*; public class MemoryMonitor { ... public static void main(String args[]) { try { ApplicationServer.main(new String[] {}); }catch (Exception e) {

RE: Trouble with the mailing list since Monday

2001-03-26 Thread Elhadi barkat
I didn't notice any problem with the mailing list yesterday H. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Randahl Fink Isaksen Sent: mardi, 27. mars 2001 08:43 To: Orion-Interest Subject: Trouble with the mailing list since Monday I just wanted to

RE: Impossible getting the attention of the orion (support) team. Are they still around?

2001-03-20 Thread Elhadi barkat
Is release 1.4.8 already available, because I'm having the same bug? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Douma, Ate Sent: mardi, 20. mars 2001 14:42 To: Orion-Interest Subject: RE: Impossible getting the attention of the orion (support)

How to log datasource.verbose info to a file?

2001-03-14 Thread Elhadi barkat
I'm printing datasource information to the console by launching Orion with java -Ddatasource.verbose=true -jar orion.jar In fact I would like to log this information to a file in order to track it more easily Has anyone succeded in doing this?

Preparing Performance Tests...

2001-03-12 Thread Elhadi barkat
I'm actually preparing performance tests for our applications and I have two questions: How to get logs about database connections' handling made by the container? How to monitor the memory used by Orion itself + the applications running on the server? I would appreciate any answer on these two

has anyone achieved to configure DB Connection Pool w/ DB2 ?

2001-01-19 Thread Elhadi barkat
Hi, Under stress, one of my beans is causing deadlocks!! I'm wondering if it is a connection pool problem or not Does anyone of you configured DBConnectionPool succesfully with DB2 I have a maximum of 5 connections and I'm using this db configuation file: data-sources data-source

RE: Help: deadlock with concurent access to entity bean

2001-01-18 Thread Elhadi barkat
check Bug #161 Bug #170 in bugzilla... supposedly there's a workaround to Bug #170, but I'm not clear on exactly how to use it JP -Original Message- From: Elhadi barkat [mailto:[EMAIL PROTECTED]] Sent: Mircoles, 17 de Enero de 2001 16:57 To: Orion-Interest Subject: Help: deadlock

RE: IBM DB2 database schema

2001-01-18 Thread Elhadi barkat
take a look at this message http://www.mail-archive.com/orion-interest@orionserver.com/msg07615.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of hartmut wilms Sent: jeudi, 18. janvier 2001 09:43 To: Orion-Interest Subject: IBM DB2 database schema

workaround for bug #170

2001-01-18 Thread Elhadi barkat
Yesterday, I've posted a message about a deadlock with concurent access to an entity bean Juan Lorandi told me about bug #170. I found it in bugzilla but couldn't find its workaround If one could send it to me it would be great Hadi

Help: deadlock with concurent access to entity bean

2001-01-17 Thread Elhadi barkat
Hi, During heavy test of my CMP picture bean (mapped to a table with a BLOB), deadlocks occur when I try to access it concurently from different clients, a threaded java application, a web client and a proprietary messaging service within orion The result is that my db table is no more

ejbLoad : Error retrieving a picture from DB

2000-12-27 Thread Elhadi barkat
Hi, I have a problem with BlobsEntity Beans with Orion 1.2 and DB2 7.1 I'm getting the following exception while retrieving a picture from DB into an entity bean Error in ejbLoad : java.lng.AbstractMethodError: COM/ibm/db2/jdbc/app/DB2ResultSet.getBlob Nested exception is:

RE: apache SOAP

2000-11-01 Thread Elhadi barkat - s h o c k f i s h /
derek, we've just started using Apache SOAP on Orion; Our project requests to allow mobile stations as well as basestations/relays to talk to servlets and EJBs in our Orion AS and send the data back and forth. We use SOAP(XML/HTTP) we wrote a SOAPgeneric Clientin Java(for easy testing)