Re: Sling on JBoss 7.1 - Servlet Resolution

2012-05-15 Thread Dascalita Dragos
Felix, thanks for your answer. Today I found some time to try your suggestion. I've actually taken the latest Felix /Sling sources and recompiled, to have that property already in sling.properties. Things are looking a lot better. Of course, not all bundles work out of the box. I've tried for inst

Re: Sling on JBoss 7.1 - Servlet Resolution

2012-05-09 Thread Felix Meschberger
Hi, Am 08.05.2012 um 23:45 schrieb Dascalita Dragos: > Thanks for the reply. I was looking to find some time to investigate myself > too. > So far all I noticed by looking at the bundles, as Justin suggested me, is > that org.apache.felix.http.bridge bundle is listed in JBoss while in Sling > it'

Re: Sling on JBoss 7.1 - Servlet Resolution

2012-05-09 Thread Felix Meschberger
Hi Dragos, You will have to add the following line to your sling.properties file: sling.bootdelegation.jboss=__redirected This allows the JBoss XML factories to be found and used. Otherwise te JSP scripting cannot do the XML game... I will also add this line to the default sling.properties

Re: Sling on JBoss 7.1 - Servlet Resolution

2012-05-08 Thread Dascalita Dragos
Thanks for the reply. I was looking to find some time to investigate myself too. So far all I noticed by looking at the bundles, as Justin suggested me, is that org.apache.felix.http.bridge bundle is listed in JBoss while in Sling it's not listed, and org.apache.felix.http.jetty is listed in Sling,

Re: Sling on JBoss 7.1 - Servlet Resolution

2012-05-08 Thread Felix Meschberger
Hi Sorry for the delay. I can unfortunately confirm that JSPs don't work even though ESPs (JavaScript) do work. Will have to further investigate what's going on. Regards Felix Am 07.05.2012 um 10:53 schrieb Dascalita Dragos: > Hi, > > Thanks to a patch on Apache Felix, committed by Felix Mes

Re: Sling on JBoss 7.1 - Servlet Resolution

2012-05-07 Thread Justin Edelson
Are all of the bundles active? I find that frequently when the right script doesn't get execute, it's because a bundle isn't active. Justin On Mon, May 7, 2012 at 1:53 PM, Dascalita Dragos wrote: > Hi, > > Thanks to a patch on Apache Felix, committed by Felix Meschberger a few > days ago( with

Sling on JBoss 7.1 - Servlet Resolution

2012-05-07 Thread Dascalita Dragos
Hi, Thanks to a patch on Apache Felix, committed by Felix Meschberger a few days ago( with the patch from David Jencks ) I was able to build Apache Sling launchpad with org.apache.felix.framework version 4.1.0-SNAPSHOTinstead of 3.0.8. With than, Apache Sling runs on JBoss 7.1.1. Kudos to everyone