User: starksm
Date: 02/04/17 10:05:07
Modified:src/main/org/jboss/ejb Tag: Branch_2_4 ContainerFactory.java
Log:
Return a copy of the current deployment map to avoid concurrent
access problems. See Bug#544224
Revision ChangesPath
No revision
User: schaefera
Date: 02/04/10 13:04:50
Modified:src/main/org/jboss/ejb Tag: Branch_2_4 ContainerFactory.java
Log:
Adjusted the Scheduler Example and removed JSR-77 stuff because this was
just a test.
Revision ChangesPath
No revision
No
User: mnf999
Date: 02/01/19 19:46:11
Removed: src/main/org/jboss/ejb ContainerFactory.java
ContainerFactoryMBean.java
Log:
move the EJB Deployer
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.
User: starksm
Date: 01/12/28 14:35:13
Modified:src/main/org/jboss/ejb Tag: Branch_2_4 ContainerFactory.java
Log:
Add a strict pooling behavior that limits the number of instances to that
specified by the container-pool-conf/MaximumSize
Revision ChangesPath
No
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: user57
Date: 01/12/08 23:35:15
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
o changed some info logs to debug, when the same information was logged as
info by a component before or after it
o Installer & InstallerFactory create there own Loggers to mak
User: user57
Date: 01/12/08 19:32:00
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
o info message to debug
Revision ChangesPath
1.104 +3 -2 jboss/src/main/org/jboss/ejb/ContainerFactory.java
Index: ContainerFactory.java
===
User: schaefera
Date: 01/11/27 17:15:08
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Remove some System.out.println() and print stack traces and replaced
by logging.
Revision ChangesPath
1.102 +1 -2 jboss/src/main/org/jboss/ejb/ContainerFactory.j
User: schaefera
Date: 01/11/27 16:40:31
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Fix for a problem with a NPE.
Revision ChangesPath
1.101 +15 -6 jboss/src/main/org/jboss/ejb/ContainerFactory.java
Index: ContainerFactory.java
=
User: d_jencks
Date: 01/11/18 22:58:57
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Cleaned up deployment a bit and enabled jar in sar
Revision ChangesPath
1.97 +24 -19jboss/src/main/org/jboss/ejb/ContainerFactory.java
Index: ContainerFactory.
User: starksm
Date: 01/11/09 02:39:37
Modified:src/main/org/jboss/ejb Tag: Branch_2_4 ContainerFactory.java
Log:
Change org.jboss.security.SecurityManager to org.jboss.security.AuthenticationManager
since SecurityManager clashes with the java.lang.SecurityManager
Add support
User: mnf999
Date: 01/10/30 18:37:55
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Some Fixmes in the code, we are in a serious need of a cleanup imho...
this code is starting to look green around the edge, a serious sign of decay
Revision ChangesPath
User: starksm
Date: 01/09/14 17:18:40
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Workaround a NoSuchMethodError that occurs when the verifier
listener inner class attempts to access the ContainerFactory.log
Revision ChangesPath
1.94 +26 -21jbo
User: starksm
Date: 01/08/13 10:23:15
Modified:src/main/org/jboss/ejb Tag: Branch_2_4 ContainerFactory.java
Log:
Include fix for applet dynamic class loading and security exception on
access of org.jboss.security.SecurityAssociation.ThreadLocal system property
Revision Chan
User: slaboure
Date: 01/08/10 09:51:19
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Moved the registration of the webserver to the application WebClassLoader *before*
the app is deployed.
Otherwise, the RMI subsystem will build proxies with the local filesystem code
User: schaefera
Date: 01/08/09 23:24:53
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Take the call to the ServerDataCollector out to avoid messages about
an MBeanServer exception.
Revision ChangesPath
1.88 +3 -1 jboss/src/main/org/jboss/ejb/Cont
User: mnf999
Date: 01/08/01 11:52:53
Modified:src/main/org/jboss/ejb ContainerFactory.java
EntityEnterpriseContext.java
Log:
miscellaneous
Revision ChangesPath
1.84 +3 -3 jboss/src/main/org/jboss/ejb/ContainerFactory.java
Index: C
User: schaefera
Date: 01/07/20 13:07:15
Modified:src/main/org/jboss/ejb ContainerFactory.java
EntityContainer.java EntityPersistenceManager.java
InstanceCache.java InstancePool.java
MessageDrivenContainer.java
User: user57
Date: 01/07/05 20:22:15
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Changed the name passed to Log.createLog() to a fq classname.
Revision ChangesPath
1.81 +2 -2 jboss/src/main/org/jboss/ejb/ContainerFactory.java
Index: Contai
User: starksm
Date: 01/06/26 17:22:47
Modified:src/main/org/jboss/ejb Tag: Branch_2_4 ContainerFactory.java
Log:
Fix test of the container-interceptor transaction attribute against
the default value of Both
Revision ChangesPath
No revision
No
User: starksm
Date: 01/06/25 10:51:10
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Fix the parsing of the container-interceptors/interceptor transaction
attribute value to recoginze Both
Revision ChangesPath
1.80 +11 -9 jboss/src/main/org/jboss/
User: sparre
Date: 01/06/20 00:20:43
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Removed some classcasts no longer needed.
Revision ChangesPath
1.79 +4 -4 jboss/src/main/org/jboss/ejb/ContainerFactory.java
Index: ContainerFactory.java
==
User: starksm
Date: 01/06/14 16:44:31
Modified:src/main/org/jboss/ejb ContainerFactory.java
ContainerFactoryMBean.java
Log:
Added support for validating j2ee descriptor DTDs
Revision ChangesPath
1.76 +27 -2 jboss/src/main/org/jboss/ejb/C
User: starksm
Date: 01/06/12 21:49:58
Modified:src/main/org/jboss/ejb ContainerFactory.java
Removed: src/main/org/jboss/ejb ContainerInterceptors.java
Log:
Move the container interceptor code back into ContainerFactory and
add the custom security proxy interceptor if a secu
MAIL PROTECTED]
> Objet : [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb
> ContainerFactory.java
>
>
> User: starksm
> Date: 01/06/09 12:34:44
>
> Modified:src/main/org/jboss/ejb ContainerFactory.java
> Log:
&
User: starksm
Date: 01/06/09 12:34:44
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Update dynamic class loading to fix bug #424287
Revision ChangesPath
1.73 +8 -4 jboss/src/main/org/jboss/ejb/ContainerFactory.java
Index: ContainerFactory.jav
User: schaefera
Date: 01/06/04 15:55:15
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Adjusted the Server Data Collector to work with the Container-MBeans to
get its management information.
Revision ChangesPath
1.72 +19 -45jboss/src/main/org/jboss
User: docodan
Date: 01/06/03 14:19:52
Modified:src/main/org/jboss/ejb ContainerFactory.java
EntityContainer.java StatefulSessionContainer.java
StatelessSessionContainer.java
Log:
Checking for case where there is no remote container in
User: schaefera
Date: 01/05/30 22:38:51
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Added a MBean Wrapper for each created Container (as mentioned earlier
in an Email) to be able to get a handle on deployed EJBs.
Revision ChangesPath
1.70 +31 -3
User: schaefera
Date: 01/05/22 15:30:49
Modified:src/main/org/jboss/ejb ContainerFactory.java
Log:
Catch the exceptions for the management calls because the installation
is optional.
Revision ChangesPath
1.69 +29 -20jboss/src/main/org/jboss/ejb/ContainerFactor
User: schaefera
Date: 01/05/21 22:08:00
Modified:src/main/org/jboss/ejb ContainerFactory.java
ContainerFactoryMBean.java
Log:
Modified the EJB deployment therefore that it can report the deployed
EJBs for a given application to the Data Collector.
Revi
31 matches
Mail list logo