Re: Multiple instances of Karaf on same host

2011-04-20 Thread Andreas Pieber
Hey Triet, +1, Can you please create an issue for this problem? I'll include this change into the soon coming 2.2.1 release Thanks and kind regards, Andreas On Wed, Apr 20, 2011 at 3:37 AM, tm...@yahoo.com tm...@yahoo.com wrote: I observed that by default both 8080 and 8181 will be in used if

Re: Aries and Karaf

2011-04-20 Thread Jean-Baptiste Onofré
Hi Patrick, Karaf provide Enterprise feature which provide: - Aries JTA - Aires JPA - Aries JNDI - Aries EBA You can take a look on the features descriptor: http://repo2.maven.org/maven2/org/apache/karaf/assemblies/features/enterprise/2.2.0/enterprise-2.2.0-features.xml Regards JB On

Re: Aries and Karaf

2011-04-20 Thread Tario
Hi JB, I did now install the features jpa and application-without-isolation. But if I copy the eba into the deploy folder, still nothing happens. It doesn't even generate any log entry in data/log/karaf.log What am I doing wrong? What is the right way to do this? Thanks, Patrick -- View this

Re: Aries and Karaf

2011-04-20 Thread Jean-Baptiste Onofré
You did right :) If you dropped the EBA into the deploy folder and nothing occurs, it means that there is no deployer for the EBA artifacts. The Aries bundles managing the EBA deployment is the deployment.management one. I'm not sure that it's a Karaf compliant deployer. I will make a try

Re: Aries and Karaf

2011-04-20 Thread Charles Moulliard
Hi, Can you check the log of karaf to see if Aries Application has generated some errors. Sometimes, this is a bit tricky to find them but eba application without should be deployed if all the required bundles are there ;-) Regards, Charles On 20/04/11 14:49, Jean-Baptiste Onofré wrote:

Re: Aries and Karaf

2011-04-20 Thread Tario
No log entries appear in data/log/karaf.log after copying the eba in the deploy folder. -- View this message in context: http://karaf.922171.n3.nabble.com/Aries-and-Karaf-tp2836655p2842911.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Aries and Karaf

2011-04-20 Thread Charles Moulliard
Did you try to deploy an EBA example from Aries project ? If yes, can you tell me which one to allow us to make a test On Wed, Apr 20, 2011 at 4:07 PM, Tario patr...@tario.org wrote: No log entries appear in data/log/karaf.log after copying the eba in the deploy folder. -- View this message

Karaf shell problem with long lines

2011-04-20 Thread Cristiano Gavião
Hi, I'm experiencing some weird behavior using karaf shell command with terminal's macosx. When I tried to install a feature with a long line pasted inside one terminal window (with the size smaller than the copied line) I got a RuntimeException... See: I copied this from a text editor:

Re: Karaf shell problem with long lines

2011-04-20 Thread Guillaume Nodet
Yes, and that i've fixed those issues trunk and 2.2.x branch, though that's not released yet. On Wed, Apr 20, 2011 at 23:56, Cristiano Gavião cvgav...@gmail.com wrote: Hi, I'm experiencing some weird behavior using karaf shell command with terminal's macosx. When I tried to install a

Re: Karaf shell problem with long lines

2011-04-20 Thread Cristiano Gavião
Hi Guillaume, thanks for the clarification cheers Cristiano On 20/04/11 19:07, Guillaume Nodet wrote: Yes, and that i've fixed those issues trunk and 2.2.x branch, though that's not released yet. On Wed, Apr 20, 2011 at 23:56, Cristiano Gaviãocvgav...@gmail.com wrote: Hi, I'm

Re: Looking for bundle service to download a maven artifact

2011-04-20 Thread Dan Tran
Just want to follow up with this topic. Under Karaf URL class understands mvn url protocol out of the box. There is no need to implement URLStreamFactoryHandler Thanks -Dan On Tue, Apr 5, 2011 at 7:55 PM, Dan Tran dant...@gmail.com wrote: coolest. Thanks for all the helps -D On Tue, Apr

Re: Aries and Karaf

2011-04-20 Thread Tario
I tried to deploy the blog jpa example. org.apache.aries.samples.blog.jpa.eba-0.3.eba Thanks, Patrick -- View this message in context: http://karaf.922171.n3.nabble.com/Aries-and-Karaf-tp2836655p2845110.html Sent from the Karaf - User mailing list archive at Nabble.com.