svn commit: r902738 - /sling/trunk/launchpad/builder/src/main/bundles/list.xml

2010-01-25 Thread fmeschbe
Author: fmeschbe Date: Mon Jan 25 09:07:11 2010 New Revision: 902738 URL: http://svn.apache.org/viewvc?rev=902738view=rev Log: SLING-1282 Need snapshot of JCR Base bundle for the new credentials stuff to work. Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml Modified:

svn commit: r902769 - /sling/trunk/launchpad/builder/src/main/bundles/list.xml

2010-01-25 Thread ieb
Author: ieb Date: Mon Jan 25 10:36:55 2010 New Revision: 902769 URL: http://svn.apache.org/viewvc?rev=902769view=rev Log: Revert SLING-1282 Need snapshot of JCR Base bundle for the new credentials stuff to work. This reverts commit dd541d1cb3b20895c4a5522aeb15cced3142fce0. Modified:

svn commit: r902770 - /sling/trunk/bundles/jcr/jackrabbit-server/src/main/java/org/apache/sling/jcr/jackrabbit/server/impl/Activator.java

2010-01-25 Thread ieb
Author: ieb Date: Mon Jan 25 10:37:18 2010 New Revision: 902770 URL: http://svn.apache.org/viewvc?rev=902770view=rev Log: Revert SLING-1282 Set dummy passwords for the default configuration This reverts commit 7ff1bbd93c57caa0614ff13533e34a47cc012d39. Modified:

svn commit: r902771 - /sling/trunk/bundles/jcr/jackrabbit-server/src/main/resources/OSGI-INF/metatype/metatype.properties

2010-01-25 Thread ieb
Author: ieb Date: Mon Jan 25 10:37:46 2010 New Revision: 902771 URL: http://svn.apache.org/viewvc?rev=902771view=rev Log: Revert SLING-1282 Comment on the password properties not being used by the embedded repository. This reverts commit 44d453d15c08c09fa284a296e7aa0bcb3e9d17eb. Modified:

svn commit: r902773 - in /sling/trunk/bundles/jcr: base/src/main/java/org/apache/sling/jcr/base/ jackrabbit-server/ jackrabbit-server/src/main/java/org/apache/sling/jcr/jackrabbit/server/impl/ jackrab

2010-01-25 Thread ieb
Author: ieb Date: Mon Jan 25 10:38:46 2010 New Revision: 902773 URL: http://svn.apache.org/viewvc?rev=902773view=rev Log: Revert SLING-1282 First pass at using credentials classes, concerned about impersonation. This reverts commit 017f5fbf5396f7018f33ff9feacbebba17ce46b0. Removed:

svn commit: r902795 - /sling/trunk/bundles/jcr/classloader/pom.xml

2010-01-25 Thread cziegeler
Author: cziegeler Date: Mon Jan 25 12:44:05 2010 New Revision: 902795 URL: http://svn.apache.org/viewvc?rev=902795view=rev Log: We don't have an api anymore (since 3.0) Modified: sling/trunk/bundles/jcr/classloader/pom.xml Modified: sling/trunk/bundles/jcr/classloader/pom.xml URL:

svn commit: r902796 - /sling/trunk/bundles/jcr/classloader/pom.xml

2010-01-25 Thread cziegeler
Author: cziegeler Date: Mon Jan 25 12:44:26 2010 New Revision: 902796 URL: http://svn.apache.org/viewvc?rev=902796view=rev Log: Remove spurious comma Modified: sling/trunk/bundles/jcr/classloader/pom.xml Modified: sling/trunk/bundles/jcr/classloader/pom.xml URL:

svn commit: r902799 - in /sling/trunk/bundles/jcr/classloader/src/main/java/org/apache/sling/jcr/classloader/internal: DynamicRepositoryClassLoader.java URLRepositoryClassLoader.java net/JCRURLConnect

2010-01-25 Thread cziegeler
Author: cziegeler Date: Mon Jan 25 12:52:10 2010 New Revision: 902799 URL: http://svn.apache.org/viewvc?rev=902799view=rev Log: SLING-1316 - Include jackrabbit classloader code to adjust it for Sling needs - code import with first changes. Update to Java 5 code. Modified:

svn commit: r902807 - in /sling/trunk/bundles/commons/classloader/src/main/java/org/apache/sling/commons/classloader/impl: Activator.java DynamicClassLoaderManagerFactory.java DynamicClassLoaderManage

2010-01-25 Thread cziegeler
Author: cziegeler Date: Mon Jan 25 13:30:59 2010 New Revision: 902807 URL: http://svn.apache.org/viewvc?rev=902807view=rev Log: SLING-1302 : After a NoClassDefError classes are still not found even if they have been installed in the meantime Modified:

svn commit: r902812 - /sling/trunk/launchpad/builder/src/main/bundles/list.xml

2010-01-25 Thread cziegeler
Author: cziegeler Date: Mon Jan 25 14:05:06 2010 New Revision: 902812 URL: http://svn.apache.org/viewvc?rev=902812view=rev Log: Use latest dynamic classloader and move it to start level 0 Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml Modified:

svn commit: r902844 - /sling/trunk/pom.xml

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 15:42:45 2010 New Revision: 902844 URL: http://svn.apache.org/viewvc?rev=902844view=rev Log: SLING-1310 - correcting removal of launchpad/app and launchpad/webapp from root pom.xml Modified: sling/trunk/pom.xml Modified: sling/trunk/pom.xml URL:

svn commit: r902943 - /sling/trunk/bundles/scripting/core/src/main/java/org/apache/sling/scripting/core/impl/helper/ProtectedBindings.java

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 19:32:05 2010 New Revision: 902943 URL: http://svn.apache.org/viewvc?rev=902943view=rev Log: SLING-1303 - Fixing compilation problem with BSF Modified:

svn commit: r902942 - in /sling/trunk: bundles/scripting/api/src/main/java/org/apache/sling/scripting/api/ bundles/scripting/core/ bundles/scripting/core/src/main/java/org/apache/sling/scripting/core/

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 19:31:55 2010 New Revision: 902942 URL: http://svn.apache.org/viewvc?rev=902942view=rev Log: initial impl of SLING-1303 Added: sling/trunk/bundles/scripting/api/src/main/java/org/apache/sling/scripting/api/BindingsValuesProvider.java

svn commit: r902945 - in /sling/trunk: bundles/scripting/api/pom.xml bundles/scripting/core/pom.xml launchpad/builder/src/main/bundles/list.xml

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 19:32:13 2010 New Revision: 902945 URL: http://svn.apache.org/viewvc?rev=902945view=rev Log: SLING-1318 - switching out BSF for Livetribe Modified: sling/trunk/bundles/scripting/api/pom.xml sling/trunk/bundles/scripting/core/pom.xml

svn commit: r902946 - in /sling/trunk/bundles/scripting/core/src/main/java/org/apache/sling/scripting/core/impl: SlingScriptAdapterFactory.java helper/ProtectedBindings.java

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 19:32:22 2010 New Revision: 902946 URL: http://svn.apache.org/viewvc?rev=902946view=rev Log: SLING-1303 SLING-1318 - upgrading SLING-1303 modifications to use generics Modified:

svn commit: r902949 - in /sling/trunk/launchpad/testing/src/test: java/org/apache/sling/launchpad/webapp/integrationtest/ScriptBindingsValuesProviderTest.java resources/integration-test/bindingsprovid

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 19:32:39 2010 New Revision: 902949 URL: http://svn.apache.org/viewvc?rev=902949view=rev Log: SLING-1303 - switching esp test to use typeof as we're testing for an undefined value Modified:

svn commit: r902950 - /sling/trunk/bundles/scripting/jsp/src/main/java/org/apache/sling/scripting/jsp/JspScriptEngineFactory.java

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 19:32:47 2010 New Revision: 902950 URL: http://svn.apache.org/viewvc?rev=902950view=rev Log: SLING-1319 - adding script names for JSP Modified: sling/trunk/bundles/scripting/jsp/src/main/java/org/apache/sling/scripting/jsp/JspScriptEngineFactory.java

svn commit: r902952 - /sling/trunk/launchpad/builder/src/main/bundles/list.xml

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 19:33:08 2010 New Revision: 902952 URL: http://svn.apache.org/viewvc?rev=902952view=rev Log: SLING-1303 - upgrading to latest JSP bundle (for SLING-1319 change) Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml Modified:

svn commit: r902951 - in /sling/trunk/launchpad: test-services/src/main/java/org/apache/sling/launchpad/testservices/scripting/ testing/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 19:33:01 2010 New Revision: 902951 URL: http://svn.apache.org/viewvc?rev=902951view=rev Log: SLING-1303 - adding JSP test case Added:

svn commit: r902962 - in /sling/trunk: bundles/commons/json/ bundles/commons/json/src/main/java/org/apache/sling/commons/json/groovy/internal/ launchpad/testing/src/test/resources/integration-test/

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 20:03:15 2010 New Revision: 902962 URL: http://svn.apache.org/viewvc?rev=902962view=rev Log: SLING-1320 - adding script binding for JSONGroovyBuilder Added: sling/trunk/bundles/commons/json/src/main/java/org/apache/sling/commons/json/groovy/internal/

[CONF] Apache Sling Adding New Scripting Variables

2010-01-25 Thread confluence
Adding New Scripting Variables Page added by Justin Edelson As of r902947, Sling Scripting allows bundles to contribute objects to the variables available to scripts. This is done by implementing the interface

[CONF] Apache Sling Scripting variables

2010-01-25 Thread confluence
Scripting variables Page edited by Justin Edelson Common scripting variables The basic objects, such as the request and response, are available for most scripting languages (Note the differences for eg. JSP below). Name

svn commit: r902967 - in /sling/trunk/bundles: jcr/resource/ jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/scripting/ scripting/core/ scripting/core/src/main/java/org/apache/sling/

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 20:34:23 2010 New Revision: 902967 URL: http://svn.apache.org/viewvc?rev=902967view=rev Log: SLING-1304 - moving currentNode script binding to jcr.resource bundle Added:

svn commit: r902989 - /sling/trunk/maven/maven-launchpad-plugin/src/main/java/org/apache/sling/maven/projectsupport/PreparePackageMojo.java

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 21:53:05 2010 New Revision: 902989 URL: http://svn.apache.org/viewvc?rev=902989view=rev Log: SLING-1322 - removing extraneous project variable Modified:

svn commit: r903004 - /sling/trunk/maven/maven-launchpad-plugin/src/main/java/org/apache/sling/maven/projectsupport/PreparePackageMojo.java

2010-01-25 Thread justin
Author: justin Date: Mon Jan 25 22:45:16 2010 New Revision: 903004 URL: http://svn.apache.org/viewvc?rev=903004view=rev Log: SLING-1323 - adding bundlesToRemove option Modified:

svn commit: r903111 - /sling/trunk/bundles/commons/log/src/main/java/org/apache/sling/commons/log/internal/slf4j/LogConfigManager.java

2010-01-25 Thread fmeschbe
Author: fmeschbe Date: Tue Jan 26 07:39:10 2010 New Revision: 903111 URL: http://svn.apache.org/viewvc?rev=903111view=rev Log: SLING-1326 use ConcurrentHashMap instead of HashMap to prevent concurrency issues accessing the configurations. Modified:

svn commit: r903115 - /sling/trunk/bundles/jcr/contentloader/src/main/java/org/apache/sling/jcr/contentloader/internal/readers/XmlReader.java

2010-01-25 Thread cziegeler
Author: cziegeler Date: Tue Jan 26 07:52:22 2010 New Revision: 903115 URL: http://svn.apache.org/viewvc?rev=903115view=rev Log: SLING-1325 : Bundle deploy fails utterly if any XML files contains an element named type - throw exception now instead of an NPE. Modified: