[jira] Commented: (SLING-1023) Allow NonExistant Resources to have a Resource Type

2009-06-26 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724616#action_12724616 ] Alexander Klimetschek commented on SLING-1023: -- (arg, I just sent my comment

Re: Code Coverage and Metrics

2009-06-23 Thread Alexander Klimetschek
huge (because mostly code-generated) classes. No need to worry about that ;-) Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: SLING-490, SystemStatus service discussion

2009-06-16 Thread Alexander Klimetschek
be running perfectly. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: SLING-490, SystemStatus service discussion

2009-06-16 Thread Alexander Klimetschek
implementing the scripting engine service interface. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: SLING-490, SystemStatus service discussion

2009-06-15 Thread Alexander Klimetschek
, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: SLING-490, SystemStatus service discussion

2009-06-15 Thread Alexander Klimetschek
jrcinstall and config nodes in the repository, if present, or resort to webconsole and standard Felix config for non-repository based Sling instances. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: SLING-490, SystemStatus service discussion

2009-06-15 Thread Alexander Klimetschek
in the JCR to change the settings (in order of availability). Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: SLING-490, SystemStatus service discussion

2009-06-15 Thread Alexander Klimetschek
it would lead to lots of problems when services don't get their configuration... Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: SLING-490, SystemStatus service discussion

2009-06-15 Thread Alexander Klimetschek
as soon as the service can be started. And the props do not change over time. Would be working as well, but they are not so easy to find, modify and deploy. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Possible sling JSONObject bug

2009-06-07 Thread Alexander Klimetschek
On Sat, Jun 6, 2009 at 5:55 PM, Felix Meschbergerfmesc...@gmail.com wrote: On Fri, Jun 05, 2009 at 09:18:05PM +0200, Alexander Klimetschek wrote: I think they are not equivalent in the strict Javascript sense, as the order of the properties in an object is defined (you can iterate over

Re: Possible sling JSONObject bug

2009-06-05 Thread Alexander Klimetschek
I think they are not equivalent in the strict Javascript sense, as the order of the properties in an object is defined (you can iterate over it). It is not to be seen as a pure hash map. Regards, Alex -- Alexander Klimetschek @iPhone Am 05.06.2009 um 21:00 schrieb D. Stuart Freeman

Re: [CONF] Apache Sling Website: Discover Sling in 15 minutes (page edited)

2009-05-27 Thread Alexander Klimetschek
://svn.apache.org/repos/asf/incubator/sling/site/ ? Note that a cleanup of the docs is just on it's way, you might ask Mike Müller on how you can provide improvements for the documentation to him: http://markmail.org/message/7vu63i7rketgdozi Regards, Alex -- Alexander Klimetschek

[jira] Commented: (SLING-649) checkboxes not handled by SlingPostServlet

2009-05-26 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12712984#action_12712984 ] Alexander Klimetschek commented on SLING-649: - Please note, though

Re: [DISCUSS] New strcuture for documentation on Sling site

2009-05-24 Thread Alexander Klimetschek
hierarchy, but supporting newcommers who have no clue how Sling is organized and where to start. WDYT? +1 Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: [DISCUSS] New strcuture for documentation on Sling site

2009-05-22 Thread Alexander Klimetschek
them in any way. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Sling Logo Issue

2009-05-21 Thread Alexander Klimetschek
;-) Looks good :-) Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: [VOTE] Graduate Apache Sling as a top level project

2009-05-18 Thread Alexander Klimetschek
On Mon, May 18, 2009 at 9:12 AM, Felix Meschberger fmesc...@gmail.com wrote: [X] +1 Graduate as a top level project [ ]  0 Don't care [ ] -1 Don't graduate yet, because +1 graduate: more Sling fun for everyone! (non-binding, though ;-)) Regards, Alex -- Alexander Klimetschek

Re: Event Listeners

2009-05-05 Thread Alexander Klimetschek
the trick: if (event instanceof JackrabbitEvent !((JackrabbitEvent) event).isExternal()) { // local event } [1] http://jackrabbit.apache.org/api/1.5/org/apache/jackrabbit/api/observation/JackrabbitEvent.html Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Unified system for tags

2009-04-24 Thread Alexander Klimetschek
change from one customer to the other) directly into the content model. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Unified system for tags

2009-04-24 Thread Alexander Klimetschek
tree. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Unified system for tags

2009-04-24 Thread Alexander Klimetschek
/DavidsModel Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Unified system for tags

2009-04-24 Thread Alexander Klimetschek
-- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Accessing JCR

2009-04-22 Thread Alexander Klimetschek
configured in the SlingRepository service config): Session adminSession = repository.loginAdministrative(null); [1] https://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/jcr/api/src/main/java/org/apache/sling/jcr/api/SlingRepository.java Regards, Alex -- Alexander Klimetschek

Re: Easy way to get path of sling.home

2009-04-22 Thread Alexander Klimetschek
to access the filesystem if you have a JCR? :-) Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: WebDav Node properties

2009-04-21 Thread Alexander Klimetschek
an enhanced WebDAV component in Jackrabbit that allows for some additional JCR remoting, can anyone confirm? Yes, see http://jackrabbit.apache.org/jackrabbit-jcr-server.html or ask on the jackrabbit users list. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: look who's using sling..

2009-04-20 Thread Alexander Klimetschek
-- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Component interface

2009-04-16 Thread Alexander Klimetschek
(as the yellow box at the top says), there is no component api anymore. It was more or less replaced by the resource api and the new script resolution. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

[jira] Created: (SLING-921) SlingSafeMethodsServlet swallows ClassCastExceptions

2009-04-14 Thread Alexander Klimetschek (JIRA)
Reporter: Alexander Klimetschek Priority: Minor SlingSafeMethodsServlet.service(ServletRequest req, ServletResponse res) tries to cast request response objects to Sling's specific request response interfaces. Therefore it catches a ClassCastException for those (seldom

[jira] Updated: (SLING-921) SlingSafeMethodsServlet swallows ClassCastExceptions

2009-04-14 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated SLING-921: Attachment: SLING-921.patch This patch uses instanceof for the check for the sling

[jira] Updated: (SLING-921) SlingSafeMethodsServlet swallows ClassCastExceptions

2009-04-14 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated SLING-921: Attachment: SLING-921.patch Re-attaching the same patch, now with ASF license

[jira] Closed: (SLING-921) SlingSafeMethodsServlet swallows ClassCastExceptions

2009-04-14 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek closed SLING-921. --- And I like to handle the failure cases early in the method to have the normal

Re: Remove old JcrResourceResolver implementation

2009-04-08 Thread Alexander Klimetschek
-- Alexander Klimetschek alexander.klimetsc...@day.com

[jira] Closed: (SLING-909) JcrResourceResolver2.resolve returns null for non-existing resources while api doc says otherwise

2009-04-06 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek closed SLING-909. --- Thanks Felix! JcrResourceResolver2.resolve returns null for non-existing resources

[jira] Commented: (SLING-909) JcrResourceResolver2.resolve returns null for non-existing resources while api doc says otherwise

2009-04-03 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695312#action_12695312 ] Alexander Klimetschek commented on SLING-909: - But at least the javadoc has

Re: [POLL] What to do with ResourceResolver.resolve(String path) (was: [jira] Commented: (SLING-909) JcrResourceResolver2.resolve returns null for non-existing resources while api doc says otherwise

2009-04-03 Thread Alexander Klimetschek
). As mentioned in the issue already, I would favour to correctly implement the API docs in the JcrResourceResolver2, ie. return NonExistingResource. It should not be an issue of backwards compatability as the JRR2 is not part of an official sling release yet. Regards, Alex -- Alexander

Re: [POLL] What to do with ResourceResolver.resolve(String path) (was: [jira] Commented: (SLING-909) JcrResourceResolver2.resolve returns null for non-existing resources while api doc says otherwise

2009-04-03 Thread Alexander Klimetschek
is required for request processing and other cases. It would only be consistent if all resolve methods would return nonexistent and all getResource would return null. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

[jira] Created: (SLING-909) JcrResourceResolver2.resolve returns null for non-existing resources while api doc says otherwise

2009-04-02 Thread Alexander Klimetschek (JIRA)
-909 Project: Sling Issue Type: Bug Components: JCR Resource Reporter: Alexander Klimetschek (This is a basically a re-opening of SLING-752, because I don't have rights to reopen that bug). In current trunk, although to be said to be fixed with SLING-752

[jira] Commented: (SLING-909) JcrResourceResolver2.resolve returns null for non-existing resources while api doc says otherwise

2009-04-02 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695152#action_12695152 ] Alexander Klimetschek commented on SLING-909: - Rereading SLING-752 resolves

Re: [POLL] getting rid of scripting (almost)

2009-04-01 Thread Alexander Klimetschek
.) into dedicated flash memory. WDYT? Anyone with a degree in modern chip design on the list? Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: [POLL] getting rid of scripting (almost)

2009-04-01 Thread Alexander Klimetschek
proposal... But I am not so sure where the mails would go if I send them to the dev-null@ mailing list. ;-) Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Class.forname() -- ClassNotFoundException

2009-03-27 Thread Alexander Klimetschek
and click on it to see the imported packages. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

[jira] Commented: (SLING-868) NPE in SlingAuthenticator.findApplicableAuthenticationHandler

2009-03-26 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12689437#action_12689437 ] Alexander Klimetschek commented on SLING-868: - If no authentication handlers

[jira] Issue Comment Edited: (SLING-868) NPE in SlingAuthenticator.findApplicableAuthenticationHandler

2009-03-26 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12689437#action_12689437 ] Alexander Klimetschek edited comment on SLING-868 at 3/26/09 3:49 AM

Re: Integration with Magnolia

2009-03-23 Thread Alexander Klimetschek
the implementation details ;-) Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

[jira] Closed: (SLING-696) Add externalizeHref() to SlingHttpServletResponse

2009-03-18 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek closed SLING-696. --- Add externalizeHref() to SlingHttpServletResponse

[jira] Resolved: (SLING-696) Add externalizeHref() to SlingHttpServletResponse

2009-03-18 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek resolved SLING-696. - Resolution: Won't Fix I think this can be closed as wontfix as the proper

[jira] Created: (SLING-892) Allow servlets to be registered with extensions for all request methods

2009-03-18 Thread Alexander Klimetschek (JIRA)
: Improvement Components: Servlets Resolver Reporter: Alexander Klimetschek As SLING-754 introduced/fixed registering servlets for non-GET methods with selectors (eg. /apps/myapp/selector.POST.servlet), the same should be possible for extensions: /apps/myapp

Re: re-registering node type definitions on bundle deploy

2009-03-17 Thread Alexander Klimetschek
Sling's point of view). Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Register servlet for subtree

2009-03-17 Thread Alexander Klimetschek
could also simply register a distinct default get servlet for the extension and the selector (resource type is sling/servlet/default). Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Register servlet for subtree

2009-03-17 Thread Alexander Klimetschek
On Tue, Mar 17, 2009 at 6:39 PM, Alexander Klimetschek aklim...@day.com wrote: Otherwise you could also simply register a distinct default get servlet for the extension and the selector (resource type is sling/servlet/default). I meant: Otherwise you could also simply register a default get

Re: JCR/Sling meetup in Amsterdam, confirmed? (was: sling for apachecon site)

2009-03-16 Thread Alexander Klimetschek
expand the scope of the BOF to cover also Jackrabbit and other JCR topics. The downside of a BoF is that it's only open to ApacheCon attendees whereas a meetup would be open to everyone. -1 as I am not attending ApacheCon :-( Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: JCR/Sling meetup in Amsterdam, confirmed? (was: sling for apachecon site)

2009-03-14 Thread Alexander Klimetschek
not attending ApacheCon). Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Re: How can I realize authentication in sling?

2009-03-12 Thread Alexander Klimetschek
inheritance of ACLs, it is actually quite simple to do. And can be configured by administrators later without changing the code. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Re: How can I realize authentication in sling?

2009-03-12 Thread Alexander Klimetschek
and set the basic ACLs themselves - there still must be a GUI for it. But I can understand the need for programmed ACLs, it can often be simpler if you don't need fully-fledged enterprise configuration ... something ;-) Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: How can I realize authentication in sling?

2009-03-11 Thread Alexander Klimetschek
in Jackrabbit is the standard JAAS login module, so it should be possible to simply reuse existing ones that authenticate against LDAP or custom, existing user databases. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Prefixes for JCR node names

2009-03-11 Thread Alexander Klimetschek
(eg. my:AppContent or my:UserGeneratedContent), albeit these are not visible by just looking at the path (which can be simpler for a simple parsing routine in client-side javascript, for example). Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: How can I realize authentication in sling?

2009-03-10 Thread Alexander Klimetschek
and if you select one, you'll see its properties. Change them + hit save and the change should immediately take place (depending on how long it takes to restart the component and its dependencies). Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: How can I realize authentication in sling?

2009-03-10 Thread Alexander Klimetschek
that helps as an overview, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: escaping double quote

2009-03-09 Thread Alexander Klimetschek
the replace(/$/g, quot;); should be replace(/$\/g, quot;); Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: eventListener doesn't work

2009-03-09 Thread Alexander Klimetschek
-- Alexander Klimetschek alexander.klimetsc...@day.com

Re: eventListener doesn't work

2009-03-09 Thread Alexander Klimetschek
On Mon, Mar 9, 2009 at 7:18 PM, vkrejcirik vkrejci...@gmail.com wrote: I change property over POST request, so I can't call save(). The post servlet calls the save() method, of course ;-) Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

[jira] Commented: (SLING-877) Avoid calling Locale.getAvailableLocales() because it is very slow

2009-03-04 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678689#action_12678689 ] Alexander Klimetschek commented on SLING-877: - toLocale() is only called during

Re: [Proposal] Script resolution: Consider request extension for all methods

2009-02-23 Thread Alexander Klimetschek
process for GET/HEAD Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: [Proposal] Script resolution: Consider request extension for all methods

2009-02-23 Thread Alexander Klimetschek
field of the posted data, before forwarding. Non-existing resources have the sling:nonexisting resource type, which will soon also include selectors and extension in the resolution process (SLING-864). Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: [Proposal] Script resolution: Consider request extension for all methods

2009-02-23 Thread Alexander Klimetschek
/content. Otherwise one would introduce some kind of a remote method call interface, which Sling should not do... this is the same reason as it is not possible to directly execute a script in Sling. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: javax.jcr.AccessDeniedException

2009-02-23 Thread Alexander Klimetschek
2009/2/23 vkrejcirik vkrejci...@gmail.com: javax.jcr.AccessDeniedException: /content/servicemix/config: not allowed to modify item This means that Jackrabbit's access control denied write access to that node. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: javax.jcr.AccessDeniedException

2009-02-23 Thread Alexander Klimetschek
, Alex On Mon, Feb 23, 2009 at 3:37 PM, vkrejcirik vkrejci...@gmail.com wrote: Ok. How can I allow to modify this node? /**/ Best regards / S pozdravem Vladislav Krejc(ir(ík http://www.vkrejcirik.info Alexander Klimetschek napsal(a): 2009/2/23

Re: Pipeline support - update with right link

2009-02-20 Thread Alexander Klimetschek
are based on standard SAX events, which is probably not that easy to script. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Jackrabbit Backup

2009-02-19 Thread Alexander Klimetschek
and archived mailing list threads, there are backup scenarios documented. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

[jira] Updated: (SLING-571) JspServletWrapper swallows jsp exceptions if root cause is null

2009-02-19 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated SLING-571: Attachment: SLING-571-fourth.patch Fourth patch based on current trunk, simply

[jira] Created: (SLING-864) Parse path info for NonExistingResource

2009-02-19 Thread Alexander Klimetschek (JIRA)
2.0.2 Reporter: Alexander Klimetschek As proposed on the mailing list http://markmail.org/message/52m32zh36ewo4xl2, it would be helpful if the sling:nonexisting resource type would support selectors and extensions similar to normal resources. Currently you can only register one

Re: eclipse import of the sling source

2009-02-19 Thread Alexander Klimetschek
or manually? I am using Ganymede 3.4.1 on Mac OSX with Java 1.5 and mvn eclipse:eclipse and it works flawlessly. Just did an svn up and build a few hours ago. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

[jira] Created: (SLING-861) Add HTTP PUT support for maven-sling-plugin

2009-02-18 Thread Alexander Klimetschek (JIRA)
Reporter: Alexander Klimetschek Priority: Minor Fix For: Maven Sling Plugin 2.0.4 In addition to the standard POST that is tailored for the felix webconsole in the maven-sling-plugin install goal, it can also be useful to support simple PUT uploads of the bundle jar

[jira] Resolved: (SLING-517) Improve i18n node types

2009-02-18 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek resolved SLING-517. - Resolution: Fixed The most important change, using the node name for the key

[jira] Commented: (SLING-571) JspServletWrapper swallows jsp exceptions if root cause is null

2009-02-18 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12674822#action_12674822 ] Alexander Klimetschek commented on SLING-571: - @Felix: I think I removed

Re: option overwrite:=true

2009-02-15 Thread Alexander Klimetschek
-nt:folder/nt:file nodes won't be visible over webdav. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Source Tree Structure

2009-02-12 Thread Alexander Klimetschek
- sling - released - framework - heart And some Google Set help for inspiration: http://labs.google.com/sets?hl=enq1=coreq2=mainq3=frameworkq4=centralq5=heartbtn=Large+Set Just my 2 cents, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Source Tree Structure

2009-02-12 Thread Alexander Klimetschek
On Thu, Feb 12, 2009 at 11:04 AM, Alexander Klimetschek aklim...@day.com wrote: I might look a bit ugly, but [...] Well, this might be true (you decide), but what I really wanted to say was: It might look a bit ugly... ;-) Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Accessing sling/jsr content from other OSGi bundles

2009-02-12 Thread Alexander Klimetschek
available Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Servlet handling POST/PUT for non-existing resources?

2009-02-11 Thread Alexander Klimetschek
etc. Is that possible? Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

[Poll] What are you using Sling/Jackrabbit for?

2009-02-04 Thread Alexander Klimetschek
-- Alexander Klimetschek alexander.klimetsc...@day.com

Re: SlingAuthenticator with multiple Handlers for same path prefix

2009-02-03 Thread Alexander Klimetschek
would still opt for re-use of existing classes through simple configuration, most cases are probably rather simple and just require the proper order. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Problem with replaceSelectors in sling:include tag

2009-01-13 Thread Alexander Klimetschek
language, as you mention in b). This was modified to allow filenames such as small.html.jsp, but not sure why Sling only allows to use the last selector as part of the script file name (small in your case). Might be a bug. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Esp files and context root of a web application

2009-01-05 Thread Alexander Klimetschek
On Mon, Jan 5, 2009 at 7:58 PM, Scott Taylor st-sl...@taylorit.com wrote: I believe I just have to ensure all links to my own web application are preceded with %=request.contextPath%. Eg. a href=%=request.contextPath%/mynodemynode/a Right. Regards, Alex -- Alexander Klimetschek

Re: User identity for event scripts (was: [jira] Created: (SLING-788)...)

2008-12-19 Thread Alexander Klimetschek
directory should be left to the administrator of the repository Just my 2 cents, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: User identity for event scripts (was: [jira] Created: (SLING-788)...)

2008-12-19 Thread Alexander Klimetschek
is set), and enforcing the way this identity can be set - but we don't have that kind of feature in JCR, or do we? Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: User identity for event scripts (was: [jira] Created: (SLING-788)...)

2008-12-18 Thread Alexander Klimetschek
...@day.com wrote: I think admin is a good start. To ensure this option, I would only start scripts (under user admin) if the script is only writeable by admin (which is simpler to check than the idea above, since the user = admin is fixed). Regards, Alex -- Alexander Klimetschek

[jira] Commented: (SLING-769) Upgrade Jackrabbit Dependency to 1.5

2008-12-17 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657363#action_12657363 ] Alexander Klimetschek commented on SLING-769: - Please make sure the new jsr283

Re: Problems Implementing a Custom AccessManager

2008-12-17 Thread Alexander Klimetschek
On Wed, Dec 17, 2008 at 10:25 AM, Sebastian Gomez sage...@gmail.com wrote: Is there any date scheduled for the upgrade to Jackrabbit 1.5? See http://issues.apache.org/jira/browse/SLING-769 I think it will happen rather soon. Regards, Alex -- Alexander Klimetschek alexander.klimetsc

Re: [RT] Handling html output

2008-12-14 Thread Alexander Klimetschek
-- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Upgrade to Jackrabbit 1.5 (was: user management)

2008-12-12 Thread Alexander Klimetschek
to 1.5. +1 Of course! ;-) Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Data Validation

2008-12-09 Thread Alexander Klimetschek
user doing manual form posts, you can also put all the validation on the client with one of the many javascript frameworks. [1] http://jcp.org/en/jsr/detail?id=170 [2] http://jackrabbit.apache.org/node-types.html Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]

Re: Default GET Servlets

2008-12-05 Thread Alexander Klimetschek
. Sounds good to me! Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]

Re: List of available resource types

2008-12-01 Thread Alexander Klimetschek
://cwiki.apache.org/SLING/url-to-script-resolution.html [2] http://dev.day.com/microsling/content/blogs/main/cheatsheet.html [3] http://incubator.apache.org/sling/site/servlet-resolution.html Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]

Re: List of available resource types

2008-12-01 Thread Alexander Klimetschek
Hi Tobi! On Sun, Nov 30, 2008 at 9:42 PM, Tobias Bocanegra [EMAIL PROTECTED] wrote: On 11/28/08, Alexander Klimetschek [EMAIL PROTECTED] wrote: IMHO a good practice for sling apps is to always define a node type for all the resources (or at least a mixin) they will handle. This node type

Re: List of available resource types

2008-11-28 Thread Alexander Klimetschek
properties (for the full JCR flexibility - although YMMV here). Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]

Re: Servlet Resolution

2008-11-27 Thread Alexander Klimetschek
On Wed, Nov 26, 2008 at 10:39 PM, Felix Meschberger [EMAIL PROTECTED] wrote: Over time use cases arose, which would be easier implementable if we would support using selectors to influence servlet/script resolution for all methods. +1 Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]

List of available resource types

2008-11-26 Thread Alexander Klimetschek
types: in the configuration for such a generic system you want to list the available resource types. WDYT? Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]

Re: Redirecting to different login screens

2008-11-22 Thread Alexander Klimetschek
on the original requested path you can redirect to different login screens. Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]

Re: [jira] Commented: (SLING-249) Allow mapping nodes to internet domains

2008-11-21 Thread Alexander Klimetschek
. if there is a sling:vanityPath = /foo set on /content/site/foo, will the request /foo/something be forwarded to /content/site/foo/something with vanity URLs? IIRC, this is not the case with vanity paths. Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]

  1   2   3   >