character '\''s escape value is not correctly in Karaf's dynamic configurations

2011-03-21 Thread ext2
Hi: Karaf support using Properties files to store dynamic configurations. But it seems the escape value of '\' is not correctly. For example: if I write such a properties: keyA= The value of KeyA should be two '\' character. But karaf's configurations is readed the value as a

Re: character '\''s escape value is not correctly in Karaf's dynamic configurations

2011-03-21 Thread ext2
Thanks Jean-Baptiste I have tried as you said. But it doesn't work.. If I configure keyA=\\, the actually readed String in memory is String() (three character, [0]= '\', [1]='\\', [2]='\'). But I actually want configure this value as a string which contains two '\' character ;

The problem integration spring with hibernate still. i hope iocanel could help me...

2011-03-21 Thread stream
Hi... i've tried to integrate spring3 with hiberante, i according to means in this site http://iocanel.blogspot.com/2010/07/wicket-spring-3-jpa2-hibernate-osgi.html i just download the file of tar and mvn clear install as said as site. then deploy the jar to the karaf. then

Re: Karaf 2.2 issue with org.apache.xerces.jaxp.SAXParserFactoryImpl not found

2011-03-21 Thread dobi
Hello, I finally got this working. The problem was that the jre org.w3.dom package has no class ElementTraversal, which is added by the batik-ext package in a standard java environment. But as osgi can only wire a package from one bundle, the batik-ext bundle I installed was used for wiring

Configuring Jetty in Karaf to use HTTP instead of HTTPS

2011-03-21 Thread karafman
All, Currently, I'm using Jetty to create an restful endpoint used by Camel inside of Karaf. I'd like to use HTTPS, does anyone have a suggestion about how to do that? Karaf 2.0.0 Camel 2.5 - Karafman Slayer of the JEE Pounder of the Perl Programmer -- View this message in context:

Re: Followup on getting felix scr commands to show up in karaf

2011-03-21 Thread Guillaume Nodet
That's the expected behavior. Command themselves work but not completion. On Sun, Mar 20, 2011 at 02:35, Christoper Blunck ch...@thebluncks.com wrote: Hi Guillaume- Thanks for giving me some troubleshooting techniques.  I ran the osgi:ls command and here is a snippit of the output: Apache