Favourite logging facility survey...

2001-12-20 Thread Paolo Perego
Hi orion gurus, I'm taking a look on logging facilities provided by log4j project and the upcoming Sun jdk1.4. I've, of course, to integrate one of these facilities in my application deployed with orion. What logging facilities do you use, if any of course, and which one dao you think is better

How to bind RMI object in the orion server ?

2001-12-20 Thread Gautier Koscielny
Hello, Apart from binding ejb instances in the orion server, I would like to bind RMI objects. I try this piece of code but it failed because the server can't find the remote interface (simpleInterface) of the simpleImpl server : try { simpleImpl obj = new simpleImpl();

IOException: Server protocol was not ORMI - in Orion 1.4.0

2001-12-20 Thread Mike
hallo All, I get an exception while tryng to access EJB (deployed into Orion 1.4.0) from external (different JVM) console client : javax.naming.NamingException: Error reading application-client descriptor: Error communicating with server: Lookup error: java.io.IOException: Server

Re: Mysql table create errors with ejbsamples

2001-12-20 Thread Morten Wilken
you need to use another schema definition: this example is for sqlserver data-source class=com.evermind.sql.DriverManagerDataSource name=SQLServer schema=database-schemas/ms-sql.xml location=jdbc/SQLServerCoreDS xa-location=jdbc/xa/SQLServerXADS ejb-location=jdbc/SQLServerDS

RE: IOException: Server protocol was not ORMI - in Orion 1.4.0

2001-12-20 Thread Dan Haley
The protocol changes with the different versions of Orion. I've had this error when I upgraded to Orion 1.5.2 but still used the old 1.4.5 client jars (orion.jar etc). -Original Message-From: Mike [mailto:[EMAIL PROTECTED]]Sent: 20 December 2001 09:50To:

Error Deploying a COMPLEX ejb jar. Haven't seen that one.

2001-12-20 Thread Lachezar Dobrev
I have got a complex ejb-jar with a SSLB and an CMP-EB, which references itself. When deploying I receive: Auto-deploying Result_Server.jar (No previous deployment found)... Error compiling D:\Orion\applications\IntraPlan/Result_Server.jar: Internal error, unset persistence type for

MDB with SwiftMQ

2001-12-20 Thread David Shepherd
Has anyone got a MDB working with SwiftMQ? I've followed the documentation but am getting the following error on deployment... Auto-unpacking \home\modules\jms_tests\dist\jms-tests.ear... done. Error instantiating application 'jms-tests' at file://e:/home/modules/jms_tests/dist/jms-tests.ear:

load balancing load

2001-12-20 Thread Peter T. Brown
Hi-- I've got a one island, two node cluster. The whole setup works, each of the two nodes fields requests etc. However, the Linux load average on the load balancer fluctuates radically and often goes above 15 or 20! The load averages on the cluster nodes are well below 0.5. Anybody know

Asynchronous MDB

2001-12-20 Thread Brian Chan
I've been reading of entries about asynchronous MDB not working. When will this be fixed? I have a mission critical app that depends on asynch msg'ing. I successfully convinced my firm to port from Weblogic to Orion :) - Brian Chan

Re: MDB with SwiftMQ

2001-12-20 Thread Mike Cannon-Brookes
It looks like you've typo'ed the name of the resource provider in your orion-application.xml. Are you sure you didn't list it as com.evermind.server.deloyment.ContextScanningResourceProvider there? Chees, Mike Mike Cannon-Brookes :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com

HTTP/HTTPS config failure - Ideas?

2001-12-20 Thread Stephen Davidson
Greetings. The attached web-site.xml file describes a site where the default web application is the same as a described application. Does anyone have any idea why the default context works, but the HRneXus one does not? The reason for the extra commented out lines was I was doing some

CMP Entity Bean Craziness

2001-12-20 Thread Ed Brown
Okay, here is the situation. Database: Oracle on Solaris Orion server: 1.5.2 on Windows 2000 Operating System: Windows 2000 I have a database table named FOO. I want to create different entity beans to provide different views of the table named FOO. FOO is a table with many columns. (Sure, I