Make E4 login lifecycle URI more robust
[lgpl/argeo-commons.git] / org.argeo.cms.e4.rap / src / org / argeo / cms / e4 / rap / AbstractRapE4App.java
index da71e90ad43cad4d98466a0570c98c55eed0b859..f79864a547cc52116469235437e1f5183f6bd4d9 100644 (file)
@@ -35,8 +35,7 @@ public abstract class AbstractRapE4App implements ApplicationConfiguration {
                        }
                });
 
-               String lifeCycleUri = "bundleclass://" + bc.getBundle().getSymbolicName() + "/"
-                               + CmsLoginLifecycle.class.getName();
+               String lifeCycleUri = "bundleclass://org.argeo.cms.e4.rap/org.argeo.cms.e4.rap.CmsLoginLifecycle";
 
                Map<String, String> properties = new HashMap<String, String>();
                properties.put(WebClient.PAGE_TITLE, pageTitle);