Author: chris.laprun(a)jboss.com
Date: 2011-03-18 05:42:40 -0400 (Fri, 18 Mar 2011)
New Revision: 6089
Modified:
components/wsrp/branches/2.0.x/common/src/main/java/org/gatein/wsrp/WSRPConstants.java
Log:
- Updated comments to make the situation clearer wrt GTNWSRP-90.
Modified:
components/wsrp/branches/2.0.x/common/src/main/java/org/gatein/wsrp/WSRPConstants.java
===================================================================
---
components/wsrp/branches/2.0.x/common/src/main/java/org/gatein/wsrp/WSRPConstants.java 2011-03-18
09:38:06 UTC (rev 6088)
+++
components/wsrp/branches/2.0.x/common/src/main/java/org/gatein/wsrp/WSRPConstants.java 2011-03-18
09:42:40 UTC (rev 6089)
@@ -52,7 +52,7 @@
*/
public static final String WSRP_SERVICE_VERSION;
- private static final String GATEIN_RUNTIME_CONTEXT_PROP_NAME =
"gatein.runtime.context"; // todo: remove when GTNWSRP-90 is fixed
+ private static final String GATEIN_RUNTIME_CONTEXT_PROP_NAME =
"gatein.runtime.context"; // todo: remove when common is upgraded to 2.0.4+ (see
GTNWSRP-90)
static
{
@@ -67,7 +67,7 @@
}
WSRP_SERVICE_VERSION = props.getProperty("wsrp.service.version");
- RUNS_IN_EPP =
"epp".equals(System.getProperty(GATEIN_RUNTIME_CONTEXT_PROP_NAME)); // todo:
remove when GTNWSRP-90 is fixed
+ RUNS_IN_EPP =
"epp".equals(System.getProperty(GATEIN_RUNTIME_CONTEXT_PROP_NAME)); // todo:
remove when common is upgraded to 2.0.4+ (see GTNWSRP-90)
}