[jira] [Updated] (SLING-2727) Allow PerformanceRunner to run tests provided by a factory method

2013-05-29 Thread Andrei Dulvac (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Dulvac updated SLING-2727: - Attachment: performance_factory.svn.patch performance_reportlogger.svn.patch Atta

[jira] [Created] (SLING-2890) Intermittent NullPointerException in ClassLoaderWriterImpl when running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest

2013-05-29 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-2890: -- Summary: Intermittent NullPointerException in ClassLoaderWriterImpl when running org.apache.sling.launchpad.webapp.integrationtest.servlets.resolver.errorhandler.ErrorHandlingTest Key: SLING-

[jira] [Resolved] (SLING-2876) Integration tests fail in large numbers following changes for SLING-2869

2013-05-29 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-2876. Resolution: Fixed Already fixed by the changes in SLING-2888 > Integration

sling pull request: SLING-2789 add initial startup handler for Karaf

2013-05-29 Thread oliverlietz
Github user oliverlietz closed the pull request at: https://github.com/apache/sling/pull/3

sling pull request: SLING-2789 add simple bootstrap test

2013-05-29 Thread oliverlietz
Github user oliverlietz closed the pull request at: https://github.com/apache/sling/pull/4

[jira] [Created] (SLING-2891) java.util.Locale requires sun.util.locale.BaseLocale with Oracle java 7

2013-05-29 Thread Simone Tripodi (JIRA)
Simone Tripodi created SLING-2891: - Summary: java.util.Locale requires sun.util.locale.BaseLocale with Oracle java 7 Key: SLING-2891 URL: https://issues.apache.org/jira/browse/SLING-2891 Project: Slin

[jira] [Commented] (SLING-2891) java.util.Locale requires sun.util.locale.BaseLocale with Oracle java 7

2013-05-29 Thread Simone Tripodi (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13669312#comment-13669312 ] Simone Tripodi commented on SLING-2891: --- Look like the {{sun.*}} packages have to be

[jira] [Created] (SLING-2892) Add simple paranoia check to detect duplicate sling.id in a cluster

2013-05-29 Thread Stefan Egli (JIRA)
Stefan Egli created SLING-2892: -- Summary: Add simple paranoia check to detect duplicate sling.id in a cluster Key: SLING-2892 URL: https://issues.apache.org/jira/browse/SLING-2892 Project: Sling

[jira] [Resolved] (SLING-2892) Add simple paranoia check to detect duplicate sling.id in a cluster

2013-05-29 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Egli resolved SLING-2892. Resolution: Fixed implemented > Add simple paranoia check to detect duplicate slin

[jira] [Comment Edited] (SLING-2892) Add simple paranoia check to detect duplicate sling.id in a cluster

2013-05-29 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13669587#comment-13669587 ] Stefan Egli edited comment on SLING-2892 at 5/29/13 7:11 PM: -

[jira] [Updated] (SLING-2891) java.util.Locale requires sun.util.locale.BaseLocale with Oracle java 7

2013-05-29 Thread Simone Tripodi (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Tripodi updated SLING-2891: -- Attachment: SLING-2891.patch The proposed patch fixes the Locale 2-args ctor issue with Java7.

[jira] [Comment Edited] (SLING-2891) java.util.Locale requires sun.util.locale.BaseLocale with Oracle java 7

2013-05-29 Thread Simone Tripodi (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13669312#comment-13669312 ] Simone Tripodi edited comment on SLING-2891 at 5/29/13 7:49 PM:

Re: svn commit: r1487591 - in /sling/trunk/bundles/extensions/discovery/impl: pom.xml src/main/java/org/apache/sling/discovery/impl/common/heartbeat/HeartbeatHandler.java src/test/java/org/apache/slin

2013-05-29 Thread Felix Meschberger
Hi Am 29.05.2013 um 20:54 schrieb : > +/** SLING-2892: remember the value of the heartbeat this instance has > written the last time **/ > +private Calendar lastHeartbeatWritten = null; Is there a reason you use Calendar here ? I have the impression that a long being System.currentTim

[jira] [Assigned] (SLING-2891) java.util.Locale requires sun.util.locale.BaseLocale with Oracle java 7

2013-05-29 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-2891: Assignee: Felix Meschberger > java.util.Locale requires sun.util.locale.BaseLoc

[jira] [Commented] (SLING-2891) java.util.Locale requires sun.util.locale.BaseLocale with Oracle java 7

2013-05-29 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13669648#comment-13669648 ] Felix Meschberger commented on SLING-2891: -- Thanks for reporting the issue. Yes,

[jira] [Resolved] (SLING-2891) java.util.Locale requires sun.util.locale.BaseLocale with Oracle java 7

2013-05-29 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-2891. -- Resolution: Fixed Replaced the existing sun.reflection boot delegation with a more gene

Jenkins build is back to stable : sling-trunk-1.6 » Apache Sling Launchpad Testing #1676

2013-05-29 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.6 » Apache Sling Launchpad Testing WAR version #1676

2013-05-29 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.6 #1676

2013-05-29 Thread Apache Jenkins Server
See

Jenkins build is still unstable: sling-trunk-1.7 » Apache Sling Launchpad Testing #49

2013-05-29 Thread Apache Jenkins Server
See

Jenkins build became unstable: sling-trunk-1.7 » Apache Sling Sample Integration Tests #49

2013-05-29 Thread Apache Jenkins Server
See

Jenkins build is still unstable: sling-trunk-1.7 #49

2013-05-29 Thread Apache Jenkins Server
See

Jenkins build is still unstable: sling-trunk-1.7 » Apache Sling Launchpad Testing WAR version #49

2013-05-29 Thread Apache Jenkins Server
See