[JBoss-user] [JBossWS] - Namespace problem with JBossWS generated SOAP

2005-08-05 Thread posselt
Hi folks, I hope you can help me. We are calling a web service from our JBoss-3.2.3RC1. We use wsdl2java and axis and it works like a charm. Recently we decided to upgrade to JBoss-4.0.2. I spent a lot of work to get all web services running. However, our soap client has a problem. Now I'm using

[JBoss-user] [Clustering/JBoss] - JNDI lookup extremely slow when a clusternode is down

2004-09-20 Thread posselt
Hi, We have a cluster of 3 nodes to provide high availability to our clients. They use jboss1:1100,jboss2:1100,jboss3:1100 as jndi url to connect to the server. Everything works fine as long as on all nodes at least the OS is running and at least one JBoss is up. However, if one node is

[JBoss-user] [JCA/JBoss] - Different connections for queries and updates

2004-07-23 Thread posselt
Hi there, Is it possible to specify a datasource with different nodes for updates and queries? I have access to a MySQL cluster with one write master and several read slaves. All write accesses have to go to the write master. Hence, with my current deployment, all read accesses also have to go

[JBoss-user] [Persistence CMP/JBoss] - Re: Sybase DataSource, Connection Already closed

2004-06-07 Thread posselt
Hi, Add the following line to your sybase-ds.xml: check-valid-connection-sqlselect 1/check-valid-connection-sql If the sybase is down, all connections in the pool are invalid. The pool doesn't check them before handing them out and you get this Exception. With the above property, the pool

[JBoss-user] [Messaging, JMS JBossMQ] - JBoss overrides user specified in createQueueConnection

2004-02-26 Thread posselt
Hi y'all, This concerns JBoss-3.2.3RC1 (should be the same in 3.2.3 final since the code didn't change) I wanted to remove my guest user and ran into an exception saying that User: guest is NOT authenticated. The problem ist that I do NOT use user quest. I traced the JBoss code and found the

[JBoss-user] JMS: Late cleanup of threads with UIL2ConnectionFactory

2003-12-19 Thread Didi Posselt
(or is this a feature?). posselt in pingu (164) [0] cat UIL2Bug.java import java.util.Properties; import javax.naming.InitialContext; import javax.jms.QueueConnection; import javax.jms.QueueConnectionFactory; public class UIL2Bug { public static void main(String args[]) { Properties

[JBoss-user] (no subject)

2003-12-05 Thread Didi Posselt
Hi folks, I tried the new JBoss-3.2.3 and found a problem with a non standard partition name. For our project we use XXXPartition as partition name. After searching the code for the undocumented switches I added the attributes PartitionName to the new MBeans

[JBoss-user] JMS implementation question

2003-12-05 Thread Didi Posselt
Hi, From the behaviour of the JMS implementation of JBoss 3.2.x I assume, that JBoss holds an in memory index of all JMS messages in all queues, no matter whether they are persistet in files or an RDBMS. Is this true? Even with setting the MessageCache to low values we encounter OutOfMemory

Re: [JBoss-user] BindAddress and Remote JMS (was JMS to remote hosts doesn't work any more)

2003-11-24 Thread Didi Posselt
, mixed mode) Its a bug then. Is this only on win32 or all platforms? -- Scott Stark Chief Technology Officer JBoss Group, LLC Didi Posselt wrote: Hi, Since the option --host=yourhost causes lots of problems in applications

[JBoss-user] BindAddress and Remote JMS (was JMS to remote hosts doesn't work any more)

2003-11-19 Thread Didi Posselt
Hi, Since the option --host=yourhost causes lots of problems in applications that don't specify a host to connect to, I cannot use it for my JMS-problem. I figured, that everything works fine, if I drop the Attribute BindAddress in the deployment descriptor for the UIL2 Invocation Layer (the

[JBoss-user] JMS to remote hosts doesn't work any more

2003-11-18 Thread Didi Posselt
= queueFactory.createQueueConnection(foo, bar); PS: I'm running linux kernel 2.4.20. Thanks, Dietmar -- Dr.-Ing. Dipl.-Inform. Dietmar Posselt, M.S. Unix Development, Schlund + Partner AG, Brauerstr. 48, 76135 Karlsruhe Phone: +49 721 91374-518, Fax: +49 721 91374-256 -- NEU FÜR ALLE - GMX

RE: [JBoss-user] JMS to remote hosts doesn't work any more

2003-11-18 Thread Didi Posselt
Hi folks, The '--host=yourhost' option solved my problem (Thanks to Bjoern) Any idea why it worked in 3.2.2RC4 without this option? @Markus: I read your message right when you posted it and tried it with no success. Thanks anyway. Greetings, Dietmar -- GMX Weihnachts-Special:

Re: [JBoss-user] synchronize on a bean

2003-07-10 Thread Dietmar Posselt
Hi Stephen, As Ittay wrote, the file access is only an example. I think we might come to a similar problem. In our case we have a cluster with the same JMS queue on each node (so we can send messages even if some nodes in the cluster are down). At a different division we have one jboss with one

[JBoss-user] CMT, XA and Messages in MDBs (3.2.2beta)

2003-06-20 Thread Dietmar Posselt
Hi folks, I need to send several jms messages to different remote queues (behind a firewall) from one MDB in a XA transaction. I got it working with BMT and the UILXAConnectionFactory. However, if I use CMT I have to use the java:/JmsXA ConnectionFactory which seems to be using the