[JBoss-dev] cvs RH hangs if I am not dialled up....

2002-01-04 Thread Jules Gosnell
at : 10:07:34,030 INFO [AutoDeployer] Auto deploying: file:/mnt/pteranodon/home/jules/cvs/JBoss/3.0/build/output/jboss-3.0.0alpha/deploy/cluster-service.xml 10:07:34,222 INFO [JRMPInvokerHA] JRMP Invoker MBean online 10:07:34,300 INFO [ClusterPartition] Initializing 10:07:34,320 INFO

RE: [JBoss-dev] Re: scheduler bug?

2002-01-04 Thread Coetmeur, Alain
have you read my message about that? maybe does it not work (possible since my code is a variant of schedule) anyway check recent version, and also check the archive in jboss-user or in the forum, or in jboss-dev since people here have already answered me that it was solved... anyway, you can

[JBoss-dev] Re: TR: one more thing

2002-01-04 Thread Jules Gosnell
From the Servlet 2.3 spec. SRV.7.7.2 Distributed Environments Within an application marked as distributable, all requests that are part of a session must handled by one virtual machine at a time. The container must be able to handle all objects placed into instances of the HttpSession class

Re: [JBoss-dev] more jmx domain structure

2002-01-04 Thread marc fleury
Does this mean that there are hard-coded references between mbeans? I think it would be a good idea to convert these to depends elements in the mbean configuration (formerly mbean-ref elements) to make these dependencies more explicit. What do you think? Good and bad, don't make it a

RE: [JBoss-dev] Re: scheduler bug? probably...

2002-01-04 Thread Coetmeur, Alain
I've read the current (latest) 2.4.4 source of the scheduler this is not the old bug I was talking about, but another I had forgotten til now, and corrected by the way... note that it is still present in CVS, in last version 1.4.4.1 of the 2.4.4 branch and in last 1.12 version of the 3.0*

Re: [JBoss-dev] JRMPInvokerHA - Invalid remote object?

2002-01-04 Thread marc fleury
The bits have been rewritten and updated so you probably are trying to return a newer version while you still have an old version on the client. Something like that. marcf __ View this jboss-dev thread in the online forums:

[JBoss-dev] Australia training, please read

2002-01-04 Thread marc fleury
Folks, it is a bit disapointing that after recieving 7 requests to go down under with the training we only have 3 people registered. Boston is selling well and already London has outsold Australia despite the fact that London is a month later and we lowered the price on the Australia

[JBoss-dev] test again

2002-01-04 Thread Bill Burke
sorry. ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb Container.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 09:59:57 Modified:src/main/org/jboss/ejb Container.java Log: Temprory Hack to allow servlets to create user transactions. This should be fixed when local invocations are no longer marshalled. Revision ChangesPath 1.67 +41 -22

[JBoss-dev] RE: TR: one more thing

2002-01-04 Thread Sacha Labourey
Hello, Firstly - Implement simply what the spec says, in a coarse grained way - i.e. passivate a session into distributed store on Jetty shutdown and re-activate it as-and-when needed in another Jetty instance. The only problem I forsee with this is garbage collection of orphanned (i.e.

RE: [JBoss-dev] more jmx domain structure

2002-01-04 Thread Sacha Labourey
Jason, Sorry to come late on this... but what about jboss.cluster for clustering? cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Jason Dillon Envoye : jeudi, 3 janvier 2002 05:26 A : [EMAIL

[JBoss-dev] Re: TR: one more thing

2002-01-04 Thread Jules Gosnell
Sacha, I saw your stuff. I had the idea from Marc that I would write a CMP bean, and you would provide a clever CMP implementation which would be of benefit not just to HttpSessions, but to anyone with similar requirements. Thus I figured I would write the bean and then work with you to swap

[JBoss-dev] CVS update: thirdparty/mortbay/jetty/lib org.mortbay.jetty.jar

2002-01-04 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/04 10:21:15 Modified:mortbay/jetty/lib org.mortbay.jetty.jar Log: first cut of distributed HttpSession stuff Revision ChangesPath 1.10 +236 -239 thirdparty/mortbay/jetty/lib/org.mortbay.jetty.jar Binary file

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty DistributedSessionManager.java

2002-01-04 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/04 10:21:15 Modified:jetty/src/main/org/jboss/jetty DistributedSessionManager.java Log: first cut of distributed HttpSession stuff Revision ChangesPath 1.2 +216 -19

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty/ejb CoarseHttpSessionBean.java

2002-01-04 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/04 10:21:15 Modified:jetty/src/main/org/jboss/jetty/ejb CoarseHttpSessionBean.java Log: first cut of distributed HttpSession stuff Revision ChangesPath 1.2 +92 -44

[JBoss-dev] RE: TR: one more thing

2002-01-04 Thread Sacha Labourey
Hello Julian, I had the idea from Marc that I would write a CMP bean, and you would provide a clever CMP implementation which would be of benefit not just to HttpSessions, but to anyone with similar requirements. You are right. But then, I did a CMP bean and a JMX service you could use to

[JBoss-dev] MinimumSize ignored in AbstractInstancePool?

2002-01-04 Thread MNewcomb
Why is MinimumSize a required sub-element of container-pool-conf when AbstractInstancePool doesn't even look at it? Could we a) make it optional and b) implement it? When MinimumSize is present, it should populate the pool with the minimum amount of instances. A simple loop over minSize with

[JBoss-dev] standardjbosscmp-jdbc.xml

2002-01-04 Thread Dave Smith
Could someone please add the numeric type to PostgreSQL in standardjbosscmp-jdbc.xml mapping java-typejava.math.BigDecimal/java-type jdbc-typeNUMERIC/jdbc-type sql-typeNUMERIC/sql-type /mapping ___ Jboss-development mailing

RE: [JBoss-dev] MinimumSize ignored in AbstractInstancePool?

2002-01-04 Thread MNewcomb
Should use add() instead of pool.push(get());. Just now discovered that method. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 3:33 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] MinimumSize ignored in AbstractInstancePool? Why is

RE: [JBoss-dev] more jmx domain structure

2002-01-04 Thread Jason Dillon
I agree that we probably don't want to expose the configuration of the primary kernel services, but it would be nice if we could not hard code them still. Perhaps a helper object which would take the servers default domain and then use that to construct the actual object name for these

RE: [JBoss-dev] JRMPInvokerHA - Invalid remote object?

2002-01-04 Thread Jason Dillon
Has the new client be checked in? I have been working off of fresh repositories each time (to make sure I haven't forgotten to check something in or add some local inconsistency). --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of marc

RE: [JBoss-dev] bin/privatekeys bin/BeanCacheMonitor*.jar

2002-01-04 Thread Jason Dillon
Is there source anywhere in cvs directly? Do they belong in bin/ or in client/? I was trying to clean up the release tree for the 3.0 release (when ever that might happen). --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of Simone

RE: [JBoss-dev] standardjbosscmp-jdbc.xml

2002-01-04 Thread Dain Sundstrom
Done. -Original Message- From: Dave Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 2:51 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] standardjbosscmp-jdbc.xml Could someone please add the numeric type to PostgreSQL in standardjbosscmp-jdbc.xml mapping

[JBoss-dev] CVS update: jboss/src/etc/conf/default standardjbosscmp-jdbc.xml

2002-01-04 Thread Dain Sundstrom
User: dsundstrom Date: 02/01/04 14:39:47 Modified:src/etc/conf/default standardjbosscmp-jdbc.xml Log: Added BigDecimal mapping for PostgreSQL. Revision ChangesPath 1.13 +7 -2 jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml Index:

RE: [JBoss-dev] bin/privatekeys bin/BeanCacheMonitor*.jar

2002-01-04 Thread Bordet, Simone
Hi Jason, Is there source anywhere in cvs directly? No, the single source file is directly inside the jar; the only presence in CVS is the jar itself, that's the reason why they might be very old: they are not built. It was a simple example of how it is possible to monitor the bean cache,

[JBoss-dev] CVS update: jboss/src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java

2002-01-04 Thread Bill Burke
User: patriot1burke Date: 02/01/04 15:15:22 Modified:src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java Log: moved some fields to protected for HA stuff Revision ChangesPath 1.3 +4 -4 jboss/src/main/org/jboss/invocation/jrmp/server/JRMPInvoker.java

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/invocation/jrmp/server JRMPInvokerHA.java

2002-01-04 Thread Bill Burke
User: patriot1burke Date: 02/01/04 15:16:37 Modified:src/main/org/jboss/invocation/jrmp/server JRMPInvokerHA.java Log: don't bind invoker to JNDI and override start and stop methods Revision ChangesPath 1.2 +53 -0

[JBoss-dev] [ jboss-Patches-499624 ] if wrapped log.debug() calls

2002-01-04 Thread noreply
Patches item #499624, was opened at 2002-01-04 15:19 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376687aid=499624group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Scott Sanders

Re: [JBoss-dev] bin/privatekeys bin/BeanCacheMonitor*.jar

2002-01-04 Thread Scott M Stark
I would prefer to drop this as the JMS monitoring is not being maintained, is not implemented consistently across all interceptors, and unecessarily propagates a dependency on JMS. A better way to achieve the same effect is to use trace level logging with the statistics objects as the msg and use

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/framework/server DistributedReplicantManagerImpl.java HAPartitionImpl.java HARMIServerImpl.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 17:12:46 Modified:src/main/org/jboss/ha/framework/server DistributedReplicantManagerImpl.java HAPartitionImpl.java HARMIServerImpl.java Log: Guarded debug logging. Revision ChangesPath 1.10

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/jndi HANamingService.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 17:12:46 Modified:src/main/org/jboss/ha/jndi HANamingService.java Log: Guarded debug logging. Revision ChangesPath 1.19 +3 -2 jbossmx/src/main/org/jboss/ha/jndi/HANamingService.java Index: HANamingService.java

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/mq/il/ha HAServerILService.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 17:12:46 Modified:src/main/org/jboss/mq/il/ha HAServerILService.java Log: Guarded debug logging. Revision ChangesPath 1.5 +5 -4 jbossmx/src/main/org/jboss/mq/il/ha/HAServerILService.java Index: HAServerILService.java

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-04 Thread chris
JBoss daily test results SUMMARY Number of tests run: 258 Successful tests: 256 Errors:0 Failures: 2 [time of test: 5 January 2002 2:52 GMT] [java.version:

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource ConnectionManagerFactoryLoader.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 18:51:02 Modified:src/main/org/jboss/resource ConnectionManagerFactoryLoader.java Log: Guarded debug logging Revision ChangesPath 1.10 +3 -2

[JBoss-dev] [AUTOMATED] JBoss org.jboss.Shutdown does not work

2002-01-04 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE Hello, The org.jboss.Shutdown class does

Re: [JBoss-dev] more jmx domain structure

2002-01-04 Thread Peter Fagerlund
on 04-01-2 23.28, Jason Dillon at [EMAIL PROTECTED] wrote: I would not expect users to have to or want to change those. I think this defines well the semantic func going on ... I am a user ( proud user, that is ( ... ) ( so are U ( ...( proud that is ) ) ) ... ) ... I am a dev ... I am I ...

RE: [JBoss-dev] more jmx domain structure

2002-01-04 Thread Jason Dillon
Yah that's it... or not... can't really tell. I have no clue what this means. --jason -Original Message- From: Peter Fagerlund [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 7:03 PM To: Jason Dillon; 'marc fleury'; [EMAIL PROTECTED] Subject: Re: [JBoss-dev] more jmx

Re: [JBoss-dev] more jmx domain structure

2002-01-04 Thread David Jencks
I have two possibly relevant ideas: 1. I think there are only a few object names it is reasonable to hardcode - such as ServiceController. If we adopted the idea of creating namespaces by including a namespace=xxx attribute in every object name, the appropriate e.g. ServiceController object

[JBoss-dev] [AUTOMATED] JBoss org.jboss.Shutdown does not work

2002-01-04 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE Hello, The org.jboss.Shutdown class does

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-04 Thread chris
JBoss daily test results SUMMARY Number of tests run: 258 Successful tests: 257 Errors:0 Failures: 1 [time of test: 5 January 2002 3:23 GMT] [java.version:

[JBoss-dev] Shutdown - NOT The Automated message

2002-01-04 Thread Adrian Brock
Hi, Since yesterday the automated testsuite won't shutdown again. The problem is org.jboss.Shutdown no longer lives in lib/ext/jboss.jar it is now only in bin/shutdown.jar The classpath in jboss_init_redhat.sh needs updating. I'd do this myself, but if somebody already has the /usr/local/jdk

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-04 Thread chris
JBoss daily test results SUMMARY Number of tests run: 258 Successful tests: 257 Errors:0 Failures: 1 [time of test: 5 January 2002 4:11 GMT] [java.version:

[JBoss-dev] [AUTOMATED] JBoss org.jboss.Shutdown does not work

2002-01-04 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE Hello, The org.jboss.Shutdown class does

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-04 Thread chris
JBoss daily test results SUMMARY Number of tests run: 258 Successful tests: 257 Errors:0 Failures: 1 [time of test: 5 January 2002 5:3 GMT] [java.version:

[JBoss-dev] [AUTOMATED] JBoss org.jboss.Shutdown does not work

2002-01-04 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE Hello, The org.jboss.Shutdown class does

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

2002-01-04 Thread Jason Dillon
User: user57 Date: 02/01/04 21:16:22 Modified:src/bin jboss_init_redhat.sh Log: o changed classpath for using Shutdown to bin/shutdown.jar Revision ChangesPath 1.5 +1 -1 jboss/src/bin/jboss_init_redhat.sh Index: jboss_init_redhat.sh

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/file CacheStore.java PersistenceManager.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 22:38:13 Modified:src/main/org/jboss/mq/pm/file CacheStore.java PersistenceManager.java Log: Guarded debug logging Revision ChangesPath 1.3 +7 -4 jbossmq/src/main/org/jboss/mq/pm/file/CacheStore.java

[JBoss-dev] CVS update: contrib/varia/src/main/org/jboss/jdo/castor CastorJDOImpl.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 22:39:42 Modified:varia/src/main/org/jboss/jdo/castor CastorJDOImpl.java Log: Guarded debug logging Revision ChangesPath 1.9 +25 -12contrib/varia/src/main/org/jboss/jdo/castor/CastorJDOImpl.java Index: CastorJDOImpl.java

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/server JMSServer.java MessageCache.java StateManager.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 22:38:13 Modified:src/main/org/jboss/mq/server JMSServer.java MessageCache.java StateManager.java Log: Guarded debug logging Revision ChangesPath 1.12 +9 -5

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq Connection.java SpyConnectionConsumer.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 22:38:13 Modified:src/main/org/jboss/mq Connection.java SpyConnectionConsumer.java Log: Guarded debug logging Revision ChangesPath 1.15 +5 -4 jbossmq/src/main/org/jboss/mq/Connection.java Index:

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web/catalina EmbeddedCatalinaServiceSX.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 22:39:42 Modified:catalina/src/main/org/jboss/web/catalina EmbeddedCatalinaServiceSX.java Log: Guarded debug logging Revision ChangesPath 1.3 +16 -8

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

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 22:46:32 Modified:src/main/org/jboss/pool PoolGCThread.java Log: Guarded debug logging Revision ChangesPath 1.7 +11 -7 jbosspool/src/main/org/jboss/pool/PoolGCThread.java Index: PoolGCThread.java

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web EmbeddedCatalinaServiceSX.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 22:39:41 Modified:catalina/src/main/org/jboss/web EmbeddedCatalinaServiceSX.java Log: Guarded debug logging Revision ChangesPath 1.2 +11 -5

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/cluster/transport/udp UDPStream.java UDPTransport.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 23:52:21 Modified:src/main/org/jboss/mq/cluster/transport/udp UDPStream.java UDPTransport.java Log: Guarded debug logging Revision ChangesPath 1.3 +3 -2

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq SpySession.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 23:52:20 Modified:src/main/org/jboss/mq SpySession.java Log: Guarded debug logging Revision ChangesPath 1.9 +4 -4 jbossmq/src/main/org/jboss/mq/SpySession.java Index: SpySession.java

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web/catalina/security JBossSecurityMgrRealm.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 23:53:43 Modified:catalina/src/main/org/jboss/web/catalina/security JBossSecurityMgrRealm.java Log: Guarded debug logging Revision ChangesPath 1.2 +14 -6

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat EmbeddedTomcatServiceSX.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 23:53:43 Modified:tomcat/src/main/org/jboss/tomcat EmbeddedTomcatServiceSX.java Log: Guarded debug logging Revision ChangesPath 1.4 +3 -2

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat/security JBossSecurityMgrRealm.java

2002-01-04 Thread Adrian Brock
User: ejort Date: 02/01/04 23:53:43 Modified:tomcat/src/main/org/jboss/tomcat/security JBossSecurityMgrRealm.java Log: Guarded debug logging Revision ChangesPath 1.9 +15 -8