[ 
https://issues.apache.org/jira/browse/SLING-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121402#comment-13121402
 ] 

Justin Edelson commented on SLING-2237:
---------------------------------------

> though it causes long-lived fields in the servlet 
> (discouraged anyway) to be useless. That's ok, but we must be aware of this 
> limitation. 
Do you think it would be useful to log something? I'm assuming there will be 
some documentation which says "if you use @Inject, a new instance of your 
servlet will be created per request" so I didn't add any particular logging.
                
> inject OSGi services into Java script-based servlets
> ----------------------------------------------------
>
>                 Key: SLING-2237
>                 URL: https://issues.apache.org/jira/browse/SLING-2237
>             Project: Sling
>          Issue Type: Improvement
>          Components: Scripting
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>
> originally discussed here: http://markmail.org/thread/yv5re37b7nopboum
> In a Java scripted servlet (i.e. a foo.java resource which is treated like a 
> script), it would be helpful to be able to get OSGi services injected.
> Use cases:
> @Inject
> private ServiceInterface serviceInterface;
> @Inject
> private ServiceInterface[] array;
> @Inject
> private List<ServiceInterface> list
> @Inject
> private Collection<ServiceInterface> list
> (special)
> @Inject
> private SlingScriptingHelper slingScriptingHelper

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to