AW: [JBoss-user] (more clues) MessageListener threw a RuntimeException

2004-01-22 Thread Janardhan Burugupalli
could be that u shuld synchronize the vector before iterating over it..just check the java.util.Collections class for more. jani -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Ionel GARDAIS Gesendet: Mittwoch, 21. Januar 2004 18:03 An: [EMAIL

[JBoss-user] JBoss / Jetty depended on DNS ?

2004-01-22 Thread René R. Nygaard
Hell all Is JBoss or Jetty depended on DNS ? Through the request.getxxx we can get the logical name of the client connecting, but what if our DNS i pretty slow, will this not slow the request to the server down ? In case this is true, can we disable this somewhere ? Thanks - René

[JBoss-user] information regarding locking policies

2004-01-22 Thread Stephane Nicoll
Hello list, I sent a mail a while ago regarding tx lock and got no response so far. http://www.mail-archive.com/[EMAIL PROTECTED]/msg32131.html As a quick recall, we are creating entities X. For this we need to test that an instance of entity A,B,C,D and E exist (that is X could be crated only

RE: [JBoss-user] Commit Option A and ejbCreate

2004-01-22 Thread Alexey Loubyansky
Please, submit a bug report and I will look at it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neal Sanche Sent: Thursday, January 22, 2004 12:56 AM To: jboss-user Subject: [JBoss-user] Commit Option A and ejbCreate Hi All, I have

Re: [JBoss-user] WebServices in Axis

2004-01-22 Thread Bruce Scharlau
Maffeo Gaetano wrote: Hi all, it could be stupid but i asked you the same How can I pass a String [] to a webservices? And How can i get the returned bean class from the service? many thanks for any response gaetano Gaetano, look at the jboss-net project pages on the jboss website for some

RE: [JBoss-user] information regarding locking policies

2004-01-22 Thread Alexey Loubyansky
In Instance Per Transaction container each transaction gets its own cache of instances, i.e. each one get its own copy of persistent data. And, thus, allows different transactions to access the same persistence data at the same time. -Original Message- From: [EMAIL PROTECTED]

Re: [JBoss-user] Problem when query contains international characters

2004-01-22 Thread Milen Dyankov
Hi again, Some new information regarding the problem I have described in my previous mail. It doesn't seem to be related to any particular JBoss version (tested with the same result on 3.2.1, 3.2.2 and 3.2.3). It doesn't seem to depend on the JVM version (tested with J2SDK 1.4.1_02 and

[JBoss-user] MDB defined in one module - Queue defined in another module

2004-01-22 Thread Stephane Nicoll
Hello, We have an ear application with multiple ejb-jar modules. Module A contains a session bean that write stuff on a queue X. This module A also declares the queue X in a SAR. Module B contains an MDB which is mapped on queue X. The problem we have is that module B is deploying, queue X does

[JBoss-user] (no subject)

2004-01-22 Thread frederic . kieffer
Hi people. I designed to CMP beans (printer, consumables). They're link to each other thanks to a m:n relationship. When deploying my app, when JBoss tries to create the relationship table, I got the following issue : Caused by: java.sql.SQLException: Wrong data type: NUMBER in statement

RE: [JBoss-user] Problem when query contains international characters

2004-01-22 Thread Rupp, Heiko
What database are using? Some databases don't like utf-8 for example when support for it is not especially compiled in. --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the

Re: [JBoss-user] WrappedConnections and Oracle Stored Procedures

2004-01-22 Thread Pedro Salazar
On Mon, 2003-05-19 at 13:30, David Jencks wrote: Try something like (OracleConnection)((WrappedConnection)wc).getUnderlyingConnection()) Be careful not to close the OracleConnection! david jencks Isn't possible to do it but avoiding specific jboss classes hard-coded? Here I have the

[JBoss-user] EJB-QL question

2004-01-22 Thread Steven Nakhla
I have a simple web app that I've been developing to get practice working with J2EE. It is an app to manage product license keys. The beans I have are as follows: LicenseKey: properties=keyValue (String) Vendor: properties=name (String) Product properties=title (String), version (String) These

Re: [JBoss-user] Commit Option A and ejbCreate [auf Viren geprüft]

2004-01-22 Thread Jonathan . O'Connor
Neal, What are the transaction types for the ejbCreate(), the ejb.setRelatedItem(item) and the calling method? You must be creating multiple transactions, and with commit-option A, its caching the value. Still doesn't make sense though. Also, why can't you move setting the CMRs into

RE: [JBoss-user] WrappedConnections and Oracle Stored Procedures

2004-01-22 Thread Ravinder_Muppidi
Title: RE: [JBoss-user] WrappedConnections and Oracle Stored Procedures we can avoid importing of WrappedConnection object by using java reflection api...we can pass the connection from pool to a method which uses reflection api to get the OracleConnection object from it.. here is the

[JBoss-user] Garbage Collector: Service?

2004-01-22 Thread Muraly R
Hi Gurus, Is there any particular service available in JBoss to schedule the garbage collector? The reason for this question is our application is using heavy weight objects like Vector, HashTable, etc. heavily. As a result of this after a simple get query the JBoss memory shoots up and it