Re: KARAF - Long command problem(Can I wrap a command)

2011-09-28 Thread Matt Madhavan
Hi Andreas, Can you please further explain what you mean by this one? You mean adding Felix Console? Thanks Matt -- View this message in context: http://karaf.922171.n3.nabble.com/KARAF-Long-command-problem-Can-I-wrap-a-command-tp3373275p3376479.html Sent from the Karaf - User mailing list

Re: Commons DBCP fails to install on Karaf 2.2.3

2011-09-28 Thread Ioannis Canellos
This mean that it cannot find javax.transaction package exported. You will need to install a bundle that provides it. You can try using this: osgi:install -s mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 This will probably do the trick. -- *Ioannis Canellos* * FuseSource

Re: Features/bundles for OpenJPA/JTA

2011-09-28 Thread Ioannis Canellos
I think that the feature for jta is called transaction. -- *Ioannis Canellos* * FuseSource http://fusesource.com ** Blog: http://iocanel.blogspot.com ** Apache Karaf http://karaf.apache.org/ Committer PMC Apache ServiceMix http://servicemix.apache.org/ Committer Apache Gora

Re: Commons DBCP fails to install on Karaf 2.2.3

2011-09-28 Thread Ioannis Canellos
You can also install the transaction feature of karaf, which will install the transaction api and aries transaction bundles. -- *Ioannis Canellos* * FuseSource http://fusesource.com ** Blog: http://iocanel.blogspot.com ** Apache Karaf http://karaf.apache.org/ Committer PMC Apache ServiceMix

bundles command in 2.2.3

2011-09-28 Thread Brad Beck
One used to be able to get a list of bundles at the console using bundles, the 2.2.3 manual even still references it. I can't seem to get it to work under 2.2.3. Was this an intentional change? If so, is there an alternative? Thanks, -Brad

Queations On Child Instances - likely scenerios and Uses

2011-09-28 Thread Matt Madhavan
Hello, Sorry bear with me am just beginning to grasp the usefulness of Karaf! I have some questions on Karaf! When under what situations you would want to create child instances. when is it useful? Can some one give me some info on this one? I'm looking for some likely scenerios! Thanks Matt

Re: Child Instances - Webconsole http port numbers?

2011-09-28 Thread Matt Madhavan
PLEASE IGNORE THIS ONE! I HAVE FIGURED THIS ONE OUT! I had to create a file called *etc/org.ops4j.pax.web.cfg* and have the prop org.osgi.service.http.port=8181 Thanks Matt -- View this message in context:

Re: EBA and Karaf - Can I install an EBA to KARAF

2011-09-28 Thread David Jencks
If you install the enterprise application-without-isolation feature you should get eba support. david jencks On Sep 28, 2011, at 4:59 PM, Matt Madhavan wrote: Hello, Can some one let me know if I can install an EBA to Karaf? If I can whats the syntax? Thanks in advance! Matt -- View

Re: EBA and Karaf - Can I install an EBA to KARAF

2011-09-28 Thread Johan Edstrom
Matt, Since you are a person that we've noticed. You are active, post really good questions and provide really good feedback - would you mind helping us in signing the Apache contributor paperwork and possibly helping us fix up the Jira? Thank you! On Sep 28, 2011, at 6:07 PM, Matt Madhavan

Re: Features/bundles for OpenJPA/JTA

2011-09-28 Thread Jean-Baptiste Onofré
Hi Matt, the JTA feature is part of the enterprise features, and named transaction. Regards JB On 09/17/2011 09:11 PM, Matt Madhavan wrote: Hi JB, I have deleted my Karaf installation and starting from scratch again. I do not see any features for jta when I do the features:list. I do see jpa

Re: EBA and Karaf - Can I install an EBA to KARAF

2011-09-28 Thread Guillaume Nodet
Aries already provides a deployer for eba files iirc. On Thu, Sep 29, 2011 at 07:29, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi, the EBA is an artifact format coming from Apache Aries. Currently, we don't have a deployer (polling the deploy folder) for this artifact. Anyway, it

Re: EBA and Karaf - Can I install an EBA to KARAF

2011-09-28 Thread Jean-Baptiste Onofré
Thanks for the update Guillaume. Anyway, regarding the application-without-isolation feature, I can't see any bundle looking like a deployer. Maybe we would have just to add the deployer bundle in the feature. I will dig around that. Regards JB On 09/29/2011 07:46 AM, Guillaume Nodet wrote: