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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:36:50 Modified:src/main/org/jboss/ejb/plugins EntityMultiInstanceSynchronizationInterceptor.java StatelessSessionInstanceInterceptor.java Log: Goodbye my friend you have served us well, remember we

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2001-12-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [xdoclet] Loading source file /disk/ori

[JBoss-dev] commits done (for tonight)

2001-12-18 Thread marc fleury
Ok I am done with the commits, sorry for the flood, it's been 4 weeks in development. I guarantee you it will be worth your wait, the system view is clean. What we were talking about is in CVS. Next I want to fix the clustering (apologies to bill and sacha, will fix tomorrow morning) and then m

[JBoss-dev] detached invokers in

2001-12-18 Thread marc fleury
it's real it's in cvs it promotes the view of the JMX system as a host for EJB. An EJB used to have the containerinvoker talking to it directly, so we would have the JMX node and on top of it as many connections to the world as beans deployed. The bean is in the node and communicates with the ex

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:38:21 Removed: src/etc/conf/default mail-service.xml Log: bringing some xml files back but really getting rid of the xml in sar default ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.so

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:36:50 Removed: src/main/org/jboss/ejb MethodInvocation.java Log: Goodbye my friend you have served us well, remember we love you ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sour

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:31:37 Removed: src/main/org/jboss/ejb/plugins/jrmp/server JRMPContainerInvoker.java Log: deprecated the use of invokers to the containers, we now use invokers to the JMX node, the EJBs are just hosted components in the system

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jrmp/interfaces AbstractHandle.java BeanProxy.java ContainerRemote.java DefaultInitialContextHandle.java EJBMetaDataImpl.java EntityHandleImpl.java EntityProxy.java GenericProxy.java HomeHandleImpl.java HomeProxy.java InitialContextHandle.java InitialContextHandleFactory.java ListEntityProxy.java PropertiesInitialContextHandle.java ReadAheadBuffer.java ReadAheadResult.java RemoteMethodInvocation.java StatefulHandleImpl.java StatefulSessionProxy.java StatelessHandleImpl.java StatelessSessionProxy.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:35:58 Removed: src/main/org/jboss/ejb/plugins/jrmp/interfaces AbstractHandle.java BeanProxy.java ContainerRemote.java DefaultInitialContextHandle.java EJBMeta

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:30:27 Removed: src/main/org/jboss/ejb/plugins/jrmp/server DefaultSocketFactory.java Log: This moved as is to the JRMPInvoker package in (invocation/jrmp) ___ Jboss-development maili

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jrmp13/interfaces EntityProxy.java HomeProxy.java ListEntityProxy.java StatefulSessionProxy.java StatelessSessionProxy.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:29:11 Removed: src/main/org/jboss/ejb/plugins/jrmp13/interfaces EntityProxy.java HomeProxy.java ListEntityProxy.java StatefulSessionProxy.java StatelessSessionProxy.java Log: The

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:27:35 Removed: src/main/org/jboss/ejb/plugins/jrmp13/server JRMPContainerInvoker.java Log: Deprecated use the JRMPinvoker TO THE JMX Node and not the the container directly ___ Jbos

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:26:25 Added: src/main/org/jboss/proxy/ejb ProxyFactory.java Log: The proxy factory generates the proxy envelope regardless of the invoker that is used. It is transport agnostic just client focused. Here we generate jdk1.3 proxies for clients.

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/ejb/handle EntityHandleImpl.java HomeHandleImpl.java StatefulHandleImpl.java StatelessHandleImpl.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:22:27 Added: src/main/org/jboss/proxy/ejb/handle EntityHandleImpl.java HomeHandleImpl.java StatefulHandleImpl.java StatelessHandleImpl.java Log: the handle implementations, what is changed is that fa

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/ejb ListEntityProxy.java ReadAheadBuffer.java ReadAheadResult.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:21:18 Added: src/main/org/jboss/proxy/ejb ListEntityProxy.java ReadAheadBuffer.java ReadAheadResult.java Log: Straight copy of the Oleg Nitz classes Revision ChangesPath 1.1 jboss/src/main/org/jb

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:19:03 Added: src/main/org/jboss/proxy/ejb EJBMetaDataImpl.java Log: copy of the old one in the new package Revision ChangesPath 1.1 jboss/src/main/org/jboss/proxy/ejb/EJBMetaDataImpl.java Index: EJBMetaDataImpl.jav

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/ejb EntityProxy.java GenericProxy.java HomeProxy.java StatefulSessionProxy.java StatelessSessionProxy.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:20:36 Added: src/main/org/jboss/proxy/ejb EntityProxy.java GenericProxy.java HomeProxy.java StatefulSessionProxy.java StatelessSessionProxy.java Log: Adaptation of the old prox

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:14:03 jboss/src/main/org/jboss/proxy/ejb/handle - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:13:52 jboss/src/main/org/jboss/proxy/ejb - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:11:16 Added: src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java JRMPInvokerMBean.java Log: The new server JRMPInvoker fully detyped, fully centralized, fully MBean :) Revision ChangesPath 1.1

[JBoss-dev] CVS update: jboss/src/main/org/jboss/invocation/local LocalInvoker.java LocalInvokerMBean.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:12:58 Added: src/main/org/jboss/invocation/local LocalInvoker.java LocalInvokerMBean.java Log: The local invoker for the straight JMX proxy->mbean communication Revision ChangesPath 1.1 jboss/src

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:07:47 Added: src/main/org/jboss/invocation/jrmp/interfaces JRMPInvokerProxy.java Log: invoker proxy holds remote and local, responsible for the switch logic. Revision ChangesPath 1.1 jboss/src/m

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:58:43 Modified:src/main/org/jboss/deployment ServiceDeploymentInfo.java Log: cleaned up imports Revision ChangesPath 1.2 +5 -33 jboss/src/main/org/jboss/deployment/ServiceDeploymentInfo.java Index: ServiceDeploymentInfo.jav

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:09:16 Added: src/main/org/jboss/invocation/jrmp/server DefaultSocketFactory.java Log: a straight copy of the DSF from Scott Stark... as is Revision ChangesPath 1.1 jboss/src/main/org/jboss/invoc

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:06:20 Modified:src/main/org/jboss/system ServiceContext.java Log: wrong name :) Revision ChangesPath 1.2 +2 -2 jboss/src/main/org/jboss/system/ServiceContext.java Index: ServiceContext.java ==

[JBoss-dev] CVS update: jbosstest/src/resources/jmx test-service.xml

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:49:30 Modified:src/resources/jmx test-service.xml Log: Revision ChangesPath 1.4 +4 -4 jbosstest/src/resources/jmx/test-service.xml Index: test-service.xml

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/testbean2/bean AllTypesBean.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:49:30 Modified:src/main/org/jboss/test/testbean2/bean AllTypesBean.java Log: Revision ChangesPath 1.2 +180 -179 jbosstest/src/main/org/jboss/test/testbean2/bean/AllTypesBean.java Index: AllTypesBean.java ==

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:04:39 jboss/src/main/org/jboss/invocation/jrmp/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:04:39 jboss/src/main/org/jboss/invocation/jrmp/server - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/resources/jmx/mbeand/META-INF jboss-service.xml

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:49:31 Modified:src/resources/jmx/mbeand/META-INF jboss-service.xml Log: Revision ChangesPath 1.5 +3 -3 jbosstest/src/resources/jmx/mbeand/META-INF/jboss-service.xml Index: jboss-service.xml =

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:03:58 Added: src/main/org/jboss/system ServiceContext.java Log: the context information for a service (who depends onme etc etc) Revision ChangesPath 1.1 jboss/src/main/org/jboss/system/ServiceContext.java Index: S

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 23:00:50 Added: src/main/org/jboss/system Registry.java Log: A simple registry to bypass the lack of registry publicly browsable in JMX Revision ChangesPath 1.1 jboss/src/main/org/jboss/system/Registry.java Index: Reg

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/testbean/interfaces BMTStatefulHome.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:49:30 Modified:src/main/org/jboss/test/testbean/interfaces BMTStatefulHome.java Log: Revision ChangesPath 1.2 +3 -0 jbosstest/src/main/org/jboss/test/testbean/interfaces/BMTStatefulHome.java Index

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2001-12-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE destroy(((ServiceContext) iter

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:53:05 Added: src/main/org/jboss/deployment ServiceDeploymentInfo.java Log: This file really belongs by itself no inner class cuteness here, the SDI should in fact grow to provide the basis for many of our deployer logic Revision Changes

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/testbean/bean BMTStatefulBean.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:49:30 Modified:src/main/org/jboss/test/testbean/bean BMTStatefulBean.java Log: Revision ChangesPath 1.2 +6 -1 jbosstest/src/main/org/jboss/test/testbean/bean/BMTStatefulBean.java Index: BMTStatefulBean.java ===

[JBoss-dev] CVS update: jbosstest/src/resources/jmx/mbeancrashtest/META-INF jboss-service.xml

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:49:30 Modified:src/resources/jmx/mbeancrashtest/META-INF jboss-service.xml Log: Revision ChangesPath 1.2 +1 -1 jbosstest/src/resources/jmx/mbeancrashtest/META-INF/jboss-service.xml Index: jboss-service.xml

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:36:11 Modified:src/main/org/jboss/system ServiceMBeanSupport.java Log: Reinstated init as create Revision ChangesPath 1.9 +63 -72jboss/src/main/org/jboss/system/ServiceMBeanSupport.java Index: ServiceMBeanSupport.java ===

[JBoss-dev] CVS update: jboss/src/main/org/jboss/util LRUCachePolicy.java TimedCachePolicy.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:45:20 Modified:src/main/org/jboss/util LRUCachePolicy.java TimedCachePolicy.java Log: init->create Revision ChangesPath 1.11 +2 -2 jboss/src/main/org/jboss/util/LRUCachePolicy.java Index: LRUCachePol

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:44:52 Modified:src/main/org/jboss/util CounterInterceptor.java Log: init->create Revision ChangesPath 1.7 +4 -4 jboss/src/main/org/jboss/util/CounterInterceptor.java Index: CounterInterceptor.java ===

[JBoss-dev] CVS update: jboss/src/main/org/jboss/tm/usertx/client ClientUserTransaction.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:43:40 Modified:src/main/org/jboss/tm/usertx/client ClientUserTransaction.java Log: The GenericProxy doesn't care, the InvokerProxy does care, new structure of proxies Revision ChangesPath 1.4 +3 -4 jbos

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:42:33 Modified:src/main/org/jboss/system URLClassLoader.java Log: don't scare little girls about the resource not found Revision ChangesPath 1.10 +78 -83jboss/src/main/org/jboss/system/URLClassLoader.java Index: URLClassLoad

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/asf StdServerSessionPool.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:22:23 Modified:src/main/org/jboss/jms/asf StdServerSessionPool.java Log: more init->create Revision ChangesPath 1.17 +3 -3 jboss/src/main/org/jboss/jms/asf/StdServerSessionPool.java Index: StdServerSessionPool.java ==

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:34:08 Modified:src/main/org/jboss/system ServiceCreator.java Log: Revision ChangesPath 1.8 +132 -116 jboss/src/main/org/jboss/system/ServiceCreator.java Index: ServiceCreator.java ===

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:30:30 Modified:src/main/org/jboss/system ServiceControllerMBean.java Log: API is create/destroy start/stop for services Revision ChangesPath 1.6 +25 -21jboss/src/main/org/jboss/system/ServiceControllerMBean.java Index: Serv

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:26:19 Modified:src/main/org/jboss/system ServiceController.java Log: The ServiceController logic, start and stop dependent beans automatically, simplified logic Revision ChangesPath 1.17 +494 -518 jboss/src/main/org/jboss/system/Se

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:24:41 Modified:src/main/org/jboss/system ServiceConfigurator.java Log: parse the dependencies used by the deployer Revision ChangesPath 1.14 +203 -211 jboss/src/main/org/jboss/system/ServiceConfigurator.java Index: ServiceConfi

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:18:19 jboss/src/main/org/jboss/invocation/local - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector/rmi TestServer.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:22:23 Modified:src/main/org/jboss/jmx/connector/rmi TestServer.java Log: more init->create Revision ChangesPath 1.4 +2 -2 jboss/src/main/org/jboss/jmx/connector/rmi/TestServer.java Index: TestServer.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector TestClient.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:22:23 Modified:src/main/org/jboss/jmx/connector TestClient.java Log: more init->create Revision ChangesPath 1.4 +1 -1 jboss/src/main/org/jboss/jmx/connector/TestClient.java Index: TestClient.java

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:23:04 Modified:src/main/org/jboss/system Service.java Log: Back by popular demand, init as create(), rock and roll Revision ChangesPath 1.4 +20 -3 jboss/src/main/org/jboss/system/Service.java Index: Service.java =

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:13:27 Added: src/main/org/jboss/invocation MarshalledInvocation.java Log: The second beasty, the marshalled invocation takes any payload and serializes it, the point of all this is that we don't need to deserialize the payload until we need it

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:08:52 Modified:src/main/org/jboss/invocation Invocation.java Log: The real deal, the first reader of payload is the "invocation" see marshalledInvocation for advanced travelling readers. Revision ChangesPath 1.2 +108 -114 jboss/sr

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:12:06 Added: src/main/org/jboss/invocation Invoker.java Log: the interface for the node invokers, trivial really, all there is to it is an adapter to the JMX node behind it but these present the "Invocation" face Revision ChangesPath 1

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:18:19 jboss/src/main/org/jboss/invocation/jrmp - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] MarshalledInvocation

2001-12-18 Thread marc fleury
carries serialized payload, deep into the container land, all in "cargo" until you need to deserialize it, so really the invocation is detyped, so much that the actual payload is serialized. FIXME: right now I serialize everything with MarshalledObject, we might want to remove that and use the pr

[JBoss-dev] new invocation

2001-12-18 Thread marc fleury
the simple version is that you want to pay attention to the hashmap in "Invocation". SCOTT, be careful I don't do "enterprise context" work in there anymore and these should be done in the interceptors, I removed an old "fixme" that was in there about the wiring of the principal to the context...

RE: [JBoss-dev] Lighting factory in China--seeking business cooperation

2001-12-18 Thread Adam Heath
On Wed, 19 Dec 2001, marc fleury wrote: > we are attracting all kinds of leeches these days but this is frankly > un-expected... s/leech/spammer/ Fucking spammers. I have just recently installed a program called spamassassin(1). Seems fairly good, and doesn't have too many false hits. 1: htt

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/lock BeanLockSupport.java MethodOnlyEJBLock.java QueuedPessimisticEJBLock.java SimplePessimisticEJBLock.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:04:48 Modified:src/main/org/jboss/ejb/plugins/lock BeanLockSupport.java MethodOnlyEJBLock.java QueuedPessimisticEJBLock.java SimplePessimisticEJBLock.java Log: MI->Invocation

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 22:03:09 Modified:src/main/org/jboss/ejb/plugins/local BaseLocalContainerInvoker.java Log: invocation usage Revision ChangesPath 1.16 +53 -15 jboss/src/main/org/jboss/ejb/plugins/local/BaseLocalContainerInvok

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:58:00 Modified:src/main/org/jboss/ejb/plugins/jms JMSContainerInvoker.java Log: Revision ChangesPath 1.36 +434 -426 jboss/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java Index: JMSContainerInvoker.java =

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:54:10 Modified:src/main/org/jboss/ejb/plugins/jms DLQHandler.java Log: init->create Revision ChangesPath 1.5 +3 -3 jboss/src/main/org/jboss/ejb/plugins/jms/DLQHandler.java Index: DLQHandler.java =

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jaws/metadata JawsApplicationMetaData.java JawsXmlFileLoader.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:51:24 Modified:src/main/org/jboss/ejb/plugins/jaws/metadata JawsApplicationMetaData.java JawsXmlFileLoader.java Log: pure init->create move Revision ChangesPath 1.13 +3 -3 jboss/src/main/org/jboss/ejb/pl

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCAbstractQueryCommand.java JDBCReadAheadInterceptor.java JDBCRelationInterceptor.java JDBCStoreManager.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:50:12 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCAbstractQueryCommand.java JDBCReadAheadInterceptor.java JDBCRelationInterceptor.java JDBCStoreManager.java Log: using t

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCCMRFieldBridge.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:50:12 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCCMRFieldBridge.java Log: using the new Invocation and create() Revision ChangesPath 1.18 +5 -5 jboss/src/main/org/jboss/ejb/plugins/cmp/j

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:51:24 Modified:src/main/org/jboss/ejb/plugins/jaws JAWSPersistenceManager.java Log: pure init->create move Revision ChangesPath 1.36 +2 -2 jboss/src/main/org/jboss/ejb/plugins/jaws/JAWSPersistenceManager

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins AbstractInstanceCache.java AbstractInstancePool.java AbstractInterceptor.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:35:47 Modified:src/main/org/jboss/ejb/plugins AbstractInstanceCache.java AbstractInstancePool.java AbstractInterceptor.java Log: init()->create() use of Invocation introduced Revision ChangesPath 1.26 +3 -3

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:30:04 Modified:src/main/org/jboss/ejb StatefulSessionContainer.java Log: use of new Invocation Revision ChangesPath 1.39 +170 -103 jboss/src/main/org/jboss/ejb/StatefulSessionContainer.java Index: StatefulSessionContainer.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins BMPPersistenceManager.java CMPFilePersistenceManager.java CMPPersistenceManager.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:37:57 Modified:src/main/org/jboss/ejb/plugins BMPPersistenceManager.java CMPFilePersistenceManager.java CMPPersistenceManager.java Log: casting on invoker and init replaced by create() Revision Ch

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2001-12-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE symbol : method getEnterpriseContext ()

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:46:26 Modified:src/main/org/jboss/ejb/plugins TxInterceptorCMT.java Log: init->create and Invocation Revision ChangesPath 1.21 +9 -9 jboss/src/main/org/jboss/ejb/plugins/TxInterceptorCMT.java Index: TxInterceptorCMT.java

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:45:54 Modified:src/main/org/jboss/ejb/plugins TxInterceptorBMT.java Log: Revision ChangesPath 1.21 +6 -6 jboss/src/main/org/jboss/ejb/plugins/TxInterceptorBMT.java Index: TxInterceptorBMT.java ===

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins SingletonStatelessSessionInstancePool.java StatefulSessionFilePersistenceManager.java StatefulSessionInstanceInterceptor.java StatelessSessionInstancePool.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:45:37 Modified:src/main/org/jboss/ejb/plugins SingletonStatelessSessionInstancePool.java StatefulSessionFilePersistenceManager.java StatefulSessionInstanceInterceptor.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins MessageDrivenInstancePool.java MessageDrivenTxInterceptorBMT.java MetricsInterceptor.java NoPassivationCachePolicy.java SecurityInterceptor.java SecurityProxyInterceptor.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:42:31 Modified:src/main/org/jboss/ejb/plugins MessageDrivenInstancePool.java MessageDrivenTxInterceptorBMT.java MetricsInterceptor.java NoPassivationCachePoli

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java LogInterceptor.java MessageDrivenInstanceInterceptor.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:40:51 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java LogInterceptor.java MessageDrivenInstanceInterceptor.java Log: init()->create() method invocat

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:17:07 Modified:src/main/org/jboss/ejb EntityContainer.java Log: moved to detached invokers, MBean dynamic invocation and use of "invocation" throughout the chain Revision ChangesPath 1.60 +362 -327 jboss/src/main/org/jboss/ejb/Enti

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntityInstanceInterceptor.java EntityLockInterceptor.java EntityMultiInstanceInterceptor.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:39:25 Modified:src/main/org/jboss/ejb/plugins EntityInstanceInterceptor.java EntityLockInterceptor.java EntityMultiInstanceInterceptor.java Log: Methodinvocation -> Invocation

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:34:29 Modified:src/main/org/jboss/ejb StatelessSessionEnterpriseContext.java Log: Casting for the containerinvoker Revision ChangesPath 1.14 +3 -6 jboss/src/main/org/jboss/ejb/StatelessSessionEnterpriseC

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:32:43 Modified:src/main/org/jboss/ejb StatelessSessionContainer.java Log: move to the new invocation layer Revision ChangesPath 1.30 +217 -176 jboss/src/main/org/jboss/ejb/StatelessSessionContainer.java Index: StatelessSessionC

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:36:53 Modified:src/main/org/jboss/ejb/plugins AbstractTxInterceptor.java AbstractTxInterceptorBMT.java Log: init()->create() use of Invocation Revision ChangesPath 1.8 +5 -5 jboss/src/main/org/jboss/ejb/

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:31:04 Modified:src/main/org/jboss/ejb StatefulSessionEnterpriseContext.java Log: casting for container invoker change Revision ChangesPath 1.20 +2 -6 jboss/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java Index

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:24:01 Modified:src/main/org/jboss/ejb Interceptor.java Log: logs Revision ChangesPath 1.10 +7 -1 jboss/src/main/org/jboss/ejb/Interceptor.java Index: Interceptor.java ==

[JBoss-dev] [ jboss-Patches-494915 ] disable PreparedStatement Cache

2001-12-18 Thread noreply
Patches item #494915, was opened at 2001-12-18 21:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=494915&group_id=22866 Category: JBossServer Group: v2.4 BETA (stable) Status: Open Resolution: None Priority: 5 Submitted By: Larry Sanderson (lsanders) A

RE: [JBoss-dev] Lighting factory in China--seeking business cooperation

2001-12-18 Thread marc fleury
we are attracting all kinds of leeches these days but this is frankly un-expected...   marcf -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Wednesday, December 19, 2001 12:03 AMTo: [EMAIL PROTECTED]Subject: [JBo

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:20:04 Modified:src/main/org/jboss/ejb EntityEnterpriseContext.java Log: casting for the new CotnainerInvoker Object return Revision ChangesPath 1.25 +4 -7 jboss/src/main/org/jboss/ejb/EntityEnterpriseContext.java Index: Ent

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:25:25 Modified:src/main/org/jboss/ejb MessageDrivenContainer.java Log: create() reinstated and Invocation usage Revision ChangesPath 1.17 +17 -14jboss/src/main/org/jboss/ejb/MessageDrivenContainer.java Index: MessageDrivenCo

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:20:47 Modified:src/main/org/jboss/ejb Interceptor.java Log: Interceptors now work with the generalized "Invocation", that is the whole point... Revision ChangesPath 1.9 +5 -3 jboss/src/main/org/jboss/ejb/Interceptor.java I

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:12:42 Modified:src/main/org/jboss/ejb ContainerInvoker.java Log: move to Object return to allow flexible implementations and removed the exception throwing Revision ChangesPath 1.10 +14 -7 jboss/src/main/org/jboss/ejb/ContainerI

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:13:37 Modified:src/main/org/jboss/ejb EnterpriseContext.java Log: adapt the returns of container invoker, need to cast now that we moved to object Revision ChangesPath 1.41 +4 -4 jboss/src/main/org/jboss/ejb/EnterpriseContext.ja

[JBoss-dev] Lighting factory in China--seeking business cooperation

2001-12-18 Thread tissile
Dear Sir How are you . We are a lighting factory in China ,It is glad to introduce ourselves to you: I am XUBIN (Jack) , XUBIN is my chinese name , you can just call me Jack !! , I am export manager of Bossile Lighting Group , China, our group have four factory (1) BOSSILE Lightin Factory( the

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2001-12-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE ^ /disk/orig/home/lubega/

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 20:55:01 Modified:src/main/org/jboss/ejb ContainerFactory.java Log: support for new proxyfactory and deprecate container invoker Revision ChangesPath 1.106 +310 -296 jboss/src/main/org/jboss/ejb/ContainerFactory.java Index: Contain

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 20:36:19 Modified:src/main/org/jboss/ejb Container.java Log: new invocation layer for the containers Revision ChangesPath 1.64 +405 -311 jboss/src/main/org/jboss/ejb/Container.java Index: Container.java =

Re: [JBoss-dev] CVS update: contrib/jboss.net/src/resources/plugin/META-INFjboss-service.xml

2001-12-18 Thread Adam Heath
On Tue, 18 Dec 2001, marc fleury wrote: > -JBOSS-SYSTEM:service=Jetty > +JBOSS-SYSTEM:service=Jetty I like this name for this tag mucho better than the last. Could someone refresh my memory? This depends stuff only guarantees mbean start() order? Or does it mean that other mbeans

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2001-12-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE /disk/orig/home/lubega/jbossro/jboss-all/s

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 19:39:15 Modified:src/main/org/jboss/ejb BeanLock.java Log: MI->Invocation Revision ChangesPath 1.13 +3 -3 jboss/src/main/org/jboss/ejb/BeanLock.java Index: BeanLock.java =

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 19:38:31 Modified:src/main/org/jboss/ejb Application.java Log: init()->create() Revision ChangesPath 1.24 +3 -3 jboss/src/main/org/jboss/ejb/Application.java Index: Application.java ==

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

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 19:36:12 Modified:src/main/org/jboss/deployment ServiceDeployer.java Log: Factored out the ServiceDeploymentInfo, rewrote the deployer to do create and start as part of the "page" deployment Revision ChangesPath 1.18 +476 -553 jboss/s

[JBoss-dev] jboss daily test failed

2001-12-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE [execmodules] location: class org.jboss.te

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

2001-12-18 Thread Scott M Stark
User: starksm Date: 01/12/18 19:01:24 Modified:src/build Tag: Branch_2_4 build.xml Log: Compile against the jboss.dist jars Revision ChangesPath No revision No revision 1.34.2.5 +14 -17jbosstest/src/build/Attic/bu

[JBoss-dev] [AUTOMATED] JBoss compilation failed

2001-12-18 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE location: class org.jboss.deployment.Servi

  1   2   >