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

2001-07-01 Thread marc fleury
for example try setting the timeout to 2 seconds and the wait in the bean at 4 seconds... :), do you see it? if the timeout is in the bean then we don't register and thus we never clean the tx, then with the current cache there are problems in how you access that information in a isolated fashion

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 primary

[JBoss-dev] CVS update: jboss/src/etc/deploy jbosspool-jdbc.rar

2001-07-01 Thread danch
User: danch Date: 01/07/01 20:29:14 Modified:src/etc/deploy jbosspool-jdbc.rar Log: allow specification of a timeout in JDBC connection pools when blocking is enabled Revision ChangesPath 1.2 +42 -60jboss/src/etc/deploy/jbosspool-jdbc.rar <>

[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 <> _

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jdbc XADataSourceLoader.java XADataSourceLoaderMBean.java

2001-07-01 Thread danch
constructors are called by the JMX engine * based on your MLET tags. - * @version $Revision: 1.17 $ + * @version $Revision: 1.18 $ * @author mailto:[EMAIL PROTECTED]";>Aaron Mulder + * @author mailto:[EMAIL PROTECTED]";>danch (Dan Christopherson) + * + * Revision: +

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

2001-07-01 Thread danch
1.2 @@ -27,6 +27,10 @@ * @see org.jboss.pool.PooledObject * * @author Aaron Mulder ([EMAIL PROTECTED]) + * @author mailto:[EMAIL PROTECTED]";>danch (Dan Christopherson) + * + * Revision: + * 20010701 danch added code for timeout in blocking. */ publ

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

2001-07-01 Thread danch
Revision: + * 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();} pub

[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 ful

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

2001-07-01 Thread danch
User: danch Date: 01/07/01 18:08:36 Removed: src/lib xml.jar Log: Removed obsolete XML library ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-07-01 Thread danch
User: danch Date: 01/07/01 18:07:49 Removed: lib xml.jar Log: Removed obsolete XML library ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-07-01 Thread danch
User: danch Date: 01/07/01 17:45:04 Modified:src/build build.xml Log: Removed ejx references from the build Revision ChangesPath 1.79 +3 -42 jboss/src/build/build.xml Index: build.xml ===

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

2001-07-01 Thread Vincent Harcq
Forget it. I was running the bad config. Need some sleep |) > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > Vincent Harcq > Envoyé : lundi 2 juillet 2001 1:07 > À : Dev JBoss > Objet : [JBoss-dev] RE: [JBoss-user] Opta2000 for MS SQLServer2000

[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] 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] 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: 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 ===

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 > i

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 som

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 threa

[JBoss-dev] [ jboss-Patches-437692 ] Support for multiple datasources

2001-07-01 Thread noreply
Patches item #437692, was opened at 2001-07-01 04:21 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=437692&group_id=22866 Category: JBossCMP Group: v2.4 BETA (stable) Status: Open Resolution: None Priority: 7 Submitted By: KV Vinay Menon (kvvinaymenon) A