|
| 1.3 | modified | ejort | server/src/main/org/jboss/naming/client/java/ORBFactory.java | Actually try to use java:comp/ORB if we are on the client.Also retrieve system properties in a privileged action. |
| 1.5 | modified | ejort | iiop/src/main/org/jboss/iiop/CorbaORB.java | Actually try to use java:comp/ORB if we are on the client.Also retrieve system properties in a privileged action. |
| 1.2 | modified | ejort | server/src/main/org/jboss/naming/client/java/ORBFactory.java | Use the handle delegate for handle serialization.Also make CorbaORB use the same orb as that bound atjava:comp/ORB on the client. |
| 1.3 | modified | ejort | server/src/main/org/jboss/proxy/ejb/handle/HandleDelegateImpl.java | Use the handle delegate for handle serialization.Also make CorbaORB use the same orb as that bound atjava:comp/ORB on the client. |
| 1.4 | modified | ejort | iiop/src/main/org/jboss/iiop/CorbaORB.java | Use the handle delegate for handle serialization.Also make CorbaORB use the same orb as that bound atjava:comp/ORB on the client. |
| 1.5 | modified | ejort | iiop/src/main/org/jboss/proxy/ejb/HandleImplIIOP.java | Use the handle delegate for handle serialization.Also make CorbaORB use the same orb as that bound atjava:comp/ORB on the client. |
| 1.5 | modified | ejort | iiop/src/main/org/jboss/proxy/ejb/HomeHandleImplIIOP.java | Use the handle delegate for handle serialization.Also make CorbaORB use the same orb as that bound atjava:comp/ORB on the client. |
| 1.23 | modified | ovidiuf | webservice/src/main/org/jboss/webservice/client/ServiceObjectFactory.java | Modification required by jaxrpc/wsi/w2j/rpc/literal/R1109; Deals with the case when there are two different ports associated with a service |
| 1.1 | added | tdiesler | webservice/src/main/org/jboss/webservice/util/DOMUtils.java | Make sure operations/typeMappings can only be merged once.Support bean properties as attributes. |
| 1.3 | modified | tdiesler | webservice/src/main/org/jboss/webservice/encoding/ser/MetaDataTypeDesc.java | Make sure operations/typeMappings can only be merged once.Support bean properties as attributes. |
| 1.22 | modified | tdiesler | webservice/src/main/org/jboss/webservice/deployment/ServiceDescription.java | Make sure operations/typeMappings can only be merged once.Support bean properties as attributes. |
| 1.8 | modified | tdiesler | server/src/main/org/jboss/webservice/metadata/jaxrpcmapping/JavaWsdlMappingFactory.java | Check for null parameter |
| 1.11 | modified | tdiesler | server/src/main/org/jboss/webservice/WSDLDefinitionFactory.java | Check for null parameter |
| 1.11 | modified | ejort | cache/.classpath | Fix the eclipse build |
| 1.152 | modified | ejort | server/src/main/org/jboss/ejb/Container.java | Implement more container methods. |
| 1.119 | modified | ejort | server/src/main/org/jboss/ejb/EntityContainer.java | Implement more container methods. |
| 1.9 | modified | ejort | server/src/main/org/jboss/ejb/SessionContainer.java | Implement more container methods. |
| 1.75 | modified | ejort | server/src/main/org/jboss/ejb/StatefulSessionContainer.java | Implement more container methods. |
| 1.60 | modified | ejort | server/src/main/org/jboss/ejb/StatelessSessionContainer.java | Implement more container methods. |
| 1.11 | modified | ejort | iiop/src/main/org/jboss/proxy/ejb/EjbObjectCorbaServant.java | Implement more container methods. |
| 1.7 | modified | belaban | cache/docs/Changelog.txt | Section of CacheLoader is now complete |
| 1.4 | modified | belaban | cache/docs/html/TreeCache.html | Section of CacheLoader is now complete |
| 1.2 | modified | belaban | cache/docs/html/html.css | Section of CacheLoader is now complete |
| 1.10 | modified | belaban | cache/docs/TreeCache.xml | Section of CacheLoader is now complete |
| 1.1 | added | belaban | cache/docs/images/LocalCacheLoader.sxd | added |
| 1.1 | added | belaban | cache/docs/images/OnlyOneCacheLoader.gif | added |
| 1.1 | added | belaban | cache/docs/images/OnlyOneCacheLoader.sxd | added |
| 1.1 | added | belaban | cache/docs/images/SharedCacheLoader.gif | added |
| 1.1 | added | belaban | cache/docs/images/SharedCacheLoader.sxd | added |
| 1.1 | added | belaban | cache/docs/images/LocalCacheLoader.gif | added |
| 1.21 | modified | telrod | webservice/src/main/org/jboss/webservice/deployment/ServiceDescription.java | JBCTS-225: Now catching NoClassDefFoundError as well as ClassNotFoundException when verifing java type. |
| 1.9 | modified | belaban | cache/docs/TreeCache.xml | save |
| 1.7 | modified | reverbel | iiop/src/main/org/jboss/iiop/csiv2/CSIv2IORInterceptor.java | Add a default SSL component (with a minimum set of SSL options) to theIORs for which no security config was specified. |
| 1.4 | modified | reverbel | iiop/src/main/org/jboss/iiop/csiv2/CSIv2Initializer.java | Add a default SSL component (with a minimum set of SSL options) to theIORs for which no security config was specified. |
| 1.5 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/tx/TxInterceptor.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.2 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/test/SecuredTestBean.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.2 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/test/SecurityTester.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/test/TestBean.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/test/Tester.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.2 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/test/TxTester.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/security/RoleBasedAuthorizationInterceptor.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/security/RunAsSecurityInterceptor.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/injection/InjectHandler.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/injection/JndiFieldInjector.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.2 | deleted | patriot1burke | ejb3/src/main/org/jboss/ejb3/injection/JndiInjector.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/injection/JndiMethodInjector.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.2 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/injection/ResourceHandler.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.5 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/StatelessContainerConfiguration.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/Container.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/EJBInvocation.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/Ejb3Module.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/LocalProxy.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/SessionConfiguration.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/SessionContainer.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/SimpleStatefulCache.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/StatefulContainer.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/StatefulContainerConfiguration.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.2 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/StatefulSessionLocalObjectFactory.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.7 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/StatelessContainer.java | added field injectorsupdated ejbName to be classname or @Session(name) |
| 1.3 | modified | patriot1burke | ejb3x/src/jdk14/javax/ejb/ActivationConfigProperty.java | formatting |
| 1.11 | modified | reverbel | thirdparty/jacorb-jacorb/conf/default/jacorb.properties | Turn SSL support back to off in jacorb.properties. Turning SSL on requiresa JaasSecurityDomain MBean (for domain=IIOP+SSL), which in turn requiresa keystore. Perhaps we should add a keystore to the all config so that SSLsupport could be on by default... |
| 1.8 | modified | belaban | cache/docs/TreeCache.xml | added first half of CacheLoader documentation |