Issue #706 - Removing org.apache.jasper.compiler.disablejsr199 references
This commit is contained in:
parent
30f8f32594
commit
35de3899b6
|
@ -47,9 +47,6 @@ public class FragmentActivator implements BundleActivator
|
||||||
*/
|
*/
|
||||||
public void start(BundleContext context) throws Exception
|
public void start(BundleContext context) throws Exception
|
||||||
{
|
{
|
||||||
//jsr199 compilation does not work in osgi
|
|
||||||
System.setProperty("org.apache.jasper.compiler.disablejsr199", Boolean.TRUE.toString());
|
|
||||||
|
|
||||||
//set up some classes that will look for bundles with tlds that must be converted
|
//set up some classes that will look for bundles with tlds that must be converted
|
||||||
//to urls and treated as if they are on the Jetty container's classpath so that
|
//to urls and treated as if they are on the Jetty container's classpath so that
|
||||||
//jasper can deal with them
|
//jasper can deal with them
|
||||||
|
|
|
@ -20,4 +20,3 @@
|
||||||
# -XX:+PrintTenuringDistribution
|
# -XX:+PrintTenuringDistribution
|
||||||
# -XX:+PrintCommandLineFlags
|
# -XX:+PrintCommandLineFlags
|
||||||
# -XX:+DisableExplicitGC
|
# -XX:+DisableExplicitGC
|
||||||
# -Dorg.apache.jasper.compiler.disablejsr199=true
|
|
||||||
|
|
|
@ -20,4 +20,3 @@
|
||||||
# -XX:+PrintTenuringDistribution
|
# -XX:+PrintTenuringDistribution
|
||||||
# -XX:+PrintCommandLineFlags
|
# -XX:+PrintCommandLineFlags
|
||||||
# -XX:+DisableExplicitGC
|
# -XX:+DisableExplicitGC
|
||||||
# -Dorg.apache.jasper.compiler.disablejsr199=true
|
|
||||||
|
|
Loading…
Reference in New Issue