Re: Unable to load Spring's petcare showcase using karaf 2.3.0 and 3.0 snapshots and 2.2.7

2012-07-07 Thread Achim Nierbeck
Hi Dan, I'm pretty sure it uses the bundlor tool of spring / gemini (whatsoever ;) ) Maybe if I find time I'll try how this compares to bnd. Though it still needs to do a lot of magic and the magic done by bnd does have some limits cause it only scans the bytecode and the xml files (and some

Re: Unable to load Spring's petcare showcase using karaf 2.3.0 and 3.0 snapshots and 2.2.7

2012-06-30 Thread Dan Tran
Actually I have not touched virgo for at least a year. However as i recall, loading a vanilla war file is very transparent, Virgo does the magic behind the scene. All I did, is just dropped my war into a Virgo hot deploy folder and the magic happens Thanks -Dan On Fri, Jun 29, 2012 at 3:23 AM,

Re: Unable to load Spring's petcare showcase using karaf 2.3.0 and 3.0 snapshots and 2.2.7

2012-06-29 Thread Achim Nierbeck
Hi Dan, ok, coming back to your issue, since talking of virgo :) did you try what the spring-bundlor does to the standard war and how it looks different to what the bnd tool (either as maven-bundle or used with the wrap-protokol) does to the war in question. I'm pretty sure we at ops4j would

Re: Unable to load Spring's petcare showcase using karaf 2.3.0 and 3.0 snapshots and 2.2.7

2012-06-28 Thread Dan Tran
Ah, I totally forgot about that requirement. Will look into it. btw, Virgo works great with vanilla webapp out of the box Thanks -Dan On Tue, Jun 26, 2012 at 1:47 AM, Achim Nierbeck bcanh...@googlemail.com wrote: Hi Dan, how does your URL look like? With spring based web-app this can be

Re: Unable to load Spring's petcare showcase using karaf 2.3.0 and 3.0 snapshots and 2.2.7

2012-06-28 Thread Achim Nierbeck
Hi Dan, thanx for pointing to Virgo, unfortunately I'm a not good enough [1] therefore I do not get paid for working on this, I solely do this in my spare time for fame and fortune. regards, Achim [1] - http://journal.dedasys.com/2012/03/22/im-not-good-enough-to-work-on-open-source-software

Re: Unable to load Spring's petcare showcase using karaf 2.3.0 and 3.0 snapshots and 2.2.7

2012-06-28 Thread Dan Tran
Hi Achim Sorry about offending in any way, you have been very responsive of all of my inquiries -Dan On Wed, Jun 27, 2012 at 11:57 PM, Achim Nierbeck bcanh...@googlemail.com wrote: Hi Dan, thanx for pointing to Virgo, unfortunately I'm a not good enough [1] therefore I do not get paid for

Re: Unable to load Spring's petcare showcase using karaf 2.3.0 and 3.0 snapshots and 2.2.7

2012-06-26 Thread Achim Nierbeck
Hi Dan, how does your URL look like? With spring based web-app this can be a bit more tricky. For the following reason, when having a non OSGi Webapplication you need to install it a webbundle. The URL-Handler taking care of this will try to make the non-osgi war a web application bundle

Unable to load Spring's petcare showcase using karaf 2.3.0 and 3.0 snapshots and 2.2.7

2012-06-21 Thread Dan Tran
Hi I am continuing my quest to get a vanila spring webapp war file to load on karaf The example is at https://src.springframework.org/svn/spring-samples/petcare/trunk. This example loads perfectly on my tomcat7.0.27 + jdk7 Under karaf, after features:install war karaf fails to load my