Re: JPA 2.1 (eclipselink) in Karaf 3.01

2014-07-23 Thread Achim Nierbeck
Hmm, DynamicImport-Package should always be used as the last alternative. In your case I'd make sure it is restricted to org.eclipse.persistence.*. This way you make sure you don't start to import other not intended packages. regards, Achim 2014-07-23 5:22 GMT+02:00 Rodrigo Serra

Re: karaf-3.0.2 Problem with console

2014-07-23 Thread nseb
Hi Jean-Baptiste, have you had time to reproduce the problem of console windows? Regards, Sébastien. - CTO , JeetConsulting. Analyze now your Maven Java projects' dependencies , here -- View this message in context:

Re: karaf-3.0.2 Problem with console

2014-07-23 Thread Jean-Baptiste Onofré
Hi Sébastien, no yet, but it's on my TODO for today (I finished 2.3.6 release preparation and I have a couple things to do on Pax Exam). I keep you posted. Regards JB On 07/23/2014 09:34 AM, nseb wrote: Hi Jean-Baptiste, have you had time to reproduce the problem of console windows?

Re: karaf-3.0.2 Problem with console

2014-07-23 Thread nseb
Thanks! Regards, Sébastien. - CTO , JeetConsulting. Analyze now your Maven Java projects' dependencies , here -- View this message in context: http://karaf.922171.n3.nabble.com/karaf-3-0-2-Problem-with-console-tp4034304p4034390.html Sent from the Karaf - Dev mailing list archive at

Re: JPA 2.1 (eclipselink) in Karaf 3.01

2014-07-23 Thread Rodrigo Serra
ok, sound good. Thank you. Regards, Rodrigo El 23/07/2014, a las 03:23, Achim Nierbeck bcanh...@googlemail.com escribió: Hmm, DynamicImport-Package should always be used as the last alternative. In your case I'd make sure it is restricted to org.eclipse.persistence.*. This way you make sure

Read password securely from Karaf CLI

2014-07-23 Thread SapnaB
Hi All, I have a requirement to read the clients' userid and password securely from the Karaf shell. Is there a way to do this? I have gone through the org.apache.karaf.shell.console.impl.jline.ConsoleImpl class, but cant understand the usage and constructor parameters. Can someone please point