[PROPOSAL] Sling Replication module

2013-10-31 Thread Tommaso Teofili
Hi all, In the last weeks I've been working on an Apache Sling based replication module and I'd like to donate it to the project so I'm wondering if that may sound interesting for the community. Its main purpose is to replicate data between Sling instances. Some design concepts : - Replication

[jira] [Commented] (SLING-3140) ClassCastException while serializing byte[] in Sling Job with JCR Resource Resolver

2013-10-02 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13783792#comment-13783792 ] Tommaso Teofili commented on SLING-3140: yeah, thanks [~cziegeler], it makes sense

[jira] [Created] (SLING-3140) ClassCastException while serializing byte[] in Sling Job with JCR Resource Resolver

2013-10-01 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created SLING-3140: -- Summary: ClassCastException while serializing byte[] in Sling Job with JCR Resource Resolver Key: SLING-3140 URL: https://issues.apache.org/jira/browse/SLING-3140

[jira] [Updated] (SLING-3140) ClassCastException while serializing byte[] in Sling Job with JCR Resource Resolver

2013-10-01 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SLING-3140: --- Description: When trying to serialize a byte[] in Sling Job properties Map I noticed

[jira] [Updated] (SLING-3140) ClassCastException while serializing byte[] in Sling Job with JCR Resource Resolver

2013-10-01 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SLING-3140: --- Description: When trying to serialize a byte[] in Sling Job properties Map I noticed

[jira] [Commented] (SLING-3140) ClassCastException while serializing byte[] in Sling Job with JCR Resource Resolver

2013-10-01 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13782847#comment-13782847 ] Tommaso Teofili commented on SLING-3140: I've implemented a possible fix at: https

Re: Dynamically create and register OSGi services from configurations

2013-09-12 Thread Tommaso Teofili
, Sep 11, 2013 at 7:06 PM, Tommaso Teofili teof...@adobe.com wrote: Thanks a lot Chetan, that helps a lot! In the mentioned link it seems both ConfigurationFactory and ManagedServiceFactory could be used for that purpose, do you know if there is any difference / advantage / disadvantage

Re: Dynamically create and register OSGi services from configurations

2013-09-12 Thread Tommaso Teofili
On 12/set/2013, at 08:35, Felix Meschberger wrote: Hi Am 11.09.2013 um 15:36 schrieb Tommaso Teofili: Thanks a lot Chetan, that helps a lot! In the mentioned link it seems both ConfigurationFactory and ManagedServiceFactory could be used for that purpose, do you know

Dynamically create and register OSGi services from configurations

2013-09-11 Thread Tommaso Teofili
Hi all, that's probably a trivial question but I'm looking for the best practice to create and register OSGi Services from configurations. Here's an example scenario: - I have an interface FooBar - I have an implementation DefaultFooBarImpl - I want to be able to specify a node like: {

Re: Dynamically create and register OSGi services from configurations

2013-09-11 Thread Tommaso Teofili
, at 11:53, Chetan Mehrotra wrote: You can use Component based on ConfigurationFactory. Have a look at [1] for one such example [1] http://stackoverflow.com/a/15872131/1035417 Chetan Mehrotra On Wed, Sep 11, 2013 at 3:05 PM, Tommaso Teofili teof...@adobe.com wrote: Hi all, that's probably

Re: ResourceAccessGate (SLING-2698)

2013-03-06 Thread Tommaso Teofili
On 06/mar/2013, at 16:15, Bertrand Delacretaz wrote: On Wed, Mar 6, 2013 at 4:08 PM, Alexander Klimetschek aklim...@adobe.commailto:aklim...@adobe.com wrote: ... Sling is a web framework, about routing, servlet + script rendering etc. Defining ACL security is not it's business - this is the

Re: Vanity Path query

2013-02-21 Thread Tommaso Teofili
From my point of view Felix's point is correct in term of definition of how a vanity path can be set. From the Oak query point of view, if I'm not wrong, the Lucene index should chime in for this case since it indexes properties and can return paths so that should be turned into a fielded query

[jira] [Commented] (SLING-2523) Improve the JCR Installer

2013-02-19 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13581184#comment-13581184 ] Tommaso Teofili commented on SLING-2523: currently reworking the patch as it's

[jira] [Updated] (SLING-2523) Improve the JCR Installer

2012-10-30 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SLING-2523: --- Attachment: SLING-2523_2.patch new version of the patch which avoids sync issues if any

Re: Commons Caching module: SLING-2555

2012-10-29 Thread Tommaso Teofili
Nice thing Ian, I'll try to have a look at it and look to add DirectMemory impl to it as soon as I can. Thanks and regards, Tommaso On 29/ott/2012, at 11:04, Ian Boston wrote: Earlier today I pushed an API bundle and impl for EhCache and Infinispan to SVN under whiteboard/ieb/cache

[jira] [Updated] (SLING-2608) Missing exclude in sling-servlet-archetype breaks the build for IntelliJ users

2012-09-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SLING-2608: --- Description: essentially there is a missing exclude**/*.iml/exclude in sling-servlet

[jira] [Created] (SLING-2608) Missing exclude in sling-servlet-archetype breaks the build for IntelliJ users

2012-09-28 Thread Tommaso Teofili (JIRA)
Tommaso Teofili created SLING-2608: -- Summary: Missing exclude in sling-servlet-archetype breaks the build for IntelliJ users Key: SLING-2608 URL: https://issues.apache.org/jira/browse/SLING-2608

[jira] [Updated] (SLING-2608) Missing exclude in sling-servlet-archetype breaks the build for IntelliJ users

2012-09-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SLING-2608: --- Attachment: SLING-2608.patch and here's the trivial patch Missing exclude

[jira] [Commented] (SLING-2523) Improve the JCR Installer

2012-09-14 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13455703#comment-13455703 ] Tommaso Teofili commented on SLING-2523: Hi Carsten, thanks for your comments! I

[jira] [Updated] (SLING-2523) Improve the JCR Installer

2012-08-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated SLING-2523: --- Attachment: SLING-2523_1.patch first version of a patch using a single observation listener

[jira] [Commented] (SLING-2555) Provide Sling Caching Common service

2012-08-07 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13430371#comment-13430371 ] Tommaso Teofili commented on SLING-2555: I'd be happy to help on integrating

<    4   5   6   7   8   9