RE: [JBoss-user] JCA deployement dependencies problem "MBeans waiting for other MBeans"

2004-01-31 Thread Richard De Falco
Answer : in -ds.xml must be the same than in ra.xml... De : Richard De Falco Envoyé : mercredi 28 janvier 2004 11:54 À : [EMAIL PROTECTED] Objet : [JBoss-user] JCA deployement dependencies problem "MBeans waiting for other MBe

[JBoss-user] Lotus Domino Connection Pooling in JBoss

2004-01-31 Thread harm
Hi all, I'm thinking of implementing a connection pool for Lotus Domino for JBoss 3.2.3. This way my EJB's can ask for a connection from the pool and do some manipulation of the Lotus Domino data. Unfortunatly I'm not sure in what kind of object to build the connection pool. JBoss has connectio

[JBoss-user] Are inner joins possible?

2004-01-31 Thread Steffen Gransow
Hi, I'm wondering, if multiple inner joins are possible using jboss-ql or similar. I'm new to this and did only provide some simple queries so far. Here's one example: SELECT teilnehmer.pkey, teilnehmer.titel, teilnehmer.vorname, teilnehmer.nachname, teilnehmer.ort, teilnehmer.fk_kv, teilnehmer.t

[JBoss-user] FW: JBoss 3.2.3 and Sticky Sessions and Session Replication

2004-01-31 Thread Marcus Redeker
All, we are trying to setup a JBoss 3.2.3 (Tomcat) cluster with Apache and mod_jk. We discovered that the sticky sessions with mod_jk only work if you give the "jvmRoute" parameter in the tomcat configuration file. If we do not use sticky sessions we receive an error from Tomcat if during form b

[JBoss-user] WARN [OILServerILService] Connection failure (1).

2004-01-31 Thread John Black
Is it possible to prevent this message in JBoss 3.2.3? WARN [OILServerILService] Connection failure (1). And the associated stack trace I get every time my JMS client terminates, even though I close the connection first. Thanks, John Black ---

RE: [JBoss-user] how to encode database password in descriptor file mysql-ds.xml

2004-01-31 Thread Mark Wang
Besides what your folks talked, here is another concern:   The machine has a system admin, who has the root permission. The application(with JBOSS) has database, which is managed by somebody else(dba, etc). We don't want machine system admin knows database login-name/password. Otherwise he/she can

RE: [JBoss-user] Setting jmx-console password

2004-01-31 Thread Scott M Stark
You use a JAAS configuration the same as all security. The default JAAS configuration uses the UsersRolesLoginModule as defined by the jmx-console entry in the conf/login-config.xml This in turn obtains the username/password/roles mappings from the jmx-console.war/WEB-INF/classes/{roles.properties

RE: [JBoss-user] Re: jboss.net: SOAP Attachments anyone?

2004-01-31 Thread Alastair Rodgers
That's right. I'm not using jboss.net - I'm just using the Axis library directly (i.e. my web app registers an org.apache.axis.transport.http.AxisServlet and this uses a /WEB-INF/server-config.wsdd file to configure the services). I do this so I've got app server independence. > -Original

RE: [JBoss-user] XMBean with Standard MBean superclass (maybe XDoclet-specific)

2004-01-31 Thread Rupp, Heiko
Hi, I did not completely understand, what you are trying to achieve. If you have a standard MBean, you can just add an xmbean-dd section to the *-service.xml file, as this is done in 3.2.3 with some beans in conf/jboss-service.xml and the xmdesc/ directory within conf/. If you want Xdoclet to pro