Re: Issues Encountered with Sling Scheduler

2024-02-06 Thread Robert Munteanu
Hi Jitesh, On Fri, 2024-02-02 at 13:26 +0530, Jitesh Shetty wrote: > Dear Apache Sling Team, > > I hope this email finds you well. I wanted to reach out regarding > some > issues I've encountered while working with the Sling scheduler. Below > are > the points I'd like to address: > > *1.

Re: CustomNodeType on startup in Sling12

2024-02-06 Thread Robert Munteanu
Hi Rahul, On Tue, 2024-02-06 at 12:29 +0530, Rahul Rupani wrote: > I am using the sling12 kickstart jar with my custom feature.json file > and a > custom script, > The problem is when i try to create a node in my bin browser with the > jcr:PrimaryType as vlt:PackageDefinition it gives me - >

Sling integration with OpenTelemetry

2023-09-14 Thread Robert Munteanu
Hi, If you're using OpenTelemetry with your Sling apps (or plan to) you might want to look at an initial PR I created for OpenTelemetry to gather better traces for Sling apps. https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/9469 Thanks, Robert

Re: error.log

2023-05-31 Thread Robert Munteanu
Hi Juerg, On Tue, 2023-05-30 at 21:52 +0200, Juerg wrote: > Hi all > > Sorry, where has error.log gone in Sling 12? In earlier versions, it > was > at {sling.path}/sling/logs, along with request and access logs. > In V. 12, it seemingly vanished... The Sling Starter 12 moved to the feature

CVE-2022-47937: Multiple parsing problems in the Apache Sling Commons JSON module

2023-05-15 Thread Robert Munteanu
Severity: moderate Affected versions: - org.apache.sling.commons.json through 2.0.20 Description: ** UNSUPPORTED WHEN ASSIGNED ** Improper input validation in the Apache Sling Commons JSON bundle allows an attacker to trigger unexpected errors by supplying specially-crafted input.

Re: Sling 12 issue

2023-04-05 Thread Robert Munteanu
Hi Rahul, On Wed, 2023-04-05 at 08:56 +0530, rahul rupani wrote: > Hi, can anyone help me with turning on or creating a debug port for > sling > 12 as I'm having trouble doing it, Thanks. How are launching Sling? Thanks, Robert

Re: Registring Nodetype with Apache Sling / Oak access error

2023-01-26 Thread Robert Munteanu
Hi Juerg, On Thu, 2023-01-26 at 17:02 +0100, JCR wrote: > Hi all, > > I try to register custom nodetypes with Sling 11. This results in an > jackrabbit-oak access, however. > The issue is documented at >

[ANN] Apache Sling 12 Released

2022-03-21 Thread Robert Munteanu
, Robert Munteanu 

Re: Sling affected by latest log4j vulnerability?

2021-12-13 Thread Robert Munteanu
Hello Juerg, On Mon, 2021-12-13 at 13:56 +0100, JCR wrote: > https://www.cisa.gov/news/2021/12/11/statement-cisa-director-easterly-log4j-vulnerability > > I don't think so. But there are folks here who know much more about > the internals... > > Anybody? > > Thanks, > Juerg We are working on

Re: Stopping Apache Sling Launchpad upon exception in OSGi bundle

2021-04-28 Thread Robert Munteanu
On Wed, 2021-04-28 at 22:39 +0200, Robert Munteanu wrote: > Hi Michael, > > On Tue, 2021-04-27 at 14:51 +, Lescisin, Michael wrote: > > Could someone kindly explain how Sling Launchpad can be > > reconfigured so > > that the executable JAR will terminate if >

Re: Stopping Apache Sling Launchpad upon exception in OSGi bundle

2021-04-28 Thread Robert Munteanu
Hi Michael, On Tue, 2021-04-27 at 14:51 +, Lescisin, Michael wrote: > Could someone kindly explain how Sling Launchpad can be reconfigured so > that the executable JAR will terminate if org.apache.felix.http.jetty > throws a java.net.BindException? By looking at the code, it seems that the

Re: Kickstart: starting from feature archive without network / maven repo not possible

2021-04-14 Thread Robert Munteanu
Hi, On Wed, 2021-04-14 at 12:33 +0200, Dr. Hans-Peter Störr wrote: > I also tried to switch the kickstarter to the newest > org.apache.sling.feature.launcher.version , but that didn't help. > When I try to use the original Sling feature launcher with the FAR > created by kickstarter, that works

Re: Sling/Felix JDBC Connection Pool problem

2021-03-01 Thread Robert Munteanu
Hi, On Mon, 2021-03-01 at 10:08 +0100, JCR wrote: > Class.forName("org.mariadb.jdbc.Driver"); > Connection con = > DriverManager.getConnection("jdbc:mariadb://localhost:3306/dbdb", > "dbuser1", "pwd"); In addition to what others have said, please avoid using Class.forName in OSGi

Re: Problem entering debug mode with Eclipse

2021-03-01 Thread Robert Munteanu
Hi Juerg, I thought I replied on a similar email you sent to dev@sling, but I can't find it anymore ... Anyway, reply below On Fri, 2021-02-26 at 11:00 +0100, JCR wrote: > > I run Eclipse 2020-03 and Sling 11. When trying to start the server > > in > > debug mode in Eclipse, I get more often

Re: Workflow

2021-02-01 Thread Robert Munteanu
Hi Nicola, On Thu, 2021-01-28 at 10:24 +0100, Nicola Cisternino wrote: > Hi all > > 1) Do you know if there is a bundle (in Vanilla Sling, no AEM) that > implements the Workflow logic (better if jBPM ...) jBPM is OSGi-enabled, according to the documentation [1]. > 2) Do you know if AEM uses

Re: Repo inconsistent

2021-02-01 Thread Robert Munteanu
Hi Juerg, On Sun, 2021-01-31 at 20:47 +0100, JCR wrote: > Hi > > A SysAdmin removed a number of tar files from repository/tarJournal > by > error from an older CRX instance. > > Now, for certain nodes we get an error message if we try to recreate > these nodes, such as: > > "Could not save

Re: Sling Log Rotation Pattern '.'yyyy-MM-dd-a

2021-01-27 Thread Robert Munteanu
Hi Yonit, On Wed, 2021-01-27 at 15:51 +, Yonit David wrote: > > Hi Robert, > Sorry about that.  Does this work? > > http://sling.apache.org/jcr/sling/1.0; > xmlns:jcr="http://www.jcp.org/jcr/1.0; >     jcr:primaryType="sling:OsgiConfig" >    

Re: Sling Log Rotation Pattern '.'yyyy-MM-dd-a

2021-01-27 Thread Robert Munteanu
Hi Yonit, On Wed, 2021-01-27 at 15:43 +, Yonit David wrote: > Thank you so much for your reply.  Here is my configuration: > > [cid:image002.jpg@01D6F490.D200BCE0] I am not able to see the image. Can you please resend, in plain text if at all possible? Our mailing list viewer has the same

Re: Sling Log Rotation Pattern '.'yyyy-MM-dd-a

2021-01-27 Thread Robert Munteanu
Hi Yonit, On Fri, 2021-01-22 at 21:00 +, Yonit David wrote: > Hello! > > Has anyone been successful in getting the sling log rotation pattern > for twice a day - at noon and at midnight to actually work?  '.'- > MM-dd-a " > > > Other patterns work as expected, but this one seems to

Re: Run Sling in debug mode

2021-01-11 Thread Robert Munteanu
Hi Juerg, On Sun, 2021-01-10 at 22:23 +0100, JCR wrote: > Thanks, Paul! > > By the wording here: > https://sling.apache.org/documentation/development/slingstart.html#debugging-1 >   > , I was under the impression that the launchpad.debug option would > add > these parameters implicitly. That

Re: Datasource selection

2020-12-15 Thread Robert Munteanu
ing) ref.getProperty("datasource.name")); } This way you get the datasources injected and via SCR and you get to use the datasource.name as a key. There is probably more defensive coding needed, but this is what I would use as a starting point. Thanks, Robert > > Thanks. &g

Re: Datasource selection

2020-12-14 Thread Robert Munteanu
Hi Nicola, On Fri, 2020-12-11 at 16:16 +0100, Nicola Cisternino wrote: > Hi all > > I'm using Sling Datasource Bundle (org.apache.sling.datasource) and I > configured two entries named (datasource.name property): *source1* > and > *source2*. > I can select single datasource using DS

Re: Form Authentication for SPA

2020-12-03 Thread Robert Munteanu
Hi Nicola, On Wed, 2020-12-02 at 16:41 +0100, Nicola Cisternino wrote: > Hi all. > > I am exploring the Sling Form Based AuthenticationHandler > < >

Re: Sling Starter 12: for using ehcache 3 : sun.misc.Unsafe not accessible

2020-10-12 Thread Robert Munteanu
Hi, On Mon, 2020-10-05 at 09:14 +0200, spiege...@planet.ms wrote: > Hi! > > "Robert Munteanu" wrote: > > I am not sure how clean this solution is, but you might want to add > > the > > following to your feature m

Re: Sling Starter 12: for using ehcache 3 : sun.misc.Unsafe not accessible

2020-10-02 Thread Robert Munteanu
Hi Hans-Peter, On Fri, 2020-10-02 at 12:38 +0200, spiege...@planet.ms wrote: > Do you have suggestions what to do to allow sun.misc.Unsafe to be > used by the ehcache 3 bundle? > Any help would be greatly appreciated! I am not sure how clean this solution is, but you might want to add the

Re: new Sling feature launcher: how to set port and control port

2020-10-01 Thread Robert Munteanu
Hello, On Wed, 2020-09-30 at 19:34 +0200, spiege...@planet.ms wrote: > Hi! > > I'm just trying out the latest snapshot of the sling starter ( > https://github.com/apache/sling-org-apache-sling-starter), but I do > have some trouble. When you use the new Sling feature launcher >

Re: Localized Content

2020-09-04 Thread Robert Munteanu
Hi Deepak, On Fri, 2020-09-04 at 15:38 +0530, Deepak Dixit wrote: > Hi Team, > > How to create localized content using sling? > > I am exploring sling cms app [1], I want to generate the localized > site > using sling. > > Is it possible to generate the localized site using sling? Have you

Re: How to test other System User Access

2020-07-09 Thread Robert Munteanu
Hi Cris, On Wed, 2020-07-08 at 14:59 -0400, Cris Rockwell wrote: > It looks like JackrabbitAccessControlManager ( > https://jackrabbit.apache.org/oak/docs/security/accesscontrol/editing.html > ng.html>) might offer this

Re: Add license to package

2020-06-26 Thread Robert Munteanu
Hi Cris, On Thu, 2020-06-25 at 12:10 -0400, Cris Rockwell wrote: > I’m trying to build a JCR package using maven. The config below > builds the package, but I also get an error related to verify-legal- > files > > [ERROR] Failed to execute goal org.codehaus.mojo:ianal-maven- >

Re: Intention of dropping WAR support for Sling 12

2020-06-18 Thread Robert Munteanu
On Tue, 2020-06-02 at 23:10 +0200, Robert Munteanu wrote: > If WAR support for the Sling Starter is important for you, please let > us know so we can understand how to best manage this transition. For the record, no one actually asked for further WAR support, so there is no plan to create s

Re: [REQUEST] Release Apache Sling Dynamic Include 4.0.0

2020-06-18 Thread Robert Munteanu
Hi John, On Wed, 2020-06-17 at 15:03 +, John Mitchell wrote: > Hi, > > 7 improvements have been made since the last release: > > https://issues.apache.org/jira/browse/SLING-8255?jql=project%20%3D%20SLING%20AND%20fixVersion%20%3D%20%22Dynamic%20Include%203.2.0%22 > > They are tagged in Jira

Re: Sling data migrations

2020-06-10 Thread Robert Munteanu
Hi Carlos, On Wed, 2020-06-10 at 09:19 -0400, Carlos Munoz wrote: > Thank you both for the ideas. At this point we are thinking of a > larger > changes (more than just property mappings or resource type changes), > so > Daniel's approach sounds like a better fit. > > When you say "pull it down"

Intention of dropping WAR support for Sling 12

2020-06-02 Thread Robert Munteanu
Dear Sling users, The Apache Sling developers have been discussing migrating the next Sling release to the feature model. You can read more about the feature model at [1],[2] and the migration plans at [3]. We are confident that users and developers of Sling alike will be better served with the

Re: org.apache.sling.commons.metrics.MetricsService not supporting gauge type

2020-05-27 Thread Robert Munteanu
On Wed, 2020-05-27 at 00:07 +, Allen Liu wrote: > Hi Robert, > Thanks a lot for the info. I was also using MetricRegistry to > register the gauge metrics. I thought there was a way to add the > gauge metric using metricsService. > After looking into the implementation of metricsService, it

Re: org.apache.sling.commons.metrics.MetricsService not supporting gauge type

2020-05-25 Thread Robert Munteanu
Hi Allen, On Fri, 2020-05-22 at 20:52 +, Allen Liu wrote: > Hi all > > I have been using metricsService to add metric instrumentation for > counter, histogram, meter and timer. However, the metricsService > doesn’t seem to have a way to add gauge type instrumentation. > Does anyone know how

Re: Resource to json serializing

2020-05-14 Thread Robert Munteanu
On Thu, 2020-05-14 at 09:25 +0200, Carsten Ziegeler wrote: > I think it makes sense to discuss API options first, to avoid going > back > > and forth. +1. We can do this as a Jira, or via email, but we definitely need to properly define this, as we're talking about exposing API. Thanks, Robert

Re: Resource to json serializing

2020-05-13 Thread Robert Munteanu
be to expose a new API to allows consumers to render objects as JSON (and probably other formats) in the format used by the DefaultGetServlet and also filter the properties that are rendered. Thanks, Robert > > Thanks, Juerg > > On 12.05.2020 17:47, Robert Munteanu wrote: > > On

Re: Resource to json serializing

2020-05-12 Thread Robert Munteanu
On Tue, 2020-05-12 at 16:09 +0200, JCR wrote: > Thanks Daniel, John, > > As the app makes high usage of dynamic JCR Node features (based on > nt:unstructured, mixins, etc), a relatively static sling model class > seems a bit unpractical, though a typesafe contract would be > desirable, > of

dev@sling too noisy? ( was: Sling Slack Channel)

2020-04-23 Thread Robert Munteanu
(Note subject change and moving ofer to dev@sling, please keep relies there). On Thu, 2020-04-23 at 09:47 +0200, Bertrand Delacretaz wrote: > Hi, > > On Wed, Apr 22, 2020 at 9:00 PM Sergiu Dumitriu > wrote: > > ...There is indeed a volume issue, and personally I think it's from > > the > > fact

Re: Sling Slack Channel

2020-04-22 Thread Robert Munteanu
r, MI > 48104 > Desk: 734.763.6818 | Email: cmroc...@umich.edu cmroc...@umich.edu> > > [2]: > https://www.apache.org/foundation/how-it-works.html#decision-making < > https://www.apache.org/foundation/how-it-works.html#decision-making> > > > > > >

Re: Sling Slack Channel

2020-04-20 Thread Robert Munteanu
Hi Cris, On Sat, 2020-04-18 at 11:03 -0400, Cris Rockwell wrote: > Hi Sling Users > > Is there a community chat platform like Slack or gitter for Sling > users and developers? Not at the moment. See also [1] where we had this discussion and eventually abandoned the idea. Thanks, Robert [1]:

Re: Cannot build bundle in Sling IDE

2020-03-26 Thread Robert Munteanu
On Thu, 2020-03-26 at 09:09 +0100, JCR wrote: > > On 24.03.2020 17:37, JCR wrote: > > On 24.03.20 12:11, Robert Munteanu wrote: > > > On Mon, 2020-03-23 at 21:47 +0100, JCR wrote: > > > > > No, no error log entries present and I cannot find a > > > &

Re: Cannot build bundle in Sling IDE

2020-03-24 Thread Robert Munteanu
On Mon, 2020-03-23 at 21:47 +0100, JCR wrote: > > No, no error log entries present and I cannot find a $HOME/.m2 > > directory at all. What is $HOME referfing to? Workspace root? > > There > > are settings.xml only in the file vaults. > > Perhaps additional info: both, the Sling11 and the

Re: Cannot build bundle in Sling IDE

2020-03-23 Thread Robert Munteanu
Hello Juerg, On Mon, 2020-03-23 at 16:16 +0100, JCR wrote: > Hello > > I installed the Sling IDE Tools V. 1.2.2 on Eclipse build 2019-03. > > Trying to create a new bundle, I did --> File--> New --> Other --> > Sling --> Sling Bundle Project > > In the wizard, I press Next> and the next page

Re: Composum 1.7 Packaging: JcrPackageManager acquired w/o service!

2020-03-17 Thread Robert Munteanu
Hi Cris, On Mon, 2020-03-16 at 15:47 -0400, Cris Rockwell wrote: > Hi all > > Peregrine CMS uses the Sling 9 launchpad and adds > org.apache.jackrabbit.vault version 3.2.0. When I try using Composum > Packaging (1.7) (http://localhost:8080/bin/packages.html < >

Re: OIDC or SAML2 for Sling

2020-02-25 Thread Robert Munteanu
503 Haven Hall | 505 S. State Street | Ann Arbor, MI I 48109 Desk: 734.763.6818 | Email: cmroc...@umich.edu > On Feb 17, 2020, at 5:32 AM, Robert Munteanu wrote: > > Hi Cris, > > (Feel free to send back to dev@sling as well, replying privately as you > wrote privately).

Re: OIDC or SAML2 for Sling

2020-02-13 Thread Robert Munteanu
Science, and the Arts | University of > Michigan > LSA Technology Services | 6503 Haven Hall | 505 S. State Street | Ann > Arbor, MI I 48109 > Desk: 734.763.6818 | Email: cmroc...@umich.edu > > > > > > > > > On Dec 19, 2019, at 12:00 PM, Robert Muntean

Dynamic Include - proposal to remove all package exports

2020-01-10 Thread Robert Munteanu
Hi, While moving the Sling Dynamic Include module to use the new OSGi annotations, I noticed that the annotation caused breaking changes, since almost all packages are exported. That looked suspicious to me, as I think the SDI bundle it intended to be dropped in and configured, not reused

Re: OIDC or SAML2 for Sling

2019-12-19 Thread Robert Munteanu
.html> > https://jackrabbit.apache.org/oak/docs/security/authentication/externalloginmodule.html > <https://jackrabbit.apache.org/oak/docs/security/authentication/exte > rnalloginmodule.html> > > Thanks all. > Cris R > > > > > > > > >

Re: OIDC or SAML2 for Sling

2019-12-11 Thread Robert Munteanu
On Wed, 2019-12-11 at 11:38 -0500, Cris Rockwell wrote: > "What exactly would you need to manage JCR-based controls? I would > imagine that mapping users to JCR groups based on whatever data your > identity solution provides and then creating access based on ACLs > only > would satisfy your

Re: OIDC or SAML2 for Sling

2019-12-11 Thread Robert Munteanu
Hi Cris, On Tue, 2019-12-10 at 17:33 -0500, Cris Rockwell wrote: > Hello Sling Users > > Does anyone know of a solution for SSO for Apache Sling using OIDC, > OAuth2 or SAML2 using JCR-based access controls, user creation and > attribute synchronization, and group membership? > > This one

2020 ASF Community Survey

2019-12-06 Thread Robert Munteanu
Hello everyone, If you have an apache.org email, you should have received an email with an invitation to take the 2020 ASF Community Survey. Please take 15 minutes to complete it. If you do not have an apache.org email address or you didn’t receive a link, please follow this link to the

Re: [osgi] models as adapters

2019-11-19 Thread Robert Munteanu
Hi Nicolas, On Mon, 2019-11-18 at 16:15 +0100, Nicolas Peltier wrote: > Hi, > > i have the following use case: > - my bundle has a model A, and a long running thread, using > .adaptTo(A.class) from a resource, > - when upgrading my bundle with thread still running there is a > period when >

Re: Request to become contributor

2019-08-21 Thread Robert Munteanu
Hi Saurabh, On Wed, 2019-08-21 at 10:52 +0530, Saurabh Tiwari wrote: > Hello team, > I would like to contribute to Apache Sling. > Kindly provide me access to Sling Confluence wiki, and Jira. > > I have signed my ICLA, can be found here > https://people.apache.org/unlistedclas.html It's great

Re: Use S3 Bucket with Sling

2019-08-12 Thread Robert Munteanu
Hi Saurabh, On Mon, 2019-08-12 at 12:48 +0530, Saurabh Tiwari wrote: > Kindly advise me if I am missing anything. > After completion of this work, I am also planning to contribute back > all > this information in the form of documentation to the project. :-) Looks like you're heading down the

Re: Use S3 Bucket with Sling

2019-08-06 Thread Robert Munteanu
setup should be working, or > close to working. Check the Sling logs and S3 console to > troubleshoot any issues. > Google "Configuring node stores and data stores in AEM 6" for more > info on configuration. > Regards, John > > > On Monday, August 5,

Re: Use S3 Bucket with Sling

2019-08-05 Thread Robert Munteanu
Hi Saurabh, On Tue, 2019-07-30 at 11:48 +0530, Saurabh Tiwari wrote: > Hello team, > > Hope you are doing well. > > Just to give you my background, I am beginner in Sling, Felix and > Jackrabbit technologies and in the process of exploring it. Welcome :-) > > I am planning to use S3 bucket

Re: Configuring LDAP in sling

2019-05-28 Thread Robert Munteanu
.LdapProvi > derConfig > instead of > org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdent > ityProvider > > On 5/27/19 4:25 AM, Robert Munteanu wrote: > > On Thu, 2019-05-16 at 21:23 +, Zi Ming He wrote: > > > There does not appear to anything s

Re: Configuring LDAP in sling

2019-05-27 Thread Robert Munteanu
On Thu, 2019-05-16 at 21:23 +, Zi Ming He wrote: > There does not appear to anything suspcious in error.log. I'm > relatively new to this though, so if you want to examine my error.log > my judgement may not be correct. If you want to examine my error.log, > I can send you a copy of it. I

Re: Configuring LDAP in sling

2019-05-16 Thread Robert Munteanu
Him On Wed, 2019-05-15 at 17:09 +, Zi Ming He wrote: > I would like to configure LDAP in sling. Currently I have: > (snip) I have not tried configuring LDAP for Sling yet. But, as a first question, are there any suspicious entries in the error.log? Thanks, Robert

Re: Different Login Landing Page

2019-04-19 Thread Robert Munteanu
Hi Andy, On Thu, 2019-04-18 at 10:36 -0700, Andreas Schaefer wrote: > Hi > > I am wondering how an application would set a different landing page > than the Sling Starter Page? > > I tried to change the sling:target through a package deployment and > it works for /content but not for the root

Re: Can Suffix be used in the Sling Filter Pattern?

2019-04-01 Thread Robert Munteanu
> > > > > > On Mar 29, 2019, at 12:07 PM, Robert Munteanu > > wrote: > > > > On Fri, 2019-03-29 at 10:47 -0400, Cris Rockwell wrote: > > > Hi all > > > > > > I want to follow up with a question I sent the group last year >

Re: Can Suffix be used in the Sling Filter Pattern?

2019-03-29 Thread Robert Munteanu
On Fri, 2019-03-29 at 10:47 -0400, Cris Rockwell wrote: > Hi all > > I want to follow up with a question I sent the group last year about > using a suffix patterns when defining Sling Filters. > http://apache-sling.73963.n3.nabble.com/Can-Suffix-be-used-in-the-Sling-Filter-Pattern-td4084561.html

Re: Upgrading to Oak 1.10.0 for Sling10

2019-03-04 Thread Robert Munteanu
On Mon, 2019-02-25 at 18:53 -0500, marc.davenp...@oracle.com wrote: > I've been trying to rationalize the hit or miss nature of this > problem. > In my mind, I'm looking for a race condition. I'm going to bet that > this is a configuration issue on our end, but I'm not sure how this > would

Re: sling starter maven plugin - placing files to WEB-INF/lib

2019-03-04 Thread Robert Munteanu
Hi Marc, On Sat, 2019-03-02 at 13:58 -0800, Marc Davenport wrote: > Hello all, > In our previous application based on Sling6 we used a maven assembly > to build our application war. In the assembly we placed some classes > into WEB-INF/lib and made felix provide these. I'm trying to shift > us

Re: Replacing jackrabbit oak with other JCR implementation in Sling 10

2019-02-25 Thread Robert Munteanu
Hi Manoj, On Fri, 2019-02-22 at 08:40 -0700, Manoj wrote: > Hi, > > We are trying to migrate from sling 6 to sling 10. I wanted to know > is it > possible to use sling 10 dependecies without oak or is there a strong > interdependence between sling 10 and oak. > Please suggest what are the

Re: Upgrading to Oak 1.10.0 for Sling10

2019-02-22 Thread Robert Munteanu
On Thu, 2019-02-14 at 16:02 -0500, marc.davenp...@oracle.com wrote: > 14.02.2019 12:28:29.190 *WARN*[CM Event Dispatcher (Fire > ConfigurationEvent: > pid=org.apache.jackrabbit.oak.segment.SegmentNodeStoreService)] > org.apache.sling.commons.scheduler.impl.QuartzScheduler Scheduler > job >

Re: Upgrading to Oak 1.10.0 for Sling10

2019-02-22 Thread Robert Munteanu
Hi Marc, On Thu, 2019-02-21 at 18:18 -0500, marc.davenp...@oracle.com wrote: > Hello Robert et all, > > Thank you for your reply. I have not been able to pair down to a > sample > project that isolates this issue. I'm currently deploying my > application > over and over until I hit the

Re: A maven archetype for apache sling cms

2019-02-20 Thread Robert Munteanu
Hi Mahsum, On Thu, 2019-02-07 at 12:19 +, Mahsum Demir wrote: > Hi, > > I think having a Maven archetype which generates a simple sling cms > app will be useful. The generated project will include a simple page > and a component. The archetype will lessen the time needed to get up > and

Re: Upgrading to Oak 1.10.0 for Sling10

2019-02-15 Thread Robert Munteanu
Hi Marc, On Thu, 2019-02-14 at 16:02 -0500, marc.davenp...@oracle.com wrote: > I've been moderately successful. However, about > 1/2 the time, our application will fail to deploy. I can not parse > if > this is a Oak failure or a sling10 failure, or a configuration > between > the two issue.

Re: Is Sling Jackrabbit Persistence Manager support Oracle12

2019-02-01 Thread Robert Munteanu
wrote: > Hi, thank you for your help. > > I get this following result > > > Yanice > > > On 2019/01/30 21:52:46, Robert Munteanu wrote: > > Hi Yanice,> > > > > On Tue, 2019-01-29 at 12:01 +0100, Yanice Youbi wrote:>

Re: Is Sling Jackrabbit Persistence Manager support Oracle12

2019-01-30 Thread Robert Munteanu
Hi Yanice, On Tue, 2019-01-29 at 12:01 +0100, Yanice Youbi wrote: > Caused by: java.lang.ClassNotFoundException: > javax.crypto.interfaces.PBEKey not found by Oracle_JDBC_7_bundle > [187] > at > org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDele >

Re: Configuring Sling 10 to use RDBDocumentStore with OracleDB

2018-12-05 Thread Robert Munteanu
On Tue, 2018-12-04 at 14:30 -0700, mkcons wrote: > Hi Robert, > > I don't know how your answer worked for the OP but it worked quite > nicely > for me. > > Just one detail, I had to add the "datasource.name" in the > DataSourceFactory > configuration. > > [configurations runModes=oak_db2] >

Re: Configuring Sling 10 to use RDBDocumentStore with OracleDB

2018-11-20 Thread Robert Munteanu
Hi Mohammad, On Fri, 2018-11-09 at 14:02 -0500, Mohammad wrote: > Hi, > > (Sorry I originally sent this on the d...@sling.apache.org list by > accident.) > > The documentation for RDBDocumentStore (here: >

Re: Segment Tar based Sling clustering

2018-11-20 Thread Robert Munteanu
bution. > > On 20/11/2018 10:11, "Robert Munteanu" wrote: > > Hi, > > On Mon, 2018-11-19 at 16:11 +, Nicolas Peltier wrote: > > Note that option 2 is the easiest option in case you are > clustering > > for read only (high avai

Re: Segment Tar based Sling clustering

2018-11-20 Thread Robert Munteanu
Hi, On Mon, 2018-11-19 at 16:11 +, Nicolas Peltier wrote: > Note that option 2 is the easiest option in case you are clustering > for read only (high availability scenario) If by 2 you mean " Segment Tar based deployment ( where two instances of Sling will use the same, mounted repository

Re: JcrResourceResolver#findResources seems to eat exceptions while iterating but not during initialization

2018-11-01 Thread Robert Munteanu
Hi Vikas, On Wed, 2018-10-31 at 17:39 +0530, Vikas Saurabh wrote: > Hi, > > Recently, while working on a separate issue, I landed on a seemingly > different behavior while finding resources via jcr resource resolver. > > It seems that while finding resources JcrNodeResourceIterator [1] > eats >

[ANN] Apache Sling 11 Released

2018-10-23 Thread Robert Munteanu
for Web Console The full release notes are available online at https://sling.apache.org/news/sling-11-released.html Enjoy! On behalf of the the Apache Sling PMC, Robert Munteanu

Re: Fw: Re: Fw: Re: Getting started but where is the promiseed fun ?

2018-09-10 Thread Robert Munteanu
Hi Michael, On Sun, 2018-09-09 at 09:35 +0200, Michael Erdmann wrote: > -- Forwarded Message > From: Michael Erdmann > Date: 09/09/2018 09:34:52 > Subject: Re: Fw: Re: Getting started but where is the promiseed fun ? > To: users@sling.apache.org > > " The "-j" argument defines

Re: Fw: Re: Getting started but where is the promiseed fun ?

2018-09-08 Thread Robert Munteanu
Hi Michael, On Sat, 2018-09-08 at 19:41 +0200, Michael Erdmann wrote: > Log files attached > > -- Forwarded Message > From: Michael Erdmann > Date: 08/09/2018 18:44:40 > Subject: Re: Getting started but where is the promiseed fun ? > To: users@sling.apache.org > > Forget to

Re: Pre-authenticated login from Sling to Oak

2018-08-14 Thread Robert Munteanu
Hi Dmitry, On Tue, 2018-08-14 at 03:59 +0300, Dmitry Telegin wrote: > Hi, > > As per the document [1], to pre-authenticate a user in the Sling > tier, one needs to do the following: > > > 1. verify the identity in the layer on top of the JCR repository > > (e.g. in a custom Sling

Re: Sling10 WEB-INF\resources\bundles\ vs WEB-INF\resources\install\

2018-08-13 Thread Robert Munteanu
Hi Manikanta, On Mon, 2018-08-13 at 17:21 +0530, Manikanta Thumu wrote: > Hi All, > > > > In org.apache.sling.starter-10-webapp.war, We have two separate > folders > containing bundles i.e. WEB-INF\resources\bundles\ and > WEB-INF\resources\install. > > What is the idea behind or the

Re: sling + oak mongo - error during logout

2018-08-13 Thread Robert Munteanu
Hi Eugen, On Mon, 2018-08-13 at 05:39 +0300, Eugen Stan wrote: > Hello again, > > So it seems I was wrong and I can authenticate and write to the > repository. > > However the error still appears and I think the issue is a > performance one. > > I get "Error during logout" messages. I'm still

Re: Detecting whether job has been stopped by the user but JobExecutor hasn't terminated yet?

2018-08-13 Thread Robert Munteanu
Hi John, You replied to Eugen's previous email which caused the email to appear in the same thread, and likely ignored by at least some subscribers. I don't have a good answer for your email, but maybe resending without replying to an existing email might help :-) Best, Robert On Fri,

Re: [DISCUSSION] markdown support for Sling CMS

2018-08-13 Thread Robert Munteanu
Hi Dan, On Thu, 2018-08-09 at 14:06 -0400, Daniel Klco wrote: > Unfortunately, I'm not going to be at adapt.to :-( wrong side of the > pond. > > So for commonmark, I'm assuming you're referring to this one here: > > https://github.com/atlassian/commonmark-java > > We could embed the JAR into a

Re: Runmode property for Filter

2018-05-10 Thread Robert Munteanu
Hi Cris, On Thu, 2018-05-10 at 15:48 -0400, Cris Rockwell wrote: > Hi folks > > If I have a filter like the one shown below and in the link, is it > possible to set a property so it only takes effect on a certain > Runmode? I would like my filter to only run on instances having the > publish run

Re: Impersonation via ServiceResourceResolver

2018-03-29 Thread Robert Munteanu
ersonators property > on" > We would like to avoid this, as the involved users can be created ad > hoc > and maintainability would be become cumbersome. > > > > > Thanks, > > Johan > > > > > > 2018-01-10 13:21 GMT+01:00 Robert Munteanu

Re: Sling POST servlet and empty arrays?

2018-03-23 Thread Robert Munteanu
On Thu, 2018-03-22 at 17:30 +, John Logan wrote: > Hi Robert, > > > I created a patch and made it available via: > > > https://issues.apache.org/jira/browse/SLING-7553 Thanks, let's take it from there. Robert

Re: Unlocking a resource

2018-03-15 Thread Robert Munteanu
Hi Roy, On Wed, 2018-03-14 at 13:01 +0100, Roy Teeuwen wrote: > Hey all, > > I am trying to unlock a resource in a job that needs to modify the > resource or subresources, but since upgrading to service resource > resolvers this doesn't seem to be supported anymore. When doing the > following

Re: Sling POST servlet and empty arrays?

2018-03-06 Thread Robert Munteanu
Hi John, On Mon, 2018-03-05 at 17:51 +, John Logan wrote: > Thanks, Bertrand, for the clarification. I'm glad you mentioned that > this behavior may not be strictly defined. > > > I don't think I ever turned in my contributor paperwork for Apache > and/or Sling but when I can find a little

Re: Resource overlay for static resources

2018-03-05 Thread Robert Munteanu
Hi Ivo, On Sun, 2018-03-04 at 16:15 -0700, ivoleitao wrote: > Then I would like that a customer uses my definition as base but only > with a > customization on the css and on the logo > > /apps/acme/img/logo.png > /apps/acme/css/acme.css > > and on content > > /content/clientacme The simplest

Re: sling content distribution without Sling (just jackrabbit oak)?

2018-02-27 Thread Robert Munteanu
On Tue, 2018-02-27 at 20:02 +0200, Ioan Eugen Stan wrote: > So far I like how things have progressed and the JCR API is ok to > work > with (It could use an upgrade, Java has evolved, it would be great > for > JCR to evolve as well :D). Glad to hear you'll be putting this to good use :-) . Yes,

Re: sling content distribution without Sling (just jackrabbit oak)?

2018-02-27 Thread Robert Munteanu
Hi Eugen, On Wed, 2018-02-21 at 16:10 +0200, Ioan Eugen Stan wrote: > Hello, > > I'm designing a distributed micro-service architecture around Sling > and > Oak. We need to be able to synchronize some parts of the repository > across multiple services. I think that Sling Content Distribution >

Re: sling with sso - with oauth2 / openid connect

2018-02-14 Thread Robert Munteanu
Hi Eugen, On Tue, 2018-02-13 at 19:46 +0200, Ioan Eugen Stan wrote: > Hello, > > I have started evaluating Sling some time now and I've reached a > point > where the blocker is whether we can integrate it with Keycloak to > provide single sign on. > > A more generic question is: can Sling

[ANN] Apache Sling 10 Released

2018-02-06 Thread Robert Munteanu
On Tue, 2018-02-06 at 16:09 +0200, Robert Munteanu wrote: > The full release notes are available online at Correction: the release notes are at https://sling.apache.org/news/sling-10-released Thanks, Robert

[ANN] Apache Sling 10 Released

2018-02-06 Thread Robert Munteanu
Enjoy! On behalf of the the Apache Sling PMC, Robert Munteanu

Re: Bundle Resource Provider not working?

2018-01-30 Thread Robert Munteanu
Hi Andres, On Sat, 2018-01-27 at 18:19 +0100, Andres Bott wrote: > Hello all, > > I was looking into bundle resource provider on sling 9 > "/system/console/bundleresources" but when trying to navigate to the > path i.e : view the content of /libs/sling/sightly/js this will only > show one

Re: Impersonation via ServiceResourceResolver

2018-01-10 Thread Robert Munteanu
Hi Johan, On Fri, 2018-01-05 at 23:46 +0100, Johan Ruttens wrote: > Hi, > > We have to following piece of functionality: > > ... > final Session adminSession = > adminResourceResolver.adaptTo(Session.class); > Session userSession = adminSession.impersonate(new > SimpleCredentials(userID,

Re: github samples w/ Sling 9

2017-12-14 Thread Robert Munteanu
On Wed, 2017-12-13 at 15:40 -0700, Chris Millar wrote: > Mike / Robert > This was a result of HTLBlog's initial content overwriting nodes in > the > apps folder and breaking most resource rendering. > > I'm not sure how initial content loading changed, but this was not an > issue > with Sling 8.

Re: Principal "everyone" is not clear

2017-11-27 Thread Robert Munteanu
Hi Evgeniy, On Sun, 2017-11-26 at 15:57 +0300, drf...@drfits.com wrote: > Can you please explain the purpose of the "everyone" ACL within > repoinit.txt? The 'everyone' principal is a 'virtual' ( for lack of a better term ) principal that matches, well, everyone. You can think of it as a group

  1   2   3   >