Re: Ejbs classPath

2002-05-20 Thread Jorge Jimenez C
The server that is creating the EJB is acting as a client. So, it has to know the remote and home interfaces of the EJB as any remote client. If you expect to use the EJBs in other applications the interfaces, should be in a shared directory (lib) if it is not the case, you should think to put

JMS and load balancing

2002-04-29 Thread Jorge Jimenez C
Hi. If someone knows a tutorial that cover this topic, please send me a link. It is posible to configure load balancing over JMS and two app. servers ? Each server must point to a diferent queue or it is a shared one ? What happen if one server crashes with the messages that were not

Re: Performance Monitoring Tools

2002-03-12 Thread Jorge Jimenez C
Hello. I have to do the same tests. Can you please tell me about the loading test tools that you've found. Thanks in advance. JJ - Original Message - From: Cugier (extern) [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 10:25 AM Subject:

Re: problem with ResultSet Object

2002-02-14 Thread Jorge Jimenez C
Sachin: I think you have a design problem. Please,anyone correct me if you think i'm wrong. From inside a JSP page you should not access a recordset returned by an EJB. EJB components represent mostly bussines objects that contains rules and data access services. From outside the EJB (from

Re: Orion+Linux under heavy load

2002-02-08 Thread Jorge Jimenez C
by this problem... XD - Original Message - From: Jorge Jimenez C [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 3:29 PM Subject: Re: Orion+Linux under heavy load Don't worry. That problem is already fixed in the latest linux kernel releases. I

Re: classpath issues??

2002-02-07 Thread Jorge Jimenez C
Another way of doing this: If your helper classes are part of a common library (i.e. may be used from other applications) you can put the jar in the orion/lib directory to maintain just one copy. I'm not sure if J2EE specifications says something about it, but it works in all servers I know. JJ

Re: Orion+Linux under heavy load

2002-02-07 Thread Jorge Jimenez C
Don't worry. That problem is already fixed in the latest linux kernel releases. I don't remember exactly release number but you can easily find it. I've made some tests with JBoss and it runs very well. JJ - Original Message - From: Peter Peltonen [EMAIL PROTECTED] To: Orion-Interest

Re: EJB Sharing between applications

2002-02-05 Thread Jorge Jimenez C
al Message-From: Jorge Jimenez C [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 05, 2002 6:58 AMTo: Orion-InterestSubject: EJB Sharing between applications Hello everyone. I'm testing orion for use in a variety of applications. Our software company have developed