RE: [JBoss-dev] jboss/servlet container test suite???

2001-05-03 Thread marc fleury
One thing we can do is build an object that we invoke and return on a servlet-EJB method. In the object we overwrite the writeExternal method to set a variable to serializedTrue in case it is serialized. It indicates failure to not serialize the objects. marc |-Original Message-

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jaws/metadata CMPFieldMetaData.java

2001-05-03 Thread vharcq
User: vharcq Date: 01/05/03 05:36:03 Modified:src/main/org/jboss/ejb/plugins/jaws/metadata CMPFieldMetaData.java Log: (fix) a null dependant object would have thrown a NPE (fix) give better logging in case of error Revision ChangesPath 1.6

Re: [JBoss-dev] User Transactions

2001-05-03 Thread Ole Husgaard
Hi, Daniel Cardin wrote: Are UserTransactions fully implemented now ? Yes, only some minor problem with resource enlistment/delistment for CMT beans (open resources not automatically enlisted when a tx is started). I'd like to make some tests if the source is complete. CVS Module jbosstest

[JBoss-dev] [ jboss-Feature Requests-421040 ] Small Addon Servlet Runner for JBoss

2001-05-03 Thread noreply
Feature Requests item #421040, was updated on 2001-05-03 07:12 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376688aid=421040group_id=22866 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous

RE: [JBoss-dev] User Transactions

2001-05-03 Thread marc fleury
yes for a long time now marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of |Daniel Cardin |Sent: Thursday, May 03, 2001 8:55 AM |To: [EMAIL PROTECTED] |Subject: [JBoss-dev] User Transactions | | |Are UserTransactions fully implemented now ? I'd

[JBoss-user] Message driven bean

2001-05-03 Thread Saint-Martin Cécile
Hello, I'm testing MDB with Jboss, i wrote a MDB wich destination is a durable topic. When i stop ContainerFactoy service, Jboss clear all instances of the MDB and it's OK. But when i restart this service, it doesn't re-create the pool of MDB instances. Is it a bug? Cécile Saint-Martin [EMAIL

[JBoss-dev] Trying to find out how many instance of an ejb component are created by the JBoss at a moment in time

2001-05-03 Thread Adrian Vicentiu Omusoru
Hello,I need your help in finding out:- for an ejb componet, let's name it X, how many instance of it are created at a specific moment in time.- or another way to put the same question:I want to know how many users are accessing the X ejb componentat a moment in time.Do you have any ideas

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/mdb/test Main.java

2001-05-03 Thread pra
User: pra Date: 01/05/03 13:06:38 Modified:src/main/org/jboss/test/mdb/test Main.java Log: Fixed close of connections, to end thread in JMS Revision ChangesPath 1.4 +31 -7 jbosstest/src/main/org/jboss/test/mdb/test/Main.java Index: Main.java

Re: [JBoss-dev] Message driven bean

2001-05-03 Thread pra
On 3 Maj, Saint-Martin Cécile wrote: Hello, I'm testing MDB with Jboss, i wrote a MDB wich destination is a durable topic. When i stop ContainerFactoy service, Jboss clear all instances of the MDB and it's OK. But when i restart this service, it doesn't re-create the pool of MDB

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/testbean/test Main.java

2001-05-03 Thread user57
User: user57 Date: 01/05/03 15:36:25 Modified:src/main/org/jboss/test/testbean/test Main.java Log: o Changed namingFactory providerURL fields to final. Revision ChangesPath 1.7 +6 -10 jbosstest/src/main/org/jboss/test/testbean/test/Main.java Index:

[JBoss-dev] CVS update: jboss/src/etc/conf/default jboss.properties handle-jndi.properties

2001-05-03 Thread user57
User: user57 Date: 01/05/03 15:39:54 Modified:src/etc/conf/default jboss.properties Removed: src/etc/conf/default handle-jndi.properties Log: o Modified InitialContextHandle.create() to use an InitialContextHandleFactory instance, which is pluggable via properties.

Re: [JBoss-dev] JBoss bug or Tyrex bug or neither?

2001-05-03 Thread Toby Allsopp
On Thu, May 03, 2001 at 05:46:47PM -0400, Anatoly Akkerman wrote: Hello, gurus I am still in the process of integrating Tyrex DTM with JBoss and here is my current challenge: I am trying to run Petstore in JBoss+Tyrex and running into problems, so I trace the same execution of Petstore

[JBoss-dev] Updated support for handles to remember their container

2001-05-03 Thread Jason Dillon
This update removes the need for any extra configuration when using the default configuration of JBoss. Extra config will be needed only if the naming service is changed, or the handle requires extra environment properties to construct the context. It looks like the follow-up I added to the