Deploying WAB on karaf

2011-05-01 Thread Tario
Hi,

I'm trying to deploy a very simple WAB bundle on karaf but failed.

The bundle currently only consists of a static example html page, a manifest
and a web.xml.

I have the following features installed in karaf that might be relevant:

application-without-isolation
http
jetty

I tried copying both the bundle with a .jar extension into the deploy folder
which resulted in the bundle being loaded but the content still not
accessible over the web. And also a .wab extension which resulted in no
reaction at all.

There is no log entry whatsoever.

Any ideas what I'm doing wrong?

Thanks,
Patrick --
View this message in context: 
http://karaf.922171.n3.nabble.com/Deploying-WAB-on-karaf-tp2885987p2885987.html
Sent from the Karaf - User mailing list archive at Nabble.com.


Re: Deploying WAB on karaf

2011-05-01 Thread Tario
pax-web is deployed


OPS4J Pax Web - APIorg.ops4j.pax.web.pax-web-api
OPS4J Pax Web - Jettyorg.ops4j.pax.web.pax-web-jetty
OPS4J Pax Web - Runtimeorg.ops4j.pax.web.pax-web-runtime
OPS4J Pax Web - Service SPIorg.ops4j.pax.web.pax-web-spi

also the webconsole of karaf is running--
View this message in context: 
http://karaf.922171.n3.nabble.com/Deploying-WAB-on-karaf-tp2885987p2886825.html
Sent from the Karaf - User mailing list archive at Nabble.com.


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 message in context: 
http://karaf.922171.n3.nabble.com/Aries-and-Karaf-tp2836655p2842541.html
Sent from the Karaf - User mailing list archive at Nabble.com.


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 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.


Aries and Karaf

2011-04-18 Thread Tario
Hi,

I've worked with OSGi before and would now like to use some of the OSGi
enterprise features, like deploying eba and using jpa.

I've found karaf and it makes a solid impression as a container (I
especially like the out of the box OS integration). I'm currently using the
standard osgi container (felix) but could also switch to equinox.

I'd like to deploy the jpa example from apache aries on karaf.

Is there any description what the required steps are? 
Karaf seems to already include some aries stuff, does it require some
additional bundles for the example? Which ones?

I've seen some discussions about the examples in google, but did not find a
description what to do, to actually deploy the example.

What is required to get eba files deployed in karaf? Does the jpa feature
provide the necessary stuff for the aries jpa example?

Thanks,
Patrick



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Aries-and-Karaf-tp2836655p2836655.html
Sent from the Karaf - User mailing list archive at Nabble.com.