Re: [JBoss-dev] jbosstest automated testing: Test hangs not detected.

2001-07-01 Thread Ole Husgaard
marc fleury wrote: almost done with the rewrite of the locking mechanisms.. the bug removed is the busywait bug of the previous leaky-lock but in all instance what we are looking for is hangs in *particular threads*. I really don't know how we can automate that. If detecting a thread hang

Re: [JBoss-dev] jboss daily test results

2001-07-01 Thread Ole Husgaard
Hi, Georg Rehfeld wrote: isn't it a shame, that we keep getting these 5 errors every night? Yes. Sorry, that I hadn't the time yet to look after them, isn't it meant for the authors to correct the bugs? I think that's the purpose of the tests. Chris does a nice job to help us, but some

Re: AW: [JBoss-dev] METHOD-INVOCATION (introducing profiling support)

2001-07-01 Thread Ole Husgaard
Hi, Anatoly Akkerman wrote: On Sat, 30 Jun 2001, Ole Husgaard wrote: Are you talking about org.jboss.ejb.MethodInvocation? Why should that class be Serializable? It is only used locally on the server. It is indeed reconstructed from the transport layer representation of the

[JBoss-dev] CVS update: jbosstest/src/resources/web snoop.jsp

2001-07-01 Thread starksm
User: starksm Date: 01/07/01 10:35:53 Modified:src/resources/web snoop.jsp Log: Fix syntax error in display of request URL Revision ChangesPath 1.4 +1 -1 jbosstest/src/resources/web/snoop.jsp Index: snoop.jsp

[JBoss-dev] CVS update: jboss/src/bin jboss_init_redhat.sh

2001-07-01 Thread kimptoc
User: kimptoc Date: 01/07/01 14:01:27 Added: src/bin jboss_init_redhat.sh Log: [ #420297 ] JBoss startup/shutdown for RedHat - DONE Revision ChangesPath 1.1 jboss/src/bin/jboss_init_redhat.sh Index: jboss_init_redhat.sh

[JBoss-dev] CVS update: jboss/src/build build.xml

2001-07-01 Thread kimptoc
User: kimptoc Date: 01/07/01 14:01:27 Modified:src/build build.xml Log: [ #420297 ] JBoss startup/shutdown for RedHat - DONE Revision ChangesPath 1.78 +5 -1 jboss/src/build/build.xml Index: build.xml

[JBoss-dev] RE: [JBoss-user] Opta2000 for MS SQLServer2000 - com.inet.tds.XDataSource

2001-07-01 Thread Vincent Harcq
I jump into the sources...cross post the mail... TxCapsule line 523 try { =doBeforeCompletion();= endResource(idx, flag); return true; } catch(XAException e) { doBeforeCompletion() was missing. The solution could it be

[JBoss-dev] jboss daily test results

2001-07-01 Thread chris
JBoss daily test results SUMMARY Number of tests run: 89 Successful tests: 84 Errors:1 Failures: 4 [time of test: 2 July 2001 2:51] See http://lubega.com for

[JBoss-dev] CVS update: jbosspool/src/main/org/jboss/pool/jdbc/xa XAPoolDataSource.java

2001-07-01 Thread danch
: + * 20010701 danch added code for timeout in blocking. */ public class XAPoolDataSource implements DataSource, Referenceable, ObjectFactory { private static HashMap sources = new HashMap(); @@ -103,6 +107,8 @@ public int getMaxSize() {return pool.getMaxSize();} public

[JBoss-dev] CVS update: jboss/src/lib jbosspool.jar

2001-07-01 Thread danch
User: danch Date: 01/07/01 20:29:14 Modified:src/lib jbosspool.jar Log: allow specification of a timeout in JDBC connection pools when blocking is enabled Revision ChangesPath 1.2 +356 -359 jboss/src/lib/jbosspool.jar Binary file

RE: [JBoss-dev] new Threads.java (cache bug tests) is incomplete.

2001-07-01 Thread marc fleury
Ok finishing the test of the cache, found interesting stuff... onto your mail 1- turn of html 2- see below Don't get annoyed with me, but your new threads test is incomplete: that's ok, I don't shoot the messenger, I do shoot the implementor - You need to also randomize on the bean's