Re: Content Technology track at the ApacheCon US 2009

2009-04-27 Thread Michael Wechner

Jukka Zitting schrieb:

Hi,

[Sorry again for cross-posting, perhaps we should set up a
jcr-interest@ mailing list somewhere]

The ApacheCon planners are asking for Apache projects to self-organize
content for the upcoming ApacheCon US in November this year. It would
be cool to have a track related to content repositories and content
management. Jackrabbit and Sling would form a nice core for such a
track, but we could also include sessions on things like Chemistry and
other related projects.
  


Maybe lenya devs could also participate

Cheers

Michael

The planners would like an indication of interest ASAP, so I will
contact them about this if people think it's a good idea. In previous
ApacheCons we've typically had a few related presentations and a BoF
session or a Meetup. Based on that I think we could well organize
something like a half-day track of presentations and workshops
followed by a more informal community meetup in the evening.

BR,

Jukka Zitting
  




Re: Content Technology track at the ApacheCon US 2009

2009-04-27 Thread Jukka Zitting
Hi,

On Mon, Apr 27, 2009 at 9:54 AM, Michael Wechner
michael.wech...@wyona.com wrote:
 Jukka Zitting schrieb:
 The ApacheCon planners are asking for Apache projects to self-organize
 content for the upcoming ApacheCon US in November this year. It would
 be cool to have a track related to content repositories and content
 management. Jackrabbit and Sling would form a nice core for such a
 track, but we could also include sessions on things like Chemistry and
 other related projects.

 Maybe lenya devs could also participate

Sure, that would be great!

I didn't yet hear back from the conference planners about this. I'll
ping them again.

PS. I've created an initial planning page [1] for the proposed content track.

[1] http://wiki.apache.org/jackrabbit/ContentTrackApacheConUs2009

BR,

Jukka Zitting


Re: Content Technology track at the ApacheCon US 2009

2009-04-27 Thread Jukka Zitting
Hi,

On Thu, Apr 23, 2009 at 4:26 PM, Paolo Mottadelli paolo@gmail.com wrote:
 On Thu, Apr 23, 2009 at 2:58 PM, Paolo Mottadelli paolo@gmail.com wrote:
 I'm forwarding this message to the POI community, which is strongly
 willing to join some other project.

 I've just had a first positive feedback for POI joining the Content Track.
 Which is the time frame we have to manage in designing the proposal?

Not sure. We just made the extended deadline last Thursday for
expressing initial interest.

AFAIK, once the conference planners respond with an OK, we have a few
weeks to plan the program for the track. The plan will then be
presented to the conference planners who make final decisions on the
conference schedule.

BR,

Jukka Zitting


[jira] Assigned: (SLING-928) Include integration tests for Scala scripting engine

2009-04-27 Thread Bertrand Delacretaz (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bertrand Delacretaz reassigned SLING-928:
-

Assignee: Bertrand Delacretaz

 Include integration tests for Scala scripting engine
 

 Key: SLING-928
 URL: https://issues.apache.org/jira/browse/SLING-928
 Project: Sling
  Issue Type: Improvement
  Components: Testing
Reporter: Michael Dürig
Assignee: Bertrand Delacretaz
 Attachments: SLING-928.patch


 Include integration tests for the Scala scripting engine in 
 contrib\launchpad\testing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SLING-928) Include integration tests for Scala scripting engine

2009-04-27 Thread Bertrand Delacretaz (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703172#action_12703172
 ] 

Bertrand Delacretaz commented on SLING-928:
---

Tests run fine against an already started Sling instance, but not when Sling is 
started by the cargo maven plugin when running mvn clean install in 
contrib/launchpad/testing.

Steps to reproduce:
1. In contrib/launchpad/testing run 

  mvn clean integration-test  -Dintegration.test.wait=true

this starts Sling with the same environment used for integration testing. 

2. Try to look at the OSGi console's script engines page at

http://localhost:/org.apache.sling.launchpad.contrib-testing-4-incubator-SNAPSHOT/system/console/scriptengines

This causes the following exception:

java.lang.NullPointerException
at 
org.apache.sling.scripting.scala.interpreter.BundleFS$BundleEntry$1.getPathAndName(BundleFS.scala:71)
at 
org.apache.sling.scripting.scala.interpreter.BundleFS$BundleEntry$1.x$1(BundleFS.scala:39)
at 
org.apache.sling.scripting.scala.interpreter.BundleFS$BundleEntry$1.name(BundleFS.scala:39)
at 
scala.tools.nsc.symtab.SymbolLoaders$PackageLoader$$anonfun$refresh$1$$anonfun$apply$1.apply(SymbolLoaders.scala:173)
  
Probably related to the fix of revision 769024, but I'm not sure how to fix 
that in the scala code.

 Include integration tests for Scala scripting engine
 

 Key: SLING-928
 URL: https://issues.apache.org/jira/browse/SLING-928
 Project: Sling
  Issue Type: Improvement
  Components: Testing
Reporter: Michael Dürig
Assignee: Bertrand Delacretaz
 Attachments: SLING-928-pom.patch, SLING-928.patch


 Include integration tests for the Scala scripting engine in 
 contrib\launchpad\testing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SLING-928) Include integration tests for Scala scripting engine

2009-04-27 Thread Bertrand Delacretaz (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703175#action_12703175
 ] 

Bertrand Delacretaz commented on SLING-928:
---

If the console display doesn't fail, this should:

 mvn test -Dtest=ScalaScriptingTest 
-Dhttp.base.path=org.apache.sling.launchpad.contrib-testing-4-incubator-SNAPSHOT
 
-Dwebdav.workspace.path=org.apache.sling.launchpad.contrib-testing-4-incubator-SNAPSHOT

in contrib/launchpad/testing, from another terminal

 Include integration tests for Scala scripting engine
 

 Key: SLING-928
 URL: https://issues.apache.org/jira/browse/SLING-928
 Project: Sling
  Issue Type: Improvement
  Components: Testing
Reporter: Michael Dürig
Assignee: Bertrand Delacretaz
 Attachments: SLING-928-pom.patch, SLING-928.patch


 Include integration tests for the Scala scripting engine in 
 contrib\launchpad\testing

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (SLING-944) Add OSGi events for resource modifications

2009-04-27 Thread Carsten Ziegeler (JIRA)
Add OSGi events for resource modifications
--

 Key: SLING-944
 URL: https://issues.apache.org/jira/browse/SLING-944
 Project: Sling
  Issue Type: New Feature
  Components: API, JCR Resource
Affects Versions: JCR Resource 2.0.2, API 2.0.2
Reporter: Carsten Ziegeler
 Attachments: sling.patch

The patch adds OSGi events for resource modifications: each time a resource is 
added, modified or removed, a corresponding event is sent through the event 
admin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.