|
| 1.33 | modified | ejort | server/src/main/org/jboss/ejb/plugins/LogInterceptor.java | Add some context to the errors reported by the LogInterceptor |
| 1.10 | modified | reverbel | thirdparty/jacorb-jacorb/conf/default/jacorb.properties | - Run JacORB with SSL enabled by default.- Tell JacORB not to add SSL components to IORs, as the CSIv2IORInterceptor now does it in a per-EJB basis. |
| 1.22 | modified | telrod | thirdparty/ws4ee/lib/axis-ws4ee.jar | Use literal by default if 'use' attribute not set. Also fixed bug when merging deployments to include java type in operation if over writing. |
| 1.6 | modified | reverbel | iiop/src/main/org/jboss/iiop/csiv2/CSIv2Policy.java | Add a component tagged with TAG_SSL_SEC_TRANS to IORs of SSL-enabled EJBs. |
| 1.6 | modified | reverbel | iiop/src/main/org/jboss/iiop/csiv2/CSIv2Util.java | Add a component tagged with TAG_SSL_SEC_TRANS to IORs of SSL-enabled EJBs. |
| 1.6 | modified | reverbel | iiop/src/main/org/jboss/iiop/csiv2/CSIv2IORInterceptor.java | Add a component tagged with TAG_SSL_SEC_TRANS to IORs of SSL-enabled EJBs. |
| 1.19 | modified | telrod | webservice/src/main/org/jboss/webservice/deployment/ServiceDescription.java | JBCTS-230: Use literal by default if 'use' attribute not set. Also fixed bug when merging deployments to include java type in operation if over writing. |
| 1.3 | modified | reverbel | iiop/src/main/org/jboss/iiop/csiv2/CSIv2Initializer.java | Added policy for specifying, in a per-EJB basis, that SSL is required.If a POA has SSL_REQUIRED as its SSLPolicy, then each IOR generatedby that POA will have the primary address port set to zero. |
| 1.12 | modified | reverbel | iiop/src/main/org/jboss/proxy/ejb/IORFactory.java | Added policy for specifying, in a per-EJB basis, that SSL is required.If a POA has SSL_REQUIRED as its SSLPolicy, then each IOR generatedby that POA will have the primary address port set to zero. |
| 1.5 | modified | reverbel | thirdparty/jacorb-jacorb/lib/jacorb_g.jar | Added policy for specifying, in a per-POA basis, that SSL is required.If a POA has SSL_REQUIRED as its SSLPolicy, then each IOR generatedby that POA will have the primary address port set to zero. |
| 1.24 | modified | reverbel | thirdparty/jacorb-jacorb/lib/jacorb.jar | Added policy for specifying, in a per-POA basis, that SSL is required.If a POA has SSL_REQUIRED as its SSLPolicy, then each IOR generatedby that POA will have the primary address port set to zero. |
| 1.5 | modified | reverbel | iiop/src/main/org/jboss/iiop/csiv2/CSIv2IORInterceptor.java | Add the CSIv2 component to the IIOP profile only, per the CSIv2 spec.Removed code that attempted to patch the port number to zero. |
| 1.118 | modified | ejort | server/src/main/org/jboss/ejb/EntityContainer.java | A trivial/hack implementation of EJBHome.remove(*) for entity beans. |
| 1.4 | modified | reverbel | iiop/src/main/org/jboss/iiop/csiv2/CSIv2IORInterceptor.java | Do not attempt to add a null component to an IOR. (In the absence of anior-security-config element, csiv2Policy.getSecurityTaggedComponent()returns null.) |
| 1.2 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/test/StatefulTestBean.java | updated annotations to latest ejb3 spec revision |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/test/TestBean.java | updated annotations to latest ejb3 spec revision |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/tx/TxInterceptor.java | updated annotations to latest ejb3 spec revision |
| 1.2 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/SessionContainer.java | updated annotations to latest ejb3 spec revision |
| 1.3 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/StatefulContainer.java | updated annotations to latest ejb3 spec revision |
| 1.6 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/StatelessContainer.java | updated annotations to latest ejb3 spec revision |
| 1.2 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/injection/InjectHandler.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3/src/main/org/jboss/ejb3/injection/ResourceHandler.java | updated annotations to latest ejb3 spec revision |
| 1.2 | deleted | patriot1burke | ejb3/src/main/org/jboss/ejb3/injection/ResourceRefHandler.java | updated annotations to latest ejb3 spec revision |
| 1.2 | modified | patriot1burke | ejb3/src/jdk15/org/jboss/ejb3/test/StatefulTestBean.java | updated annotations to latest ejb3 spec revision |
| 1.2 | modified | patriot1burke | ejb3/src/jdk15/org/jboss/ejb3/test/TestBean.java | updated annotations to latest ejb3 spec revision |
| 1.4 | modified | patriot1burke | ejb3/src/main/org/jboss/ejb3/EJB3Util.java | updated annotations to latest ejb3 spec revision |
| 1.5 | modified | patriot1burke | ejb3/build.xml | updated annotations to latest ejb3 spec revision |
| 1.3 | modified | patriot1burke | ejb3x/src/main/javax/ejb/AccessMode.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/AssociationTable.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Basic.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/CascadeType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Column.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/DiscriminatorColumn.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/DiscriminatorType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/EJB.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/EJBBeanType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/EJBHome.java | updated annotations to latest ejb3 spec revision |
| 1.3 | deleted | patriot1burke | ejb3x/src/main/javax/ejb/EJBReference.java | updated annotations to latest ejb3 spec revision |
| 1.3 | modified | patriot1burke | ejb3x/src/main/javax/ejb/Entity.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/FetchType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/FlushMode.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/FlushModeType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/GeneratorType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Id.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Inheritance.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/InheritanceJoinColumn.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/InheritanceJoinColumns.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/InheritanceType.java | updated annotations to latest ejb3 spec revision |
| 1.3 | modified | patriot1burke | ejb3x/src/main/javax/ejb/Inject.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/JoinColumn.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/JoinColumns.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Local.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/ManyToMany.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/ManyToOne.java | updated annotations to latest ejb3 spec revision |
| 1.3 | modified | patriot1burke | ejb3x/src/main/javax/ejb/MessageDriven.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/NamedQuery.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/OneToMany.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/OneToOne.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Remote.java | updated annotations to latest ejb3 spec revision |
| 1.3 | modified | patriot1burke | ejb3x/src/main/javax/ejb/Remove.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Resource.java | updated annotations to latest ejb3 spec revision |
| 1.3 | deleted | patriot1burke | ejb3x/src/main/javax/ejb/ResourceRef.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/SecondaryTable.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/SecondaryTables.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/SecurityRoles.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Serialized.java | updated annotations to latest ejb3 spec revision |
| 1.3 | modified | patriot1burke | ejb3x/src/main/javax/ejb/Session.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Stateful.java | updated annotations to latest ejb3 spec revision |
| 1.3 | deleted | patriot1burke | ejb3x/src/main/javax/ejb/StatefulSession.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Table.java | updated annotations to latest ejb3 spec revision |
| 1.3 | deleted | patriot1burke | ejb3x/src/main/javax/ejb/Transaction.java | updated annotations to latest ejb3 spec revision |
| 1.3 | deleted | patriot1burke | ejb3x/src/main/javax/ejb/TransactionAttributeType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Tx.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/TxType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/UniqueConstraint.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/main/javax/ejb/Version.java | updated annotations to latest ejb3 spec revision |
| 1.3 | modified | patriot1burke | ejb3x/src/jdk14/javax/ejb/AccessMode.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/AssociationTable.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Basic.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/CascadeType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Column.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/DiscriminatorColumn.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/DiscriminatorType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/EJB.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/EJBBeanType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/EJBHome.java | updated annotations to latest ejb3 spec revision |
| 1.3 | deleted | patriot1burke | ejb3x/src/jdk14/javax/ejb/EJBReference.java | updated annotations to latest ejb3 spec revision |
| 1.3 | modified | patriot1burke | ejb3x/src/jdk14/javax/ejb/Entity.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/FetchType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/FlushMode.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/FlushModeType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/GeneratorType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Id.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Inheritance.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/InheritanceJoinColumn.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/InheritanceJoinColumns.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/InheritanceType.java | updated annotations to latest ejb3 spec revision |
| 1.4 | modified | patriot1burke | ejb3x/src/jdk14/javax/ejb/Inject.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/JoinColumn.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/JoinColumns.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Local.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/ManyToMany.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/ManyToOne.java | updated annotations to latest ejb3 spec revision |
| 1.4 | modified | patriot1burke | ejb3x/src/jdk14/javax/ejb/MessageDriven.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/NamedQuery.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/OneToMany.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/OneToOne.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Remote.java | updated annotations to latest ejb3 spec revision |
| 1.2 | modified | patriot1burke | ejb3x/src/jdk14/javax/ejb/Remove.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Resource.java | updated annotations to latest ejb3 spec revision |
| 1.4 | deleted | patriot1burke | ejb3x/src/jdk14/javax/ejb/ResourceRef.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/SecondaryTable.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/SecondaryTables.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/SecurityRoles.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Serialized.java | updated annotations to latest ejb3 spec revision |
| 1.4 | modified | patriot1burke | ejb3x/src/jdk14/javax/ejb/Session.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Stateful.java | updated annotations to latest ejb3 spec revision |
| 1.3 | deleted | patriot1burke | ejb3x/src/jdk14/javax/ejb/StatefulSession.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Table.java | updated annotations to latest ejb3 spec revision |
| 1.3 | deleted | patriot1burke | ejb3x/src/jdk14/javax/ejb/Transaction.java | updated annotations to latest ejb3 spec revision |
| 1.3 | deleted | patriot1burke | ejb3x/src/jdk14/javax/ejb/TransactionAttributeType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Tx.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/TxType.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/UniqueConstraint.java | updated annotations to latest ejb3 spec revision |
| 1.1 | added | patriot1burke | ejb3x/src/jdk14/javax/ejb/Version.java | updated annotations to latest ejb3 spec revision |
| 1.2 | modified | ejort | server/src/main/org/jboss/proxy/ejb/handle/HandleDelegateImpl.java | Fix the handle delegate implementation.Reconnect the stub if it isn't connected to an ORB. |