Bidirectional N-M - when will it be ready???

2002-02-04 Thread Randahl Fink Isaksen
Hi I was just wondering if anyone on this mailing list has a clue to when we might expect the bidirectional N-M relationships to work. Since the 2.0 version of the specification is final I expect the development team is working on these features. I guess we are waiting for several of

Informix and CMP Exception

2002-02-04 Thread Tommi Penttilä
We get this exception from Orion CMP: com.evermind.server.rmi.OrionRemoteException: javax.ejb.EJBException: Error saving state: Could not position within a table (informix.listing). Sounds like a locking problem caused by multiple concurrent updates. I thought cmp would automagically

RE: Questionnaire

2002-02-04 Thread Ray Harrison
Robb - You need to remove yourself. Go to the orion website, go to the mailing list subscribe section, type in the email address that you used to subscribe originally, and hit 'unsubscribe'. Exceedingly easy for you to do ASAP. Cheers Ray --- Geoff Soutter [EMAIL PROTECTED] wrote: I was

CMP O/R mapping question

2002-02-04 Thread Jon Bricker
My first CMP entity bean and I have some questions. I was wondering if it is possible to do a compound search within the O/R mapping in orion-ejb-jar.xml? The problem is a field from one table is needed to lookup a field on another table to get the result. Example: Customer has a field

ejb load problem

2002-02-04 Thread Manoj Sadangi
HI, we are running orion app server with one mdb and couple of session bean and entity bean. Once there is message received by the reciever mdb it creates the beans and the message gets processed and published to the topic again. This works fine as long as the traffic is not high. But If

RE: Deploy Existing EJB's on Orion?

2002-02-04 Thread peter_saurugger
You certainly can deploy multiple web-applications within a single application in Orion. You just have to realize that Orion also allows multiple applications on a single server (as is possible e.g. in weblogic61), which afaik cannot be done in weblogic51. This means that you have to create a

Can anyone help me with this - config of orion-ejb-jar

2002-02-04 Thread Garrett Skelly
Hello there, I am struggling with something and was wondering if you could help me. I have an Entity EJB that is successfully deploying, however I am running out of memory in the system and would like to restrict the number of beans and the timeouts for the EJB. I have edited the

Expresso Frame work

2002-02-04 Thread Mike G. Hammonds
Has anybody got expresso framwork on Orion server? Mike HammondsFellon-McCord Associates,Inc.Information Services ManagerVoice (502) 214-6324 Fax (502)214-6324[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ** This email and

Class.newInstance() Fails with InstantiationException.

2002-02-04 Thread Bill Winspur
I have a servlet that would instantiate anobject, if everything worked. Unfortunately, it fails with the following exception from the Class.newInstance() method: java.lang.InstantiationException: com.wynnon.appletChannel.test.EchoingPort where EchoingPort is the class I would instantiate

Re: Expresso Frame work

2002-02-04 Thread Michael Rimov
At 03:43 PM 2/4/2002 -0500, you wrote: Has anybody got expresso framwork on Orion server? Mike, There was a gentleman on the Expresso forums that just recently got it running for him. He claims he had to update Xerces.jar, jaxp.jar and crimson.jar in the Orion base directory for it to work.

Log4j appender for logging to application.log

2002-02-04 Thread Geoff Soutter
Hi there, I've been doing some research about how to log using log4j with Orion. I was thinking that I'd like to have the log written to the Orion application log file so that you can see the order that things happen in. You can see other people have done similar things for other app servers, eg