Hi Karl, If we don't set it to false then the Felix URL handler is not able to delegate to our other protocols that we support and get the malformed URL exception. Is there a way I can add to just route the bundle protocol to Felix and rest to be handled by WLS handler?
Regards, Rashi On 6/14/14 5:32 AM, Karl Pauls [via Apache Felix] wrote: > Why are you setting the url handlers to false - it should delegate to the > original handler by default no? > > regards, > > Karl > > > On Sat, Jun 14, 2014 at 12:58 AM, nigamrashi <[hidden email] > </user/SendEmail.jtp?type=node&node=5008574&i=0>> wrote: > > > Hi, > > > > I am starting Felix in embedded mode from within WebLogic server. I > have to > > set the felix.service.urlhandlers=false as we want WebLogic URL > handlers to > > take care of specific protocols. I am getting unknown protocol: bundle > > exception. Is this a known issue and is there a way I can resolve this > > exception? > > > > I am getting following exception:tion: javax.faces.FacesException: > > java.net.MalformedURLException: unknown protocol: bundle > > at > > > > > com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:661) > > at > > com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:323) > > at > > > > > com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:216) > > at > > > > > weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:678) > > at > > > > > weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) > > at > > > weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) > > at > > weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java > > > > Thanks, > > Rashi > > > > > > > > -- > > View this message in context: > > > http://apache-felix.18485.x6.nabble.com/Unknown-Protocol-Exception-for-Embedded-Felix-Container-tp5008569.html > > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [hidden email] > </user/SendEmail.jtp?type=node&node=5008574&i=1> > > For additional commands, e-mail: [hidden email] > </user/SendEmail.jtp?type=node&node=5008574&i=2> > > > > > > > -- > Karl Pauls > [hidden email] </user/SendEmail.jtp?type=node&node=5008574&i=3> > http://twitter.com/karlpauls > http://www.linkedin.com/in/karlpauls > https://profiles.google.com/karlpauls > > > ------------------------------------------------------------------------ > If you reply to this email, your message will be added to the > discussion below: > http://apache-felix.18485.x6.nabble.com/Unknown-Protocol-Exception-for-Embedded-Felix-Container-tp5008569p5008574.html > > > To unsubscribe from Unknown Protocol Exception for Embedded Felix > Container., click here > <http://apache-felix.18485.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5008569&code=cmFzaGkubmlnYW1Ab3JhY2xlLmNvbXw1MDA4NTY5fC0xODg1MzY3ODc4>. > NAML > <http://apache-felix.18485.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > > -- View this message in context: http://apache-felix.18485.x6.nabble.com/Unknown-Protocol-Exception-for-Embedded-Felix-Container-tp5008569p5008583.html Sent from the Apache Felix - Users mailing list archive at Nabble.com.

