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
=
==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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
==
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
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
==
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
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
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
=
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
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
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
=
==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
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
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
===
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
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
===
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
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
===
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
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
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
==
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
===
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
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
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
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
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
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
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
=
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
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
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
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
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
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...
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
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
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
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
=
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
=
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
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
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
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
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
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
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
=
==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 ()
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
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
===
User: mnf999
Date: 01/12/18 21:45:37
Modified:src/main/org/jboss/ejb/plugins
SingletonStatelessSessionInstancePool.java
StatefulSessionFilePersistenceManager.java
StatefulSessionInstanceInterceptor.java
User: mnf999
Date: 01/12/18 21:42:31
Modified:src/main/org/jboss/ejb/plugins
MessageDrivenInstancePool.java
MessageDrivenTxInterceptorBMT.java
MetricsInterceptor.java
NoPassivationCachePoli
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
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
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
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
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
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/
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
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
==
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
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
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
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
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
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
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
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
=
==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/
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
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
=
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
=
==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
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
=
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
==
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
=
==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
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
=
==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 - 100 of 195 matches
Mail list logo