|
| modified | tdiesler | tomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java | set the context class loader in WebMetaData |
| modified | tdiesler | build/build.xml | Do not use the jaxrpc or saaj jars from axis as these are not certified. All j2ee interfaces/classes are in the jboss-j2ee.jar. |
| modified | tdiesler | webservice/src/resources/META-INF/axis-client-config.xml | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| modified | tdiesler | webservice/src/resources/META-INF/axis-server-config.xml | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| modified | tdiesler | webservice/src/main/org/jboss/webservice/metadata/WebservicesFactory.java | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| modified | tdiesler | webservice/docs/server_side_ejb.html | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| modified | tdiesler | webservice/src/main/org/jboss/webservice/AxisService.java | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| modified | tdiesler | webservice/src/main/org/jboss/webservice/InvokerProvider.java | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| modified | tdiesler | webservice/src/main/org/jboss/webservice/InvokerProviderEJB.java | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| modified | tdiesler | webservice/src/main/org/jboss/webservice/InvokerProviderJSE.java | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| added | tdiesler | webservice/src/main/org/jboss/webservice/JBossAxisServer.java | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| modified | tdiesler | webservice/src/main/org/jboss/webservice/JBossAxisServlet.java | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| modified | tdiesler | webservice/src/main/org/jboss/webservice/ServerLoginHandler.java | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| modified | tdiesler | webservice/build.xml | + fix classloading issue for JSE endpoints+ add client/server side login through handlers |
| added | tdiesler | webservice/samples/server-web/test/com/underworld/crimeportal/ServerSideWEBTestCase.java | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/server-web/build.xml | samples connect to both the EJB and the JSE endpoint |
| deleted | tdiesler | webservice/samples/server-web/java/com/underworld/crimeportal/web/OrganizationBean.java | samples connect to both the EJB and the JSE endpoint |
| added | tdiesler | webservice/samples/server-web/java/com/underworld/crimeportal/web/OrganizationEndpointImpl.java | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/server-web/resources/WEB-INF/Organization.wsdl | samples connect to both the EJB and the JSE endpoint |
| deleted | tdiesler | webservice/samples/server-web/resources/WEB-INF/OrganizationMapping.xml | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/server-web/resources/WEB-INF/web.xml | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/server-web/resources/WEB-INF/webservices.xml | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/server-ejb/java/com/underworld/crimeportal/ejb/OrganizationBean.java | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/server-ejb/java/com/underworld/crimeportal/ejb/OrganizationRemote.java | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/server-ejb/resources/META-INF/Organization.wsdl | samples connect to both the EJB and the JSE endpoint |
| deleted | tdiesler | webservice/samples/server-ejb/resources/META-INF/OrganizationMapping.xml | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/server-ejb/resources/META-INF/webservices.xml | samples connect to both the EJB and the JSE endpoint |
| added | tdiesler | webservice/samples/server-ejb/test/com/underworld/crimeportal/ServerSideEJBTestCase.java | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/common/java/com/underworld/crimeportal/OrganizationEndpoint.java | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/server-ejb/build.xml | samples connect to both the EJB and the JSE endpoint |
| deleted | tdiesler | webservice/samples/client-web/resources/WEB-INF/Organization.wsdl | samples connect to both the EJB and the JSE endpoint |
| deleted | tdiesler | webservice/samples/client-web/resources/WEB-INF/OrganizationMapping.xml | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/client-web/resources/WEB-INF/web.xml | samples connect to both the EJB and the JSE endpoint |
| added | tdiesler | webservice/samples/client-web/test/com/underworld/crimeportal/ClientSideServletTestCase.java | samples connect to both the EJB and the JSE endpoint |
| added | tdiesler | webservice/samples/client-ejb/test/com/underworld/crimeportal/ClientSideEJBTestCase.java | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/client-web/build.xml | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/client-web/java/com/underworld/crimeportal/web/OrganizationClientServlet.java | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/client-ejb/java/com/underworld/crimeportal/ejb/OrganizationClientBean.java | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/client-ejb/java/com/underworld/crimeportal/ejb/OrganizationClientRemote.java | samples connect to both the EJB and the JSE endpoint |
| deleted | tdiesler | webservice/samples/client-ejb/resources/META-INF/Organization.wsdl | samples connect to both the EJB and the JSE endpoint |
| deleted | tdiesler | webservice/samples/client-ejb/resources/META-INF/OrganizationMapping.xml | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/client-ejb/resources/META-INF/ejb-jar.xml | samples connect to both the EJB and the JSE endpoint |
| deleted | tdiesler | webservice/samples/client-appl/resources/META-INF/Organization.wsdl | samples connect to both the EJB and the JSE endpoint |
| deleted | tdiesler | webservice/samples/client-appl/resources/META-INF/OrganizationMapping.xml | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/client-appl/resources/META-INF/application-client.xml | samples connect to both the EJB and the JSE endpoint |
| added | tdiesler | webservice/samples/client-appl/test/com/underworld/crimeportal/ClientSideApplTestCase.java | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/client-ejb/build.xml | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | webservice/samples/client-appl/build.xml | samples connect to both the EJB and the JSE endpoint |
| added | tdiesler | webservice/samples/build.xml | samples connect to both the EJB and the JSE endpoint |
| modified | tdiesler | server/src/main/org/jboss/metadata/WebMetaData.java | add the context class loader |
| modified | tdiesler | server/src/main/org/jboss/webservice/ClientLoginHandler.java | use Axis Handler |
| modified | tdiesler | server/src/main/org/jboss/webservice/ServiceObjectFactory.java | check if the wsdl is at the specified location |
| modified | tdiesler | j2ee/src/main/javax/xml/rpc/handler/GenericHandler.java | add javadoc |
| modified | tdiesler | j2ee/src/main/javax/xml/rpc/handler/Handler.java | add javadoc |
| modified | starksm | security/src/main/org/jboss/security/srp/jaas/SRPLoginModule.java | Fix the setting of the username from the shared state map in getUserInfo. Thewrong variable was being used to check for existence. |
| modified | starksm | jmx/src/main/test/compliance/modelmbean/ModelMBeanTEST.java | Add more tests of RequiredModelMBean that set the managed resource afterthe RMM has been created and registered with the MBeanServer. |
| added | patriot1burke | aspects/src/test/test/ioc/META-INF/jboss-aop.xml | added new IoC aspect |
| added | patriot1burke | aspects/src/main/org/jboss/aop/ioc/DependencyInjectorContainer.java | added new IoC aspect |
| added | patriot1burke | aspects/src/main/org/jboss/aop/ioc/Factory.java | added new IoC aspect |
| added | patriot1burke | aspects/src/main/org/jboss/aop/ioc/Identifier.java | added new IoC aspect |
| added | patriot1burke | aspects/src/main/org/jboss/aop/ioc/IocInterceptor.java | added new IoC aspect |
| added | patriot1burke | aspects/src/main/org/jboss/aop/ioc/IocPointcut.java | added new IoC aspect |
| added | patriot1burke | aspects/src/test/test/asynchronous/META-INF/jboss-aop.xml | added new IoC aspect |
| added | patriot1burke | aspects/src/test/test/ioc/IocTest.java | added new IoC aspect |
| added | patriot1burke | aspects/src/test/test/ioc/POJO.java | added new IoC aspect |
| modified | patriot1burke | aspects/build.xml | added new IoC aspect |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ast/PointcutExpressionParserConstants.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ast/PointcutExpressionParserTokenManager.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ast/PointcutExpressionParserTreeConstants.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ast/PointcutExpressionParserVisitor.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ast/PointcutParserTester.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ast/pointcut.jjt | added the has and hasfield operator |
| added | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ast/ASTHas.java | added the has and hasfield operator |
| added | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ast/ASTHasField.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ast/PointcutExpressionParser.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/metadata/ClassMetaDataBinding.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/CallMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ConstructorCallMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ConstructorMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ExecutionConstructorMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/ExecutionMethodMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/FieldMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/MatcherHelper.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/MethodCallMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/MethodMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/NewExprMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/SoftClassMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/Util.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/pointcut/WithinMatcher.java | added the has and hasfield operator |
| modified | patriot1burke | aop/src/main/org/jboss/aop/introduction/InterfaceIntroduction.java | added the has and hasfield operator |
| modified | patriot1burke | aop/docs/examples/examples.html | added the has and hasfield operator |
| modified | patriot1burke | aop/docs/examples/examples.wiki | added the has and hasfield operator |
| added | patriot1burke | aop/docs/examples/ioc_with_has/DependencyInjectorInterceptor.java | added the has and hasfield operator |
| added | patriot1burke | aop/docs/examples/ioc_with_has/Driver.java | added the has and hasfield operator |
| added | patriot1burke | aop/docs/examples/ioc_with_has/POJO.java | added the has and hasfield operator |
| added | patriot1burke | aop/docs/examples/ioc_with_has/build.xml | added the has and hasfield operator |
| added | patriot1burke | aop/docs/examples/ioc_with_has/has.html | added the has and hasfield operator |
| added | patriot1burke | aop/docs/examples/ioc_with_has/has.wiki | added the has and hasfield operator |
| added | patriot1burke | aop/docs/examples/ioc_with_has/jboss-aop.xml | added the has and hasfield operator |