[JBoss-user] EJB design change

2001-10-26 Thread Tahir Awan
Hi,   Is there any disadvantage of converting stateless session beans to plain java classes with static helper methods. These SLSB just do some XML parsing retrieved through DAO (no entity beans & transactions). Can anyone elaborate the different in case of thousands of user accessing these

Re: [JBoss-user] Probelm with request

2001-10-26 Thread Fred Loney
I'm not an HTML expert, but I thought an INPUT text control name, unlike a checkbox, had to be unique within the form. Fred Loney Spirited Software, Inc. www.spiritedsw.com - Original Message - From: John LYC To: Jboss Mailing List Sent: Thursday, October 25, 2001 8:51 PM Subject: [JBoss

Re: [JBoss-user] polymorphic primary keys

2001-10-26 Thread Fred Loney
JBoss conforms to the ejb spec by restricting a single-entity finder return type to be the EJB entity interface class. If the return type is not exactly the interface class, then JBoss assumes the result is a multi-finder and returns an ArrayList. JBoss cannot be expected to relax the spec, nor sh

Re: [JBoss-user] CORBA client

2001-10-26 Thread Dmitri Colebatch
afaik JBoss uses RMI/JRMP out of the box, to run RMI/IIOP (for CORBA), you need to use the contrib/iiop module. I've never used it myself, but was recently wondering if anyone is using it in production? hth dim On Fri, 26 Oct 2001, Rene Maldonado wrote: > Hi all, > I'm new to JBoss, and EJB, I

[JBoss-user] CORBA client

2001-10-26 Thread Rene Maldonado
Hi all, I'm new to JBoss, and EJB, I need to connect my corba client to JBoss, The Question: What information need I to give my client to contact JBoss? (JNDI I think) Thanks.. Rene ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sou

Re: [JBoss-user] Is this possible to execute some method in my Session bean and do not wait for result.

2001-10-26 Thread IvanLatysh
Hello, danch! You wrote to "IvanLatysh" <[EMAIL PROTECTED]> on Fri, 26 Oct 2001 14:48:54 -0500: d> If you want asynchronous calls, you should look into JMS and message d> driven beans. Thank you - I get the picture. --- Yours sincerely, Ivan Latysh. [EMAIL PROTECTED] http://ivan.yourmail.com

Re: [JBoss-user] Is this possible to execute some method in my Session bean and do not wait for result.

2001-10-26 Thread danch
If you want asynchronous calls, you should look into JMS and message driven beans. IvanLatysh wrote: > I have some beans they are doing some requests over the net. > And some of them may have long timeouts. > > And I need to execute this methods parallel. > Is this possible? > > > Sincerely

[JBoss-user] Is this possible to execute some method in my Session bean and do not wait for result.

2001-10-26 Thread IvanLatysh
I have some beans they are doing some requests over the net. And some of them may have long timeouts. And I need to execute this methods parallel. Is this possible? Sincerely yours, Ivan Latysh. [EMAIL PROTECTED] http://ivan.yourmail.com ___ JBoss-

[JBoss-user] performance problem update

2001-10-26 Thread Frank Morton
I reported what I thought was a CMP performance problem a few days ago. Many of you responded with helpful ideas. Thanks! In the process I have learned quite a bit, mostly how to use CMP *more* properly. This newbie still has more to learn. I thought I'd pass along what I found out. First, if yo

[JBoss-user] DNS request.

2001-10-26 Thread IvanLatysh
Maybe someone can help me with DNS request. I just need to know is this host have MX record. In particulat I need to ask DNS server from my Session bean. Thank you. Sincerely yours, Ivan Latysh. [EMAIL PROTECTED] http://ivan.yourmail.com ___ JBoss-

Re: [JBoss-user] migration jboss 2.2 to 2.4.3

2001-10-26 Thread Tomas Lapienis
This is a bug registered in SourceForge bug list http://sourceforge.net/tracker/index.php?func=detail&aid=459443&group_id=228 66&atid=376685 BTW I recovered from this bug. For this I needed to change CMP to BMP. And I also noticed (this might not directly connected to the bug) that MS SQL Server

Re: [JBoss-user] Problems with my Postgres DS

2001-10-26 Thread Hermann RANGAMANA
I meant the LoggingEnabled attribute in the pool conf --Hermann - Original Message - From: "Hermann RANGAMANA" <[EMAIL PROTECTED]> To: "Grant Edwards" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 4:12 PM Subject: Re: [JBoss-user] Problems with my Postgres D

Re: [JBoss-user] Problems with my Postgres DS

2001-10-26 Thread Hermann RANGAMANA
Hi Grant, Set the login attribute to true to get more information on what's happening. NullPointer is returned from the pool if it cannot create a connection to the database for any reason. Verify that you start the postmaster with the -i flag, wich enables network connection to the database (che

[JBoss-user] polymorphic primary keys

2001-10-26 Thread prajapatib
Hi all, I have a class that is the super-interface of all primary key classes (BasePK). What I have managed to do with this is to implement a generic finder that can go to any entity bean and give back collections of primary keys of the super interface type (in the ebjFindBy() methods). Over

[JBoss-user] Problems with my Postgres DS

2001-10-26 Thread Grant Edwards
Hi, Take a look at the bits and pieces below, my PostgresDS blows up with a NullPointer. Could be config, not sure. Thank you Extracts from my jboss.jcml org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,com. informix.jdbc.IfxDriver,org.postgresql.Driver org.