Help with Deploying a simple Entity EJB

2001-07-09 Thread Oisin Kim
Hello to you all, this is a resend Can anyone tell me why I'm getting the following error when I try to deploy an Entity bean. [root@mcdonalds orion]# java -jar orion.jar Auto-deploying /usr/orion/application-deployments/HLR/HLR-ejb.jar (No previous deployment found)... Error compiling

RE: How can I get UserTransaction or TransactionManager

2001-07-09 Thread HyungKee Hwang
Thank you Heinz. I tried in other ways to manage a transaction, but I still have other problems about Orion TXN. What I wanted to do in my App. is as follows; Let's assume that user class and address class exist and their relationship is 1-to-1. 1. Create a user 2. Create an address object

Re: Help on List

2001-07-09 Thread Ray Harrison
It worked as recently as May. I was able to go unsubscribe prior to leaving for vacation and it worked just fine. There may be a slight delay, however. --- Abhilash Koneri [EMAIL PROTECTED] wrote: HI, I need to unsubscribe from this list and subscribe to a different mail id. I managed the

Re: Help on List

2001-07-09 Thread Magnus Rydin
Maybee you stated the wrong email address for unsubscription? WR - Original Message - From: Abhilash Koneri [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, July 09, 2001 4:27 AM Subject: Help on List HI, I need to unsubscribe from this list and subscribe to a

RE: communication among ejbs in different applications

2001-07-09 Thread Robert Ren
Hi,Juan: Thank you for your suggestion. Do you think this kind of calls will violate any J2EE specs? I mean that one ejb in parent application should have one container, and the ejbs in child app should have thire own container. So, the question: does this kind call violate any container specs?

Slow RMI - returning 4000 empty wrapped Strings takes 9 seconds.

2001-07-09 Thread Henty Waker
Hi there I've got a stateless session bean that returns an ArrayList of 4000 objects to a servlet. If the objects are of type String it takes a few milliseconds to return all 4000. If they are of a custom class (i.e. One I coded) that only contains a String object it takes 9 seconds to

Problem with DataSourceUserManager on orion 1.5.2

2001-07-09 Thread Eric Hodges
I just upgraded to Orion 1.5.2 and my DataSourceUserManager stopped working. It can find the User info, but when the getGroup() call is returning null for some reason. Has something changed that would break this? (Also, I can't get to orionsupport.com or Orion's mailing list archive or I

RE: Cluster configuration

2001-07-09 Thread Gurinder Randhawa
Thanks elephatwalker :) elephantwalker [EMAIL PROTECTED] on 07/07/2001 01:21:20 PM Please respond to Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] cc:(bcc: Gurinder Randhawa/Travel Underwriters) Subject: RE: Cluster configuration another

Re: Cluster configuration

2001-07-09 Thread Gurinder Randhawa
Another question in regards to Apache running in front of the load balancer. How does apache send requests via mod_proxy (ProxyPass...) to loadbalancer ? Is there any xtra config required or do you just specify loadbalancer port in httpd.conf file ? Gurinder Jeff Hubbach [EMAIL PROTECTED]

SV: LDAP and EJBs

2001-07-09 Thread Patrik Andersson
Title: SV: LDAP and EJBs You would have one sessionbean being business delegate in front of the EntityBean manipulating the RDBMS and another managing the LDAP directory service. Then you would have a Facade in front of both these sessionbeans with one method that does the whole trick with

RE: 2 parameter finder finding wrong thing

2001-07-09 Thread Jeff Schnitzer
EJB-QL is not yet implemented in Orion. Try this: http://www.c2.com/cgi/wiki?OrionServerSpecSupport Note that Orion will automatically create finders with a single parameter that corresponds to the name of a cmp field. Otherwise you have to write them yourself. Jeff Schnitzer [EMAIL

RE: communication among ejbs in different applications

2001-07-09 Thread Juan Lorandi (Chile)
first, let's get one thing out of the way: 'parent' attribute is a JNDI facility, no more, no less. there still are separate containers for each app (this may not be useful in all apps, specially since transactions may not function as expected) it allows for JNDI properties to propagate BOTH

com.evermind.sql.OrionCMTConnection

2001-07-09 Thread Jin Tong
I have a simple client calling into EJB component which make connection to Oracle DB. After sql operation fail(intentionally to test transaction roll back), it came back with following error: Error deserializing session: java.io.WriteAbortedException: Writing aborted by exception;

Re: Cluster configuration

2001-07-09 Thread Gurinder Randhawa
I have managed to setup a cluster-island with a loadbalancer. I have a web-app that is shared. I am running Apache in front of Orion. I can start everything fine except for 2nd instance of orion in cluster i get the error: Error starting JMS-Server: Unable to bind socket: Address already in

Re: Cluster configuration

2001-07-09 Thread Gurinder Randhawa
In regards to my last email i have changed RMI and JMS ports fine and i got rid of Address already in use message upon Orion instance startup. However i still cannot shutdown the processes properly. I have also noticed multiple Loadbalancer processes running, I don't know how though ? Any

RE: Cluster configuration

2001-07-09 Thread elephantwalker
a resend... as far as stopping orion, the usual methods apply java -jar admin.jar ormi://localhost:the_rmi_port_number_for_the_instance_to_shutdown admin somepassword -shutdown force as for the loadbalancer, kill -s 9 pid seems to be the only thing that works. -Original Message-

Please help me

2001-07-09 Thread waheed rahman
Hi please help me. How i can setup servlet directory in my new application.Please let me know where i have to save my servlets files if my new application directory is like this ... /orion/applications/shoppingmall/. I will be thankfull in this regards.Expecting your positive reply.Thanks in