Re: Any Sling 7 + Java 7 Integration Tests bundles with Pax ?

2014-11-03 Thread Dascalita Dragos
Hi Carsten, thanks a lot for helping. I'm running the tests on a MacOSX 10.9.5 with Java 7. I've tried to investigate what's making the integration-tests fail but I couldn't figure out the root cause. I can see that Pax URL Aether has issues and the rest of the tests fail to load the cached

Re: Any Sling 7 + Java 7 Integration Tests bundles with Pax ?

2014-11-03 Thread Dascalita Dragos
Bertrand, thank you very much ! I wouldn't have guessed the StartupHandler issue by myself. After adding the @Before and @After methods I can now see most of the components resolving. There are only 4 that don't resolve now, but they don't resolve either when I run the launchpad-standalone-[1]

Any Sling 7 + Java 7 Integration Tests bundles with Pax ?

2014-11-02 Thread Dascalita Dragos
Hi, I'm wondering if there's a bundle that I could use as an example to run Sling 7 during integration-tests. I've been trying to use the example from the SlingPaxOptions - [1] wrapper with Sling 7 bundlelist. While most of the bundles are showing as active, a big number of OSGI components don't

Re: [VOTE] Release Apache Sling Pax Exam Utilities V1.0.2

2014-01-28 Thread Dascalita Dragos
..https://repository.apache.org/content/repositories/orgapachesling-1004/ .. is this URL private ? It gives 404-ItemNotFoundException. Thanks, Dragos Dascalita Haut On Tue, Jan 28, 2014 at 3:32 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: On Fri, Jan 24, 2014 at 2:26 PM, Bertrand

Re: Sling based FTP Server

2013-04-02 Thread Dascalita Dragos
Hi Felix, what would be the workflow here ? Apache Sling connects to a remote FTP server to watch when new files get added into a specific path and then copy those files in JCR ? Or use them directly from the FTP server ? I'm trying to understand how similar would this bundle be when compared to a

Re: Sling based FTP Server

2013-04-02 Thread Dascalita Dragos
with the repository (the Sling Resource API, actually). Regards Felix Am 02.04.2013 um 11:35 schrieb Dascalita Dragos: Hi Felix, what would be the workflow here ? Apache Sling connects to a remote FTP server to watch when new files get added into a specific path and then copy those

Re: [VOTE] New API and related bundles

2012-11-14 Thread Dascalita Dragos
+1 I am actually using a few of these modules as SNAPSHOT in production, and it's great to be able to use released versions. Thank you for your effort, Dragos Dascalita Haut On Mon, Nov 12, 2012 at 12:26 PM, Carsten Ziegeler cziege...@apache.orgwrote: Hi, This vote is about ten modules in

Re: Update parent POM to JCR 2.0

2012-05-20 Thread Dascalita Dragos
+1 I was waiting for this ! Dragos On Sat, May 19, 2012 at 12:50 PM, Felix Meschberger fmesc...@adobe.comwrote: Hi all, Until now we have JCR API 1.0 as a managed dependency in the parent POM. If a bundle requires JCR 2.0 API that version is explicitly noted in the bundle's POM. Now,

Re: Delete operation advice

2012-03-19 Thread Dascalita Dragos
. For example, something like this: Resource resource = request.getResource(); RequestDispatcher rd = request.getRequestDispatcher(resource.getPath(), new RequestDispatcherOptions(sling/servlet/default)); rd.forward(request, response); On Thu, Mar 15, 2012 at 1:30 AM, Dascalita Dragos ddrag

Delete operation advice

2012-03-15 Thread Dascalita Dragos
Hi, I'd like to ask what is the best way to intercept a delete operation so that I can do some pre-preparation/validation/post-processing before actually letting Post Servlet deleting that node. So far, I've tried listening to TOPIC_RESOURCE_REMOVED , but when this even is handled, the Node is

Re: [VOTE] Abandon Maven 2.x support in maven-launchpad-plugin

2011-11-10 Thread Dascalita Dragos
+1 On Nov 10, 2011 9:27 PM, Justin Edelson jus...@justinedelson.com wrote: All- In order to handle SLING-2273, I need to update the various dependencies from the maven-launchpad-plugin from Maven 2 to Maven 3. As this is a backwards-incompatible change, I think it is worth voting on.