[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/hasessionstate - New directory

2001-11-09 Thread Sacha Labourey
User: slaboure Date: 01/11/09 14:46:37 jbossmx/src/main/org/jboss/ha/hasessionstate - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/hasessionstate/interfaces - New directory

2001-11-09 Thread Sacha Labourey
User: slaboure Date: 01/11/09 14:46:56 jbossmx/src/main/org/jboss/ha/hasessionstate/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-11-09 Thread Sacha Labourey
: Sacha Labourey + * + * Merge protocol no longer raise events when information was already known + * */ public class DistributedReplicantManagerImpl implements DistributedReplicantManager, @@ -100,8 +104,11 @@ while (keys.hasNext

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

2001-11-09 Thread Sacha Labourey
at gnu.org. + */ + package org.jboss.ha.framework.server; import java.util.Vector; @@ -37,9 +44,14 @@ * * @author [EMAIL PROTECTED] * @author [EMAIL PROTECTED] - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ * * Revisions: + * 2001/11/09: Sach

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

2001-11-09 Thread Sacha Labourey
User: slaboure Date: 01/11/09 14:43:28 Modified:src/main/org/jboss/ha/framework/server HAPartitionImpl.java Log: Added some basic methods used for SFSB support: - allow to get the current view - rebind instead of bind to JNDI Revision ChangesPath 1.7 +11 -4

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

2001-10-31 Thread Sacha Labourey
User: slaboure Date: 01/10/31 05:20:36 Modified:src/main/org/jboss Shutdown.java Log: Bug #476749. Check if the number of arguments is high enough, not exactly equal to the awaited position. Revision ChangesPath 1.5 +4 -4 jboss/src/main/org/jboss/Shutdown.j

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

2001-10-31 Thread Sacha Labourey
User: slaboure Date: 01/10/31 05:24:02 Modified:src/main/org/jboss Tag: Branch_2_4 Shutdown.java Log: Bug #476749. Check if the number of arguments is high enough, not exactly equal to the awaited position. Revision ChangesPath No revision No

RE: [JBoss-dev] Clustering is available for use

2001-10-22 Thread Sacha Labourey
t-option D)   Cheers,         Sacha     -Message d'origine-De : Bill Burke [mailto:[EMAIL PROTECTED]]Envoyé : lundi, 22 octobre 2001 14:36À : Sacha Labourey; Rick Gibbs; Jboss-Development@Lists. Sourceforge. NetObjet : RE: [JBoss-dev] Clustering is av

RE: [JBoss-dev] Clustering is available for use

2001-10-21 Thread Sacha Labourey
nvoyé : lundi, 22 octobre 2001 03:34À : Sacha Labourey; Jboss-Development@Lists. Sourceforge. NetObjet : Re: [JBoss-dev] Clustering is available for use What we would like to do is the following:   From a web app request a slsb that is a facade for a local entity bean where clien

RE: [JBoss-dev] Clustering is available for use

2001-10-21 Thread Sacha Labourey
Hello Rick,   Which kind of bean are you using i.e. what is the target of your clients? If they are SLSB, round robin is used. For SFSB (not yet available, under development), calls for a same SFSB will always be targeted at the same node and, if this node dies, be redirected to a (number o

[JBoss-dev] CVS update: jboss/src/main/org/jboss/verifier/strategy AbstractVerifier.java

2001-10-05 Thread Sacha Labourey
User: slaboure Date: 01/10/05 09:26:33 Modified:src/main/org/jboss/verifier/strategy AbstractVerifier.java Log: Allows bean methods exceptions definitions to be subclass of home/remote method exception definition. E.g.: Home method uses FinderException and bean method uses Object

RE: [JBoss-dev] java.lang.ClassLoader misery. Verify this patch!

2001-10-03 Thread Sacha Labourey
Hello Christoph, As you suggested, I haven't tried. Nevertheless, I have tried to imagine what the result could have been. Result: idem. Please find the imaginary dump stack trace. Cheers, Alice > -Message d'origine- > De : [EMAIL PROTECTED

[JBoss-dev] AS := AS - {Gemstone} (i.e. bye Gemstone)

2001-10-02 Thread Sacha Labourey
It seems that Gemstone is somehow leaving the J2EE boat: http://www.gemstone.com/news_events/gsj_faq.html ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-10-01 Thread Sacha Labourey
User: slaboure Date: 01/10/02 00:17:07 Modified:src/main/org/jboss/ha/framework/server HAPartitionImpl.java Log: Optimization: we save three methods calls for each method invocation. We could further improve this (one call) by using the same scheme in HARMIServerImpl. Revisio

[JBoss-dev] CVS update: jbossmx build.xml

2001-09-30 Thread Sacha Labourey
User: slaboure Date: 01/09/30 08:25:15 Modified:.build.xml Log: now uses new framework package structure Revision ChangesPath 1.15 +7 -15 jbossmx/build.xml Index: build.xml === RCS

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

2001-09-30 Thread Sacha Labourey
User: slaboure Date: 01/09/30 08:23:34 Modified:src/main/org/jboss/ha/jndi HAJNDI.java HANamingService.java HANamingServiceMBean.java Log: now uses new framework package structure Revision ChangesPath 1.7 +2 -2 jbossmx/src/main/org/jbos

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp/interfaces HomeProxyHA.java StatelessSessionProxyHA.java

2001-09-30 Thread Sacha Labourey
User: slaboure Date: 01/09/30 08:24:32 Modified:src/main/org/jboss/ejb/plugins/jrmp/interfaces HomeProxyHA.java StatelessSessionProxyHA.java Log: now uses new framework package structure Revision ChangesPath 1.3 +3 -3 jbossmx/src/main/

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp/server JRMPContainerInvokerHA.java

2001-09-30 Thread Sacha Labourey
User: slaboure Date: 01/09/30 08:24:32 Modified:src/main/org/jboss/ejb/plugins/jrmp/server JRMPContainerInvokerHA.java Log: now uses new framework package structure Revision ChangesPath 1.6 +4 -4 jbossmx/src/main/org/jboss/ejb/plugins/

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp13/server JRMPContainerInvokerHA.java

2001-09-30 Thread Sacha Labourey
User: slaboure Date: 01/09/30 08:24:32 Modified:src/main/org/jboss/ejb/plugins/jrmp13/server JRMPContainerInvokerHA.java Log: now uses new framework package structure Revision ChangesPath 1.6 +5 -5 jbossmx/src/main/org/jboss/ejb/plugin

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha ClusterPartition.java ClusterPartitionMBean.java DistributedReplicantManager.java DistributedReplicantManagerImpl.java DistributedState.java DistributedStateImpl.java HAPartition.java HAPartitionImpl.java HARMIClient.java HARMIProxy.java HARMIResponse.java HARMIServer.java HARMIServerImpl.java LoadBalancePolicy.java RoundRobin.java

2001-09-30 Thread Sacha Labourey
User: slaboure Date: 01/09/30 08:22:37 Removed: src/main/org/jboss/ha ClusterPartition.java ClusterPartitionMBean.java DistributedReplicantManager.java DistributedReplicantManagerImpl.java Di

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

2001-09-30 Thread Sacha Labourey
User: slaboure Date: 01/09/30 08:20:59 Added: src/main/org/jboss/ha/framework/server ClusterPartition.java ClusterPartitionMBean.java DistributedReplicantManagerImpl.java DistributedStateImpl.java HAPartitionImpl.

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/framework/interfaces DistributedReplicantManager.java DistributedState.java HAPartition.java HARMIClient.java HARMIProxy.java HARMIResponse.java HARMIServer.java LoadBalancePolicy.java RoundRobin.java

2001-09-30 Thread Sacha Labourey
java.rmi.MarshalledObject; import org.jboss.ejb.plugins.jrmp.interfaces.RemoteMethodInvocation; /** * * * @author mailto:[EMAIL PROTECTED]";>Sacha Labourey * @author mailto:[EMAIL PROTECTED]";>Bill Burke * @version $Revision: 1.1 $ * * Revisions: * * 200

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/framework/interfaces - New directory

2001-09-30 Thread Sacha Labourey
User: slaboure Date: 01/09/30 08:15:21 jbossmx/src/main/org/jboss/ha/framework/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/framework/server - New directory

2001-09-30 Thread Sacha Labourey
User: slaboure Date: 01/09/30 08:15:32 jbossmx/src/main/org/jboss/ha/framework/server - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/framework - New directory

2001-09-30 Thread Sacha Labourey
User: slaboure Date: 01/09/30 08:14:37 jbossmx/src/main/org/jboss/ha/framework - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

RE: [JBoss-dev] Re: [jetty-discuss] Re: Persistant HttpSession

2001-09-24 Thread Sacha Labourey
> |On my side, I have thought to it (even made some basic designs). > |Nevertheless, I will first work on the HA framework with Bill, > |SLSB, ... the > |HTTPSession trick is about in the same todo line as the SFSB (guess why). > > because the persistent cache is a SFSB... > > do I win? Well, I d

RE: [JBoss-dev] Re: [jetty-discuss] Re: Persistant HttpSession

2001-09-24 Thread Sacha Labourey
Hello, On my side, I have thought to it (even made some basic designs). Nevertheless, I will first work on the HA framework with Bill, SLSB, ... the HTTPSession trick is about in the same todo line as the SFSB (guess why). Cheers, HASacha > -Mess

[JBoss-dev] Jetty is long to stop

2001-09-22 Thread Sacha Labourey
Hello, Do you know why jetty is "so long" to stop when stopping JBoss (current MAIN CVS snapshot)? Is it only my config or do you also have long waiting time (compared to all other services)? Cheers, Sacha ___ Jb

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

2001-09-20 Thread Sacha Labourey
User: slaboure Date: 01/09/20 16:29:28 Modified:src/main/org/jboss/ha HARMIServerImpl.java Log: Tightend integration of HANamingService with the new HARMIServerImpl. Revision ChangesPath 1.2 +109 -84 jbossmx/src/main/org/jboss/ha/HARMIServerImpl.java Index:

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

2001-09-20 Thread Sacha Labourey
User: slaboure Date: 01/09/20 16:29:27 Modified:src/main/org/jboss/ha/jndi HANamingService.java Log: Tightend integration of HANamingService with the new HARMIServerImpl. Revision ChangesPath 1.5 +7 -5 jbossmx/src/main/org/jboss/ha/jndi/HANamingService.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins AbstractInstancePool.java EntityInstancePool.java MessageDrivenInstancePool.java StatelessSessionInstancePool.java

2001-09-20 Thread Sacha Labourey
rsion $Revision: 1.9.6.1 $ +* @author mailto:[EMAIL PROTECTED]";>Sacha Labourey * +* @version $Revision: 1.9.6.2 $ +* * Revisions: * 20010704 marcf: * @@ -46,24 +47,31 @@ * * - Added statistics gathering * +* 20010920 Sacha Labourey: +* +*

[JBoss-dev] Should instance pooling for SLSB & MDB backported to Branch_2_4?

2001-09-20 Thread Sacha Labourey
Should instance pooling for SLSB & MDB backported to Branch_2_4? ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins AbstractInstancePool.java EntityInstancePool.java MessageDrivenInstancePool.java StatelessSessionInstancePool.java

2001-09-20 Thread Sacha Labourey
PROTECTED]";>Rickard Öberg * @author mailto:[EMAIL PROTECTED]";>Marc Fleury * @author mailto:[EMAIL PROTECTED]";>Andreas Schaefer + * @author mailto:[EMAIL PROTECTED]";>Sacha Labourey * -* @version $Revision: 1.16 $ +* @version $Revis

RE: [JBoss-dev] Re: [JBoss-user] How does JBoss do Stateless Session Beans?

2001-09-20 Thread Sacha Labourey
Hello Bill, Already up!?! ;) Where is this flag you speak about? Thank you. Cheers, Sacha P.S.: Yes, I will make the modification, optional, in AbstractInstancePool and activate the flag in the constructor of StatelessInstancePool > -Message d'origine--

RE: [JBoss-dev] Re: [JBoss-user] How does JBoss do Stateless Session Beans?

2001-09-19 Thread Sacha Labourey
I can take a look at it tomorrow (except if someone wants to correct this before) > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > Scott M Stark > Envoyé : mercredi, 19 septembre 2001 19:15 > À : [EMAIL PROTECTED] > Objet : [JBoss-dev] Re: [JBoss-

[JBoss-user] JBoss training: a must!

2001-09-19 Thread Sacha Labourey
Hello, I just come back from the JBoss training in London: *it was a really great training*! During the first two days, Marc and Juha have gone through a deep presentation of J2EE concepts, useful patterns, etc. Furthermore, even you already are an experienced J2EE programer, you will enjoy thes

[JBoss-dev] JINI - JavaGroups - Whatever: real issue?

2001-09-07 Thread Sacha Labourey
Hello, I've read the many posts about the advantages of JINI for clustering in the ML. Clustering being mainly provided by leasing (i.e. membership + failure detection). So JINI is good for working in a cooperative environment where some services ask for other services in a quite loosely coupled

[JBoss-dev] CVS update: newsite build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 09:05:36 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: build/website build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 09:05:35 Modified:website build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: build/jbossmq build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 09:00:40 Modified:jbossmq build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

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

2001-09-01 Thread Sacha Labourey
1 12:06:17 kimptoc Exp $ -REM -REM Authors: -REM Jason Dillon <[EMAIL PROTECTED]> -REM Sacha Labourey <[EMAIL PROTECTED]> -REM - -REM ** -REM Ignore the users ANT_HOME, cause it might mess

[JBoss-dev] CVS update: contrib/varia build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:33 Modified:variabuild.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: contrib/jetty build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:33 Modified:jettybuild.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: jnp build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:32 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: jbosspool build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:33 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: jbosssx build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:33 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: jbossmq build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:32 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: jboss build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:33 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: admin build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:31 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: jboss-j2ee build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:32 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: manual build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:32 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: jbossmx build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:32 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

[JBoss-dev] CVS update: jbosscx build.bat

2001-09-01 Thread Sacha Labourey
User: slaboure Date: 01/09/01 08:50:32 Modified:.build.bat Log: Put batch in SETLOCAL mode so that any environment variable modification is only active in the batch: once terminated, original variable values are re-activated. Cleared the ANT_HOME environment variable t

RE: [JBoss-dev] Online documentation: when will it be refreshed

2001-08-29 Thread Sacha Labourey
> it should be there as of this morning, if not I missed something > > is it there? No, but Jason seems to have corrected the manual build process. Consequently, it should be ok tomorrow morning (if the process is run nightly) Cheers, Sacha ___

[JBoss-dev] Online documentation: when will it be refreshed

2001-08-28 Thread Sacha Labourey
Hello, What is the current state of the automatic refresh of the online documentation? I've commited a new HOW-TO on the 17th of August and it is not yet available. Is the documentation build process currently unavailable? Cheers, Sacha __

RE: [JBoss-dev] [ jboss-Feature Requests-454626 ] replicated cluster

2001-08-23 Thread Sacha Labourey
Hello Marc, First I do not think that the TOTEM package is open sourced. But maybe Guglielmo speaks of another, privately implemented, version. Then, to a first sight, it seems that both (java-TOTEM and JavaGroups) implementations target the same goal (group communication, total order, multicast

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

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:51:29 Modified:.build.xml config.xml Log: Add support for JavaGroups.jar library Revision ChangesPath 1.8 +4 -1 jboss/build.xml Index: build.xml ===

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha HAConfigEntry.java HAConfigNode.java HAConfigNodeImpl.java HAConfigServer.java HAConfigServerMBean.java HARemoteInfo.java HARemoteInfoImpl.java HASmallConfigEntries.java

2001-08-19 Thread Sacha Labourey
java.util.Hashtable; import org.jboss.ejb.plugins.jrmp.interfaces.ContainerRemote; /** * Config entry for JBoss HA config server * * @see HAConfigNode, HAConfigServer * @author mailto:[EMAIL PROTECTED]";>Sacha Labourey * @version $Revision: 1.1 $ * * R

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp13/server JRMPContainerInvokerHA.java

2001-08-19 Thread Sacha Labourey
Rickard Öberg ([EMAIL PROTECTED]) * @author mailto:[EMAIL PROTECTED]";>Marc Fleury * @author mailto:[EMAIL PROTECTED]";>Sacha Labourey * @version $Revision: 1.1 $ * * Revisions: * * 20010819 Sacha Labourey: * *First import of sources *

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp13/interfaces HomeProxyHA.java StatelessSessionProxyHA.java

2001-08-19 Thread Sacha Labourey
* * @see StatelessSessionProxy * @author Rickard Öberg ([EMAIL PROTECTED]) * @author mailto:[EMAIL PROTECTED]";>Marc Fleury * @author mailto:[EMAIL PROTECTED]";>Sacha Labourey * @version $Revision: 1.1 $ * * Revisions: * * 2001081

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp12/interfaces HomeProxyHA.java StatelessSessionProxyHA.java

2001-08-19 Thread Sacha Labourey
* * @see HomeProxy * @author Rickard Öberg ([EMAIL PROTECTED]) * @author mailto:[EMAIL PROTECTED]";>Marc Fleury * @author mailto:[EMAIL PROTECTED]";>Sacha Labourey * @version $Revision: 1.1 $ * * Revisions: * * 20010819 Sacha Labourey: *

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp12/server JRMPContainerInvokerHA.java

2001-08-19 Thread Sacha Labourey
Öberg ([EMAIL PROTECTED]) * @author mailto:[EMAIL PROTECTED]";>Marc Fleury * @author mailto:[EMAIL PROTECTED]";>Sacha Labourey * @version $Revision: 1.1 $ * * Revisions: * * 20010819 Sacha Labourey: * *First import of sources *

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp/server JRMPContainerInvokerHA.java

2001-08-19 Thread Sacha Labourey
";>Sacha Labourey * @version $Revision: 1.1 $ * * Revisions: * * 20010819 Sacha Labourey: * *First import of sources * */ public class JRMPContainerInvokerHA extends JRMPContainerInvoker { /** Creates new JRMPContainerInvokerH

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp/interfaces GenericProxyHA.java HASLSBTargetsManager.java HomeProxyHA.java StatelessSessionProxyHA.java

2001-08-19 Thread Sacha Labourey
]) * @author mailto:[EMAIL PROTECTED]";>Marc Fleury * @author mailto:[EMAIL PROTECTED]";>Sacha Labourey * @version $Revision: 1.1 $ * * Revisions: * * 20010819 Sacha Labourey: * *First import of sources * */ public class Generi

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp13/server - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:23:13 jbossmx/src/main/org/jboss/ejb/plugins/jrmp13/server - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:23:25 jbossmx/src/main/org/jboss/ha - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp13/interfaces - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:23:03 jbossmx/src/main/org/jboss/ejb/plugins/jrmp13/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp/server - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:22:05 jbossmx/src/main/org/jboss/ejb/plugins/jrmp/server - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp12/interfaces - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:22:34 jbossmx/src/main/org/jboss/ejb/plugins/jrmp12/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp13 - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:22:53 jbossmx/src/main/org/jboss/ejb/plugins/jrmp13 - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp12 - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:22:18 jbossmx/src/main/org/jboss/ejb/plugins/jrmp12 - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp12/server - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:22:43 jbossmx/src/main/org/jboss/ejb/plugins/jrmp12/server - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp/interfaces - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:21:50 jbossmx/src/main/org/jboss/ejb/plugins/jrmp/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:21:12 jbossmx/src/main/org/jboss/ejb/plugins - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb/plugins/jrmp - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:21:27 jbossmx/src/main/org/jboss/ejb/plugins/jrmp - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:20:34 jbossmx/src/main/org/jboss - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx build.xml config.xml

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:20:15 Modified:.build.xml config.xml Log: Support for HA features for SLSB Revision ChangesPath 1.3 +32 -1 jbossmx/build.xml Index: build.xml === R

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ejb - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:20:48 jbossmx/src/main/org/jboss/ejb - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: thirdparty/javagroups/javagroups/lib CREDITS JavaGroups.jar JavaGroupsVersion

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:08:55 Added: javagroups/javagroups/lib CREDITS JavaGroups.jar JavaGroupsVersion Log: Imported LGPL JavaGroups for HA features Revision ChangesPath 1.1 thirdparty/javagroups/javagroups/lib/CREDITS

[JBoss-dev] CVS update: thirdparty/javagroups - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:06:14 thirdparty/javagroups - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: thirdparty/javagroups/javagroups/lib - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:06:42 thirdparty/javagroups/javagroups/lib - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: thirdparty/javagroups/javagroups - New directory

2001-08-19 Thread Sacha Labourey
User: slaboure Date: 01/08/19 11:06:29 thirdparty/javagroups/javagroups - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: manual/src/docs howtoclientapplet.xml

2001-08-17 Thread Sacha Labourey
=== How to use Applets to access EJBs in JBoss Author: Sacha Labourey

[JBoss-dev] CVS update: manual/src/docs jbossdocs.xml

2001-08-17 Thread Sacha Labourey
User: slaboure Date: 01/08/17 07:31:49 Modified:src/docs jbossdocs.xml Log: Added HOWTO for Applets Revision ChangesPath 1.23 +2 -0 manual/src/docs/jbossdocs.xml Index: jbossdocs.xml === R

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

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 10:25:08 Modified:src/examples/build build.xml Log: Updated build.xml with support for the appletclient example. Revision ChangesPath 1.13 +18 -0 manual/src/examples/build/build.xml Index: build.xml ==

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient build.xml Default.html

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 10:03:55 Added: src/examples/org/jboss/docs/appletclient build.xml Default.html Log: Build.xml and HTML page used by the appletclient example. Revision ChangesPath 1.1 manual/src/examples/org/jboss/

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/interfaces TestApplet.java TestAppletHome.java

2001-08-15 Thread Sacha Labourey
. */ package org.jboss.docs.appletclient.interfaces; import java.rmi.RemoteException; import javax.ejb.EJBObject; /** * Example bean for testing Applet client. Remote Interface. * * @author Sacha Labourey ([EMAIL PROTECTED]) * * @version $Revision: 1.1 $ */ public

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/ejb ejb-jar.xml TestAppletBean.java

2001-08-15 Thread Sacha Labourey
cense at gnu.org. */ package org.jboss.docs.appletclient.ejb; import javax.ejb.SessionBean; import javax.ejb.SessionContext; import org.jboss.docs.appletclient.interfaces.*; /** * Example bean for testing Applet client * * @author Sacha Labourey ([EMAIL P

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/applet AppletEjbCaller.java

2001-08-15 Thread Sacha Labourey
Applet client. Applet. * * @author Sacha Labourey ([EMAIL PROTECTED]) * * @version $Revision: 1.1 $ */ public class AppletEjbCaller extends JApplet { JPanel buttonPanel = new JPanel(); JButton callEjbButton = new JButton(); JPanel labelPanel = new JPanel

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/applet - New directory

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:42:45 manual/src/examples/org/jboss/docs/appletclient/applet - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/interfaces - New directory

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:43:07 manual/src/examples/org/jboss/docs/appletclient/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/ejb - New directory

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:42:56 manual/src/examples/org/jboss/docs/appletclient/ejb - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient - New directory

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:38:35 manual/src/examples/org/jboss/docs/appletclient - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] New Build Batch file for testing

2001-08-15 Thread Sacha Labourey
Hello, You'll find attached to this document two version of a win32 command prompt batch file that aims to replace the old one. They no more needs the lcp.bat add-on file. The first version automatically expands to absolute path names. Nevertheless, I do not see it (absolute names) as a requirem

RE: [JBoss-dev] What happened to build.bat that was in CVS?

2001-08-15 Thread Sacha Labourey
Hello Jason, > I was hoping to get to it today, but did not. I wanted to look > more at the > files before I added them across modules. It has been many, many years You now have the proof it was a good decision ;) > since I have written and dos batch (I would prefer not to either). proof 2:

RE: [JBoss-dev] What happened to build.bat that was in CVS?

2001-08-15 Thread Sacha Labourey
Hello Jason, I think that the build.bat problem still exists in the modules i.e. build.bat and lcp.bat do exist in jboss-*/build but not yet in the jboss-*/server or jboss-*/any-source-module . In these modules, only the build.sh script exists. Furthermore, am I the only one to have a problem wi

RE: [JBoss-dev] jbosssx-client.jar and applets: are system properties really necessary?

2001-08-13 Thread Sacha Labourey
system properties really necessary? The default value for the property should be used if there is a SecurityException due to accessing the system property. I have updated this. - Original Message - From: Sacha Labourey To: Jboss-Dev Sent: Friday, August 10, 2001 9:53 AM Subject: [JBoss-de

RE: [JBoss-dev] jbosssx-client.jar and applets: are system properties really necessary?

2001-08-10 Thread Sacha Labourey
EMAIL PROTECTED] Objet : Re: [JBoss-dev] jbosssx-client.jar and applets: are system properties really necessary? The default value for the property should be used if there is a SecurityException due to accessing the system property. I have updated this. - Original Message - From: Sacha Labour

[JBoss-dev] jbosssx-client.jar and applets: are system properties really necessary?

2001-08-10 Thread Sacha Labourey
Hello, While trying to solve Tim Yates problem regarding invoking operation on an EJB from an applet, I've found some reasons why it wasn't possible. After some correction (a bug in ContainerFactory), it works nicely. Nevertheless, I've been unable to correct a problem present in org.jboss.secur

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

2001-08-10 Thread Sacha Labourey
;>Marc Fleury * @author mailto:[EMAIL PROTECTED]";>Juha Lindfors * @author mailto:[EMAIL PROTECTED]";>Sebastien Alborini * @author mailto:[EMAIL PROTECTED]";>Peter Antman. * @author mailto:[EMAIL PROTECTED]";>Scott Stark -* @version $Revision: 1.88

<    1   2   3   4   5   6   7   >