Re: How can I get access to a generated .java class corresponding to a jsp file ?

2011-04-12 Thread Carsten Ziegeler
Justin Edelson wrote > It is configurable (via the PID > org.apache.sling.jcr.classloader.internal.DynamicClassLoaderProviderImpl). > The default is /var/classes. > You can also set the display source fragment option to true for the JSP Script Handler - this should include you the source fragment

Re: RequestDispatcher Resource not found

2011-04-12 Thread tim tam
Wrong stacktrace! here is the right one. This resource is supposed to be from another webapp. org.apache.sling.api.resource.ResourceNotFoundException: No resource found at org.apache.sling.servlets.get.impl.DefaultGetServlet.doGet(DefaultGetServlet.java:218) at org.apache.sling.ap

RequestDispatcher Resource not found

2011-04-12 Thread tim tam
I am using Sling in the context of an ear. ie., in a webapp. I am getting this exception on accessing a tag library,with a custom include tag. It accesses jsps from an outside webapp, in the same ear. java.lang.ClassCastException: org.apache.sling.scripting.jsp.jasper.runtime.JspWriterImpl cannot

Build failed in Jenkins: sling-trunk-1.6 #864

2011-04-12 Thread Apache Hudson Server
See -- Started by an SCM change Building remotely on ubuntu1 FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of

Build failed in Jenkins: sling-trunk-1.5 #1181

2011-04-12 Thread Apache Hudson Server
See Changes: [justin] removing duplicate dependency [justin] adding attach-bundle-list execution to testing project -- Started by an SCM change Building remotely on ubuntu1 Updating http:

Re: How can I get access to a generated .java class corresponding to a jsp file ?

2011-04-12 Thread Justin Edelson
It is configurable (via the PID org.apache.sling.jcr.classloader.internal.DynamicClassLoaderProviderImpl). The default is /var/classes. Justin On Tue, Apr 12, 2011 at 10:00 AM, tim tam wrote: > Sometimes this is the only way to find the source of an issue... > Thanks > Tim >

How can I get access to a generated .java class corresponding to a jsp file ?

2011-04-12 Thread tim tam
Sometimes this is the only way to find the source of an issue... Thanks Tim

[jira] [Created] (SLING-2051) Sling does not shut down cleanly on Windows Server 2008

2011-04-12 Thread Matt Banner (JIRA)
Sling does not shut down cleanly on Windows Server 2008 --- Key: SLING-2051 URL: https://issues.apache.org/jira/browse/SLING-2051 Project: Sling Issue Type: Bug Environment: Window

[RESULT][VOTE] Release Apache Sling Internationalization Support 2.1.0

2011-04-12 Thread Felix Meschberger
Hi, Time to tally the vote. We got the following votes: +1 Felix Meschberger*, Carsten Ziegeler*, Alexander Klimetschek, Mike Müller*, Ian Boston* 0 - -1 Thus this vote passes with 5 +1 votes (4 of which binding). No other votes have been cast. Thanks for your votes. I will continue publi

[jira] [Resolved] (SLING-2050) PostServletOutputContentTypeTest shouldn't rely on a StackOverflowError

2011-04-12 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz resolved SLING-2050. Resolution: Fixed Fixed in revision 1091328, the test now uses an invalid post serv

Re: PostServletOutputContentTypeTest takes ages to complete.

2011-04-12 Thread Bertrand Delacretaz
Hi Pontus, On Tue, Apr 12, 2011 at 1:16 AM, Pontus Amberg wrote: > I took a quick peek at testJsonContentTypeException()  in > PostServletOutputContentTypeTest and > it looks as if the test tries to invoke a "copy" operation... > This leads to a recursive invocation of copy(Node src, Node ds

[jira] [Created] (SLING-2050) PostServletOutputContentTypeTest shouldn't rely on a StackOverflowError

2011-04-12 Thread Bertrand Delacretaz (JIRA)
PostServletOutputContentTypeTest shouldn't rely on a StackOverflowError --- Key: SLING-2050 URL: https://issues.apache.org/jira/browse/SLING-2050 Project: Sling Issue Type: