|
| 7410 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java | - Fixed MarkupTestCase.testInitCookie: + Introduced InitCookieFakerHandler to simulate cookie setting which wasn't working due to RMI invocation instead of HTTP of the web service. + Fixed MarkupTestCase so that the session is properly kept between invocation (createRenderInvocation used to create a new MockHttpSession on each call). |
| 7410 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/framework/TestWSRPProducerImpl.java | - Fixed MarkupTestCase.testInitCookie: + Introduced InitCookieFakerHandler to simulate cookie setting which wasn't working due to RMI invocation instead of HTTP of the web service. + Fixed MarkupTestCase so that the session is properly kept between invocation (createRenderInvocation used to create a new MockHttpSession on each call). |
| 7410 | added | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/framework/InitCookieFakerHandler.java | - Fixed MarkupTestCase.testInitCookie: + Introduced InitCookieFakerHandler to simulate cookie setting which wasn't working due to RMI invocation instead of HTTP of the web service. + Fixed MarkupTestCase so that the session is properly kept between invocation (createRenderInvocation used to create a new MockHttpSession on each call). |
| 7410 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/tests/test-wsrp-consumer-client/META-INF/application-client.xml | - Fixed MarkupTestCase.testInitCookie: + Introduced InitCookieFakerHandler to simulate cookie setting which wasn't working due to RMI invocation instead of HTTP of the web service. + Fixed MarkupTestCase so that the session is properly kept between invocation (createRenderInvocation used to create a new MockHttpSession on each call). |
| 7409 | modified | chris.laprun@jboss.com | //trunk/common/build.xml | - Added dependency on jboss-common.jar (for Logger) to fix build. |
| 7408 | modified | chris.laprun@jboss.com | //trunk/common/src/main/org/jboss/portal/common/net/URLTools.java | - Added default value for port.- Added logging. |
| 7407 | modified | chris.laprun@jboss.com | //trunk/common/src/main/org/jboss/portal/common/net/URLTools.java | - Added support for proxy in performGET. NOT TESTED! |
| 7406 | modified | julien@jboss.com | //trunk/core/src/main/org/jboss/portal/core/model/CustomizationManager.java | minor javadoc |
| 7405 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/framework/TestWSRPProducer.java | - Started fixing failing WSRP tests: + Started cleaning up TestWSRPProducerImpl to have a correct implementation of initCookie (still need to properly hook to JBoss WS). + Fixed incorrect assumption in testSessionHandling: a Cookie is not necessarily set by all producers when a session is created on the producer. + Cleaned up testInitCookie (still failing). + Removed TestWSRPProducer.setResponse as it's not used anymore. |
| 7405 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java | - Started fixing failing WSRP tests: + Started cleaning up TestWSRPProducerImpl to have a correct implementation of initCookie (still need to properly hook to JBoss WS). + Fixed incorrect assumption in testSessionHandling: a Cookie is not necessarily set by all producers when a session is created on the producer. + Cleaned up testInitCookie (still failing). + Removed TestWSRPProducer.setResponse as it's not used anymore. |
| 7405 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/framework/TestWSRPProducerImpl.java | - Started fixing failing WSRP tests: + Started cleaning up TestWSRPProducerImpl to have a correct implementation of initCookie (still need to properly hook to JBoss WS). + Fixed incorrect assumption in testSessionHandling: a Cookie is not necessarily set by all producers when a session is created on the producer. + Cleaned up testInitCookie (still failing). + Removed TestWSRPProducer.setResponse as it's not used anymore. |