|
| 1.5 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/aspects/portlet/SessionInterceptor.java | Invalidate session if we decide that it's invalid. |
| 1.11 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/MarkupTestCase.java | - Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils. |
| 1.18 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/WSRPUtils.java | - Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils. |
| 1.4 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/aspects/portlet/SessionInterceptor.java | - Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils. |
| 1.60 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/producer/MarkupHandler.java | - Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils. |
| 1.14 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/producer/ServiceDescriptionHandler.java | - Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils. |
| 1.34 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/producer/WSRPProducerImpl.java | - Fixed session handling in SessionInterceptor. Producer tests now pass.- Moved fault creation methods to WSRPUtils. |
| 1.73 | modified | claprun | wsrp/build.xml | - Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat. |
| 1.31 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/WSRPBaseTest.java | - Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat. |
| 1.10 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/MarkupTestCase.java | - Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat. |
| 1.4 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/NeedPortletHandleTest.java | - Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat. |
| 1.2 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/PortletManagementTestCase.java | - Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat. |
| 1.5 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/RegistrationTestCase.java | - Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat. |
| 1.3 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/ServiceDescriptionTestCase.java | - Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat. |
| 1.4 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/V1ProducerBaseTest.java | - Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat. |
| 1.2 | modified | claprun | wsrp/src/resources/log4j.xml | - Fixed problem with test constructors not calling super appropriately resulting in incorrect service initialization and thus, bloated tests.- Improved logging somewhat. |
| 1.72 | modified | julien | wsrp/build.xml | for now cache proxies in the soap service factory |
| 1.4 | modified | julien | wsrp/src/main/org/jboss/portal/wsrp/services/ServiceFactoryImpl.java | for now cache proxies in the soap service factory |
| 1.71 | modified | julien | wsrp/build.xml | need to increase heap for producer-test to 512 mo, will investigate why using a profile |
| 1.11 | modified | julien | wsrp/src/resources/test-wsrp-consumer-jar/org/jboss/portal/test/wsrp/jboss-beans.xml | uses SOAP by default |
| 1.8 | modified | julien | wsrp/src/resources/test-wsrp-producer-jar/org/jboss/portal/test/wsrp/jboss-beans.xml | uses SOAP by default |
| 1.12 | modified | julien | wsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/info/WSRPPortletInfo.java | fixed wsrp compilation issue |
| 1.11 | modified | julien | wsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/info/WSRPPortletInfo.java | - improved implementation of portlet session replication- added unit test case for portlet session replication |
| 1.3 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/TestWSRPProducer.java | - Started implementation of testInitCookie (failing right now).- Forgotten to mention in previous check-in: added header handler in application-client.xml to handle cookies... |
| 1.9 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/TestWSRPProducerImpl.java | - Started implementation of testInitCookie (failing right now).- Forgotten to mention in previous check-in: added header handler in application-client.xml to handle cookies... |
| 1.15 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java | - Started implementation of testInitCookie (failing right now).- Forgotten to mention in previous check-in: added header handler in application-client.xml to handle cookies... |
| 1.3 | modified | claprun | wsrp/src/resources/test-wsrp-consumer-client/META-INF/application-client.xml | - Started implementation of testInitCookie (failing right now).- Forgotten to mention in previous check-in: added header handler in application-client.xml to handle cookies... |
| 1.3 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/consumer/SessionHandler.java | - Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc. |
| 1.5 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/handler/RequestHeaderClientHandler.java | - Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc. |
| 1.5 | modified | claprun | wsrp/src/resources/portal-wsrp-client-jar/META-INF/application-client.xml | - Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc. |
| 1.2 | modified | claprun | wsrp/src/resources/test-wsrp-consumer-client/META-INF/application-client.xml | - Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc. |
| 1.3 | modified | claprun | wsrp/src/resources/test-wsrp-consumer-sar/META-INF/jboss-service.xml | - Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc. |
| 1.5 | modified | claprun | wsrp/src/resources/test-wsrp-producer-sar/META-INF/jboss-service.xml | - Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc. |
| 1.30 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/WSRPBaseTest.java | - Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc. |
| 1.6 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/WSRPConsumerBaseTest.java | - Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc. |
| 1.7 | modified | claprun | wsrp/src/resources/test-wsrp-producer-jar/org/jboss/portal/test/wsrp/jboss-beans.xml | - Fixed producer tests (didn't get updated to use the new test framework).- Cleaned-up descriptors.- Javadoc. |
| 1.70 | modified | julien | wsrp/build.xml | forgot changes of the deploy directory |
| 1.29 | modified | julien | wsrp/src/main/org/jboss/portal/test/wsrp/WSRPBaseTest.java | add notion of Node and NodeManager in test framework to allow deploy/invoke a set of Node in order to implement clustering unit testing for portlet session replication |
| 1.5 | modified | julien | wsrp/src/main/org/jboss/portal/test/wsrp/WSRPConsumerBaseTest.java | add notion of Node and NodeManager in test framework to allow deploy/invoke a set of Node in order to implement clustering unit testing for portlet session replication |
| 1.10 | modified | julien | wsrp/src/resources/test-wsrp-consumer-jar/org/jboss/portal/test/wsrp/jboss-beans.xml | add notion of Node and NodeManager in test framework to allow deploy/invoke a set of Node in order to implement clustering unit testing for portlet session replication |
| 1.4 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/WSRPConsumerBaseTest.java | - Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie. |
| 1.14 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java | - Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie. |
| 1.8 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/WSRPConsumer.java | - Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie. |
| 1.2 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerSessionInformation.java | - Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie. |
| 1.2 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/consumer/SessionHandler.java | - Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie. |
| 1.49 | modified | claprun | wsrp/src/main/org/jboss/portal/wsrp/consumer/WSRPConsumerImpl.java | - Fixed testSessionHandling.- Added getProducerSessionInformationFrom methods on WSRPConsumer.- Fixed incorrect implementation of SessionHandler.requiresInitCookie. |
| 1.69 | modified | claprun | wsrp/build.xml | Minor changes. |
| 1.2 | modified | claprun | wsrp/src/resources/webservice/wsrp_v1_types.xsd | Synchronized with other versions. |
| 1.13 | modified | claprun | wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java | Added support for getHeader on MockHttpServletRequest. testSessionHandling is failing at the moment. |
| 1.68 | modified | rgenova | wsrp/build.xml | fixed some classpath issues |