Re: dev:restart and permanent generation leak?

2013-01-31 Thread Jean-Baptiste Onofré
Hi Raman, I tried with Felix, same behavior. Each dev:restart execution uses around 80% of additional Perm Gen: - 23,724,976 - 29,829,568 at first execution - 29,829,568 - 35,809,616 at second execution ... I gonna take a look in dev:restart command. Regards JB On 01/31/2013 08:16 AM,

Class not found exception org.apache.karaf.jaas.boot.principal.RolePrincipal

2013-01-31 Thread siv vasan
Hi, I am using karaf 2.3. I am trying to deploying web application on karaf Jetty. It uses JAAS for authentication. I am facing class not found exception. Why is this class not available to my webapp ? Please help on this. Exception: java.lang.RuntimeException: java.lang.ClassNotFoundException:

Exception if jsp is declated in web.xml servlet elemnt

2013-01-31 Thread siv vasan
I am using karaf 2.3 with pax.web.pax-web-extender-war 1.1.3. My web.xml has following mapping. servlet servlet-namelogin/servlet-name jsp-file/login.jsp/jsp-file /servlet servlet-mapping servlet-namelogin/servlet-name url-pattern/login/url-pattern

Re: Exception if jsp is declated in web.xml servlet elemnt

2013-01-31 Thread Achim Nierbeck
I just gave it a try with the Pax-Web Sample WAR, this one does work. For an example web.xml take a look at [1]. regards, Achim [1] - https://github.com/ops4j/org.ops4j.pax.web/blob/master/samples/war/src/main/webapp/WEB-INF/web.xml 2013/1/31 Achim Nierbeck bcanh...@googlemail.com Hi, I'm

Re: Alias does not start with slash (/)

2013-01-31 Thread Raman
Freeman,                 Any clue on this? Regards Raman --- No, I used Karaf 2.3 as it is and deployed CXF into it.   Infact, I tried by adding file org.apache.cxf.osgi.cfg to  $KARAF_HOME/etc with property org.apache.cxf.servlet.context=cxf, but did not help.  

Re: Alias does not start with slash (/)

2013-01-31 Thread Freeman Fang
Hi, Could you please append a test case which I can build and deploy to reproduce it? So that I can take a close look - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog:

Re: Alias does not start with slash (/)

2013-01-31 Thread Raman
I'll try. Thank you Freeman. Regards Raman From: Freeman Fang freeman.f...@gmail.com To: Raman raman9...@yahoo.com Cc: user@karaf.apache.org user@karaf.apache.org Sent: Friday, 1 February 2013 10:41 AM Subject: Re: Alias does not start with slash (/) Hi,