|
| 5221 | modified | chris.laprun@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/main/org/jboss/portal/wsrp/producer/MarkupHandler.java | - JBPORTAL-1041: de-activated fragment processing for 2.4.1. Will be converted to interceptor for 2.6. Adapted test case.- JBPORTAL-1039: first implementation. If no namespace prefix is provided by the consumer, use the portlet handle for now. Better implementation will be needed in 2.6. Add namespacePrefix and portletInstanceKey to markup request in consumer.- Improved logging.- Minor code improvements. |
| 5221 | modified | chris.laprun@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/main/org/jboss/portal/wsrp/consumer/InvocationHandler.java | - JBPORTAL-1041: de-activated fragment processing for 2.4.1. Will be converted to interceptor for 2.6. Adapted test case.- JBPORTAL-1039: first implementation. If no namespace prefix is provided by the consumer, use the portlet handle for now. Better implementation will be needed in 2.6. Add namespacePrefix and portletInstanceKey to markup request in consumer.- Improved logging.- Minor code improvements. |
| 5221 | modified | chris.laprun@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/main/org/jboss/portal/test/wsrp/v1/producer/MarkupTestCase.java | - JBPORTAL-1041: de-activated fragment processing for 2.4.1. Will be converted to interceptor for 2.6. Adapted test case.- JBPORTAL-1039: first implementation. If no namespace prefix is provided by the consumer, use the portlet handle for now. Better implementation will be needed in 2.6. Add namespacePrefix and portletInstanceKey to markup request in consumer.- Improved logging.- Minor code improvements. |
| 5221 | modified | chris.laprun@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/main/org/jboss/portal/wsrp/producer/WSRPProducerImpl.java | - JBPORTAL-1041: de-activated fragment processing for 2.4.1. Will be converted to interceptor for 2.6. Adapted test case.- JBPORTAL-1039: first implementation. If no namespace prefix is provided by the consumer, use the portlet handle for now. Better implementation will be needed in 2.6. Add namespacePrefix and portletInstanceKey to markup request in consumer.- Improved logging.- Minor code improvements. |
| 5221 | modified | chris.laprun@jboss.com | //branches/JBoss_Portal_Branch_2_4/common/src/main/org/jboss/portal/test/common/URLToolsTestCase.java | - JBPORTAL-1041: de-activated fragment processing for 2.4.1. Will be converted to interceptor for 2.6. Adapted test case.- JBPORTAL-1039: first implementation. If no namespace prefix is provided by the consumer, use the portlet handle for now. Better implementation will be needed in 2.6. Add namespacePrefix and portletInstanceKey to markup request in consumer.- Improved logging.- Minor code improvements. |
| 5221 | modified | chris.laprun@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/main/org/jboss/portal/portlet/state/producer/StatefulPortletInvoker.java | - JBPORTAL-1041: de-activated fragment processing for 2.4.1. Will be converted to interceptor for 2.6. Adapted test case.- JBPORTAL-1039: first implementation. If no namespace prefix is provided by the consumer, use the portlet handle for now. Better implementation will be needed in 2.6. Add namespacePrefix and portletInstanceKey to markup request in consumer.- Improved logging.- Minor code improvements. |
| 5220 | modified | chris.laprun@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/main/org/jboss/portal/test/wsrp/TestWSRPProducerImpl.java | - JBPORTAL-1050: fix error when returned markup was empty- Added test case for it. |
| 5220 | modified | chris.laprun@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/SOF.java | - JBPORTAL-1050: fix error when returned markup was empty- Added test case for it. |
| 5220 | modified | chris.laprun@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/main/org/jboss/portal/wsrp/consumer/RenderHandler.java | - JBPORTAL-1050: fix error when returned markup was empty- Added test case for it. |
| 5220 | modified | chris.laprun@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java | - JBPORTAL-1050: fix error when returned markup was empty- Added test case for it. |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc/log4j/Log4jSequenceBuilder.java | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/resources/test/jsr168/misc/log4j-war/WEB-INF/web.xml | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc/log4j | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc/log4j/LoggingPortlet.java | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/main/org/jboss/portal/test/framework/portlet/components/AbstractUniversalTestPortlet.java | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc/log4j/CustomLoggerFactory.java | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/resources/test/jsr168/misc/log4j-war/WEB-INF | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/resources/test/jsr168/misc | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/main/org/jboss/portal/portlet/container/PortletContainer.java | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc/log4j/Log4jTestSuite.java | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc/log4j/CustomLogger.java | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/resources/test/jsr168/misc/log4j-war/WEB-INF/portlet.xml | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/build.xml | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5199 | added | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/portlet/src/resources/test/jsr168/misc/log4j-war | JBPORTAL-1036 : Portlet container uses a log4j logger that use the portlet class name as category which leads to create a logger and prevent that portlet to uses its own logger factory |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/common/common.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/core/core.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/format/format.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/api/api.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/identity/identity.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/migration/migration.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/portlet/portlet.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/testsuite/testsuite.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/wsrp/wsrp.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/bridge/bridge.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/jems/jems.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/test/test.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/federation/federation.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/faces/faces.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/theme/theme.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/cms/cms.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/server/server.iml | idea files use svn instead of cvs as version control |
| 5198 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/build/ide/intellij/idea50/modules/security/security.iml | idea files use svn instead of cvs as version control |
| 5197 | deleted | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/server/src/main/org/jboss/portal/test/server/session | remove obsolete stuff due to better integration of http session with wsrp |
| 5197 | deleted | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/server/src/main/org/jboss/portal/server/servlet/ProxyResponse.java | remove obsolete stuff due to better integration of http session with wsrp |
| 5197 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/server/build.xml | remove obsolete stuff due to better integration of http session with wsrp |
| 5197 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/resources/test-wsrp-producer-sar/META-INF/jboss-service.xml | remove obsolete stuff due to better integration of http session with wsrp |
| 5197 | deleted | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/main/org/jboss/portal/wsrp/aspects/portlet/SessionInterceptor.java | remove obsolete stuff due to better integration of http session with wsrp |
| 5197 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/resources/portal-wsrp-sar/META-INF/jboss-service.xml | remove obsolete stuff due to better integration of http session with wsrp |
| 5197 | modified | julien@jboss.com | //branches/JBoss_Portal_Branch_2_4/wsrp/src/main/org/jboss/portal/wsrp/WSRPProducer.java | remove obsolete stuff due to better integration of http session with wsrp |