[JBoss-dev] Clustering dev: help about proxies

2001-04-01 Thread Sacha Labourey
Hello, I am currently developping a first implementation of HA for SLSB, but I have some problems most probably comming from my lack of understanding of dynamic proxies implementation. The whole picture first... === I've implemented a MBEAN ("HA Config server") that uses

RE: [JBoss-dev] Clustering dev: help about proxies

2001-04-01 Thread Sacha Labourey
: dimanche, 1. avril 2001 21:11 A : Sacha Labourey Objet : Re: [JBoss-dev] Clustering dev: help about proxies Hey Sasha, Sorry I cannot be of more help. It seems that you are almost there. I would like to hear what the problem was when you solve it.

RE: [JBoss-dev] SLSB remote and home : idea

2001-04-06 Thread Sacha Labourey
Hello, Stateless doesn't do anything on the server (just creates a proxy) so yes that could be merged. However if you use security then you are stuck. There Oh yes, I had not think about this! The goal was to stay spec compliant, consequently... $ rm idea $ cd /HA Cheers,

[JBoss-dev] TR: jBoss HA

2001-04-21 Thread Sacha Labourey
your ideas! Cheers, Sacha -Message d'origine- De : James Cook [mailto:[EMAIL PROTECTED]] Envoyé : samedi, 21 avril 2001 17:01 À : Sacha Labourey Objet : RE: jBoss HA There's one thing I do not understand: 1) either people use "ou

RE: [JBoss-dev] Added support for handles to remember their container

2001-05-02 Thread Sacha Labourey
Hello Jason, I also wanted to share some ideas that I had on how to use the modifications that I made with HA or auto-generated env properties. Basically I think ... in a HA aware InitialContextHandle impl that would use jini, raw multicast or whatever to find a suitable container. If

RE: [JBoss-dev] Added support for handles to remember their container

2001-05-06 Thread Sacha Labourey
stuff. Nevertheless, I plan to propose a document to the joss-dev ML with architecture propositions. Any feedback is welcome. Cheers, Sacha --jason On Wed, 2 May 2001, Sacha Labourey wrote: Hello Jason, I also wanted to share some ideas

[JBoss-dev] Dynamic class downloading from distant host: working? Bug?

2001-05-12 Thread Sacha Labourey
Resent from JBoss-User... = Hello, Sorry to insist on this topic... but it is late and I think it is really strange. In org.jboss.ejb.ContainerFactory.deploy (line 342 and around), we have this: // create the _real_ classloader for this app ClassLoader cl =

RE: [JBoss-dev] Avoiding big numbers of selects loading EJB cache

2001-05-15 Thread Sacha Labourey
Hello, There is currently a JAWS RFE on this particular topic. And if you want to use this in BMP, I think there is a pattern proposed on theserverside. Cheers, Sacha -Message d'origine-De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Paul

RE: [JBoss-dev] Avoiding big numbers of selects loading EJB cache

2001-05-15 Thread Sacha Labourey
Hello Dan, And I'm working on it. This is taking longer than I'd expected because doing it right is going to effect more of JBoss than i'd anticipated (and more than I'd really like) A couple days more and I should have at least a patch for people to flame me on. That is great! Thank

RE: [JBoss-dev] Dynamic class downloading from distant host: working? Bug?

2001-05-15 Thread Sacha Labourey
you forward me the solution? I am desperate too S:-) Thank you, from Adisor. PS: It seems that on another server, BEA Weblogic 6, dynamic downloading works. - Original Message - From: Sacha Labourey [EMAIL PROTECTED] To: Jboss-Dev [EMAIL PROTECTED] Sent: Saturday, May 12, 2001 11

RE: [JBoss-dev] What is the difference between the two JRMPContainerInvoker ?

2001-05-16 Thread Sacha Labourey
Hello, The version in org.jboss.ejb.plugins.jrmp.server provides basic functionality needed by the 1.2 or 1.3 version (init, reading XML descriptors, invoking remote home interfaces methods, ...) The version in org.jboss.ejb.plugins.jrmp12.server or org.jboss.ejb.plugins.jrmp13.server is a

RE: [JBoss-dev] JBoss-Oracle

2001-05-16 Thread Sacha Labourey
http://www.jboss.org/documentation/HTML/ch03.html Cheers, Sacha -Message d'origine-De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Isidoro Fernandez DiazEnvoyé: mercredi, 16 mai 2001 11:06À: [EMAIL PROTECTED]Objet: [JBoss-dev] JBoss-Oracle Hi.

RE: [JBoss-dev] What is the difference between the two JRMPContainerInvoker ?

2001-05-16 Thread Sacha Labourey
i believe it will be better to name the delegate version (in org.jboss.ejb.plugins.jrmp13.server) something like JRMPContainerInvokerDelegate. This could be helpful to the beginner (like me) to try to understand the program. Yes, but once you are able to understand how it works, naming

RE: [JBoss-dev] #424287 Dynamic classes downloading not working

2001-06-02 Thread Sacha Labourey
Hello Scott, I've looked into this bug using a simple RMI client/server testcase that simulates the behavior in JBoss in that the remote objects it exports are loaded by an application class loader. The fact that the annotated codebase of the class is a file url on the server is due to the

RE: [JBoss-dev] MarshalledObject + URLClassLoader = huge network traffic

2001-06-07 Thread Sacha Labourey
Hello Oleg, But I think that the getURLs() method of the new class (that will subclass URLClassLoader), will only return the http://... URL from where code can be downloaded. The method will not prompt every classloader in the chain for their URLs. The goal of this new class is (almost) only to

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

2001-06-09 Thread Sacha Labourey
Hello Scott, Thank you for this bug fix! Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de [EMAIL PROTECTED] Envoyé : samedi, 9 juin 2001 21:35 À : [EMAIL PROTECTED] Objet :

RE: [JBoss-dev] Building a full jboss building with all of the sources

2001-07-16 Thread Sacha Labourey
Hello, - Download the source distribution and unzip it in a folder... let's call it JBOSS. - go in the JBOSS/src/build folder - launch either build.bat or build.sh depending on your platform - after being compiled, the result can be found in the JBOSS/dist

RE: [JBoss-dev] ditch entity locking in favor of select-for-update

2001-07-24 Thread Sacha Labourey
Hello, AFAIK, file locks are new to JDK 1.4 and the behivor can vary slightly on different platforms. Yes, but you can use a fake file locking mechanism as long as the JBoss server is the only one to use these files. As I understand it, select for update is used to get an exclusive lock on

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

2001-08-10 Thread Sacha Labourey
$ +* @author a href=mailto:[EMAIL PROTECTED];Sacha Labourey/a +* @version $Revision: 1.89 $ */ public class ContainerFactory extends ServiceMBeanSupport implements ContainerFactoryMBean { // Constants

[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

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

2001-08-10 Thread Sacha Labourey
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 Labourey

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

2001-08-13 Thread Sacha Labourey
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-dev] jbosssx-client.jar

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

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

[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/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 ===

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

2001-08-17 Thread Sacha Labourey
User: slaboure Date: 01/08/17 07:32:35 Added: src/docs howtoclientapplet.xml Log: Added HOWTO for Applets Revision ChangesPath 1.1 manual/src/docs/howtoclientapplet.xml Index: howtoclientapplet.xml

[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: 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/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

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

[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: 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/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/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/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/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/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/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/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/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/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/ejb/plugins/jrmp/interfaces GenericProxyHA.java HASLSBTargetsManager.java HomeProxyHA.java StatelessSessionProxyHA.java

2001-08-19 Thread Sacha Labourey
]) * @author a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED];Sacha Labourey/a * @version $Revision: 1.1 $ * * pbRevisions:/b * * pb20010819 Sacha Labourey:/b * ul * li First import of sources * /ul */ public class

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

2001-08-19 Thread Sacha Labourey
];Sacha Labourey/a * @version $Revision: 1.1 $ * * pbRevisions:/b * * pb20010819 Sacha Labourey:/b * ul * li First import of sources * /ul */ public class JRMPContainerInvokerHA extends JRMPContainerInvoker { /** Creates new

[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 a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED];Sacha Labourey/a * @version $Revision: 1.1 $ * * pbRevisions:/b * * pb20010819 Sacha Labourey:/b * ul * li First import of sources

[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 a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED];Sacha Labourey/a * @version $Revision: 1.1 $ * * pbRevisions:/b * * pb20010819 Sacha Labourey:/b

[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 a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED];Sacha Labourey/a * @version $Revision: 1.1 $ * * pbRevisions:/b * * pb20010819 Sacha Labourey

[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 a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED];Sacha Labourey/a * @version $Revision: 1.1 $ * * pbRevisions:/b * * pb20010819 Sacha Labourey:/b * ul * li First import of sources

[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 a href=mailto:[EMAIL PROTECTED];Sacha Labourey/a * @version $Revision: 1.1

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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-user]

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

[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
:[EMAIL PROTECTED];Rickard Öberg/a * @author a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED];Andreas Schaefer/a + * @author a href=mailto:[EMAIL PROTECTED];Sacha Labourey/a * -* @version $Revision: 1.16 $ +* @version $Revision: 1.17

[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
$Revision: 1.9.6.1 $ +* @author a href=mailto:[EMAIL PROTECTED];Sacha Labourey/a * +* @version $Revision: 1.9.6.2 $ +* * pbRevisions:/b * pb20010704 marcf:/b * ul @@ -46,24 +47,31 @@ * ul * li- Added statistics gathering * /ul +* pb20010920 Sacha Labourey:/b

[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] 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 ___

[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

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

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 don't

[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

[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/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 a href=mailto:[EMAIL PROTECTED];Sacha Labourey/a * @author a href=mailto:[EMAIL PROTECTED];Bill Burke/a * @version $Revision: 1.1 $ * * pbRevisions:/b

[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

[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

[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

[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

[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

[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

[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/framework/server HAPartitionImpl.java

2001-10-02 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.

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

2001-10-03 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

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? Ifthey are SLSB, round robin is used. For SFSB (not yet available, under development), callsfor a same SFSB will always betargeted at thesame node and, if this nodedies, be redirected to a (number of

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

2001-10-22 Thread Sacha Labourey
seperate servers unless I am missing some core concepts. Did that make sense or is my logic fuzzy this weekend. Rick - Original Message - From: Sacha Labourey To: Rick Gibbs ; Jboss-Development@Lists. Sourceforge. Net Sent: Sunday, October 21

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 available for use - Clustered En

[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: jbossmx/src/main/org/jboss/ha/framework/server HARMIServerImpl.java

2001-11-09 Thread Sacha Labourey
. + */ + 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 $ * * pbRevisions:/bbr + * pb2001/11/09: Sacha Labourey

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

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

[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/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/framework/interfaces HAPartition.java HARMIServer.java

2001-11-09 Thread Sacha Labourey
User: slaboure Date: 01/11/09 14:42:02 Modified:src/main/org/jboss/ha/framework/interfaces HAPartition.java HARMIServer.java Log: Added some basic methods used for SFSB support Revision ChangesPath 1.4 +2 -1

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/hasessionstate/interfaces HASessionState.java PackagedSession.java

2001-11-09 Thread Sacha Labourey
User: slaboure Date: 01/11/09 14:49:03 Added: src/main/org/jboss/ha/hasessionstate/interfaces HASessionState.java PackagedSession.java Log: Clustering for SFSB Revision ChangesPath 1.1

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/hasessionstate/server HASessionStateImpl.java HASessionStateService.java HASessionStateServiceMBean.java HASessionStateTopologyComputer.java HASessionStateTopologyComputerImpl.java PackagedSessionImpl.java

2001-11-09 Thread Sacha Labourey
User: slaboure Date: 01/11/09 14:49:56 Added: src/main/org/jboss/ha/hasessionstate/server HASessionStateImpl.java HASessionStateService.java HASessionStateServiceMBean.java HASessionStateTopologyComputer.java

  1   2   3   4   5   6   >