Re: Integration problem Eclipse <> Sling 12

2023-07-20 Thread JCR
On 18.07.23 16:06, JCR wrote: Hello I run Sling 12 docker oak-tar on an Ubuntu Server. Connecting to it with Eclipse, I've seen the pretty weirdest thing ever. The Eclipse plugin 1.2.2, tested with  Eclipse versions 2020-03, 2021-03 and 2022-03 (on 2023-03, the plugin turned out

Sling affected by latest log4j vulnerability?

2021-12-13 Thread JCR
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

Re: Issue with form based authentication

2021-04-14 Thread JCR
ling/form/login> is 403 is odd You may want to double check org.apache.sling.engine.impl.auth.SlingAuthenticator Authentication Requirements includes "-/system/sling/login" Regards Cris On Apr 12, 2021, at 10:05 AM, JCR wrote: Hello, I post this issue here because I have not got any

Issue with form based authentication

2021-04-12 Thread JCR
Hello, I post this issue here because I have not got any answer on the user's list. The thread comprises of two messages, whereas the second details the error from error.log. I use Sling 11 and Java 11. Thanks, Juerg Meier *** On 12.03.21 12:30, JCR

Issue with form based authentication

2021-04-06 Thread JCR
Hello, I post this issue here because I have not got any answer on the user's list. The thread comprises of two messages, whereas the second details the error from error.log. I use Sling 11 and Java 11. Thanks, Juerg Meier *** On 12.03.21 12:30, JCR

Issue with form based authentication

2021-03-30 Thread JCR
Hello, I post this issue here because I have not got any answer on the user's list. The thread comprises of two messages, whereas the second details the error from error.log. I use Sling 11 and Java 11. Thanks, Juerg Meier *** On 12.03.21 12:30, JCR

Problem entering Debug mode from Eclipse

2021-02-09 Thread JCR
Hello I run Eclipse 2020-03 and Sling 11. When trying to start the server in Eclipse, I get more often than not a 404 and Eclipse wouldn't connect:   > org.apache.commons.httpclient.HttpException: Got status code 404 for call to

OSGi annotations in Sling

2020-04-16 Thread JCR
Hello After the presos of Chris Schneider and Carsten Ziegeler at adaptTo() 2019, I was under the impression that OSGi Descriptive Services are fully supported with Sling 11 and the Sling IDE tools plugin in its current version 1.2.2. Subsequently, this created a pretty long thread at sling's

Felix cannot resolve classes in jar bundle

2016-08-24 Thread JCR
Hello, I've been scratching my head for days now... I packaged the itext 5 library (to create PDFs) into a bundle by adding a respective manifest, as documented here: https://helpx.adobe.com/experience-manager/kb/ConvertAJarIntoOsgiBundle.html While CRXDE has no problem in resolving the

Fwd: Problem with form based authentication

2013-08-22 Thread JCR
Original Message Subject:Problem with form based authentication Date: Thu, 04 Jul 2013 23:49:34 +0200 From: JCR j...@proxymit.net Reply-To: dev@sling.apache.org To: dev@sling.apache.org Hi all, I'm about to switch to form based authentication for some of my sites. I

Problem with form based authentication

2013-07-04 Thread JCR
Hi all, I'm about to switch to form based authentication for some of my sites. I deployed the org.apache.sling.auth.form bundle in version 1.0.2 as I believe that later versions are not compatible with CRX 2.2. After some config, the login form pops up and sends the two required fields

Re: Nodetype dependent code

2011-11-08 Thread JCR
On 07.11.2011 23:12, Alexander Klimetschek wrote: On 07.11.11 22:24, JCRj...@proxymit.net wrote: It above assumption correct? If yes, where would I need to place the code so it gets recognized by Sling to belong to nodetype X? A node type nt:folder is handled like a resource type nt/folder.

Nodetype dependent code

2011-11-07 Thread JCR
Hi, I recently noticed on Lars' cheatsheet (http://dev.day.com/docs/en/cq/current/developing/sling_cheatsheet.html), step # 3, the term Last resort. I'd interpret this as possibility to attach specific code to a given nodetype, i.e. scripts, or perhaps even bundles, could be linked to a

Re: problem with classpath in bundle / CRXDE

2011-05-31 Thread JCR
Hi Sarwar, Upgraded CRXDE to 1.0.1, and created a libs directory at bundles/src/my.bundle.name/libs . Is this the correct place? Problems within CRXDE got really resolved (i.e. imports are found), but the bundle won't activate in Felix because the HTTP libs cannot be found, though the http

problem with classpath in bundle / CRXDE

2011-05-30 Thread JCR
Hi all, I need to bind the httpComponents library into an Felix OSGi bundle (implements a repo-Listener). So, I added the libs from httpcomponents-client-4.1.1-bin.zip to the /resources directory of the bundle (plus codec-lib). In CRXDE, I added the following line to the bundle's bnd file:

Re: calling a sling resource from OSGi bundle

2011-05-09 Thread JCR
I tried to find the some information about (in the context of OSGi), but frankly, was not really successful in it. Do you have more precise pointers? Would be highly appreciated. On 09.05.2011 00:41, Justin Edelson wrote: Did you try using the SlingRequestProcessor service as I suggested? On

calling a sling resource from OSGi bundle

2011-05-08 Thread JCR
Hi all, I'm looking for a pattern to call a sling resource from within an OSGi bundle. My idea would be something with sling.include(/some/path.html), but this does not seem to be possible, as it is not a service. So, another option would be to do a full-sized HTTP GET call, which sounds

Re: Idea: Sling / CQ Meetup in Berlin

2011-04-19 Thread JCR
ApacheCon Europe. Due to the there was no public event for users and developers of Apache Sling, Felix and JCR (and therefore CQ5 developers as well) in Europe to get in touch and discuss their problems, needs and plans for the future. Since I had the pleasure to meet some people of the Day/Adobe Staff

Re: POST, properties multi-value

2010-10-11 Thread JCR
On 11.10.2010 07:13, Felix Meschberger wrote: Hi, On 11.10.2010 00:47, JCR wrote: Hi all, I have an HTML form with input ... name=a/b value=... POSTing this form the first time, apache sling will create a child node of type nt:unstructured, and a string property b. Sending

POST, properties multi-value

2010-10-10 Thread JCR
[n]. Now, that's nice, but not really what I wanted. I really need b single-valued and overwrite its value in JCR with the latest POST value. What will do the trick? Thanks, Jurg