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.

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 wrote: > coolest. Thanks for all the helps > > -D > > On Tue, Apr 5, 2011 at

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ão wrote: Hi, I'm experiencing some weird behavi

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 wrote: > 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

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: 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 wrote: > No log entries appear in data/log/karaf.log after copying the eba in the > deploy folder. > > -- > View this message in context:

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
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: Y

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 and

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 me

Re: Multiple instances of Karaf on same host

2011-04-20 Thread Achim Nierbeck
hmm, if someone changes the port back to 8080 through the pax-web cfg file we end up in the same situation. And as far as I know how jetty and pax web work there is no other way to get this going. Since pax-web creates an instance of the jetty server, which is configured afterwards. So if there is

Re: Multiple instances of Karaf on same host

2011-04-20 Thread Jean-Baptiste Onofré
It makes sense. Do you have created a Jira for that ? I can create it if you don't have an user yet. Thanks Regards JB On 04/20/2011 03:37 AM, tm...@yahoo.com wrote: I observed that by default both 8080 and 8181 will be in used if starting karaf with http feature installed. This is because jet

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 04/19/201