Hi folks,

I'm just getting to know Sling and have a few questions. These are rather
"user" than devl questions but there seems to be no mailing list for dumb
user yet.

1. Do I understand your roadmap correctly: Integrating the Atom syndication
format is an issue but for priority reasons, it won't be considered for the
next 6 months?
1.1 Offering APP is even further away?


2. I'm new to OSGi, Felix, maven-bundle-plugin and bnd and I could not
figure out how to package the Apache Abdera library into a bundle. For the
start, I do not want to export anything of the library. I added the
following to sling\samples\simple-demo\pom.xml
...
    <repositories>
        <repository>
            <id>apache-incubating</id>
            <name>Apache Incubating Repository</name>
            <url>
                http://people.apache.org/repo/m2-incubating-repository/
            </url>
        </repository>
    </repositories>

    <dependencies>
         <dependency>
              <groupId>org.apache.abdera</groupId>
              <artifactId>abdera-core</artifactId>
              <version>0.4.0-incubating</version>
          </dependency>
          <dependency>
              <groupId>org.apache.abdera</groupId>
              <artifactId>abdera-parser</artifactId>
              <version>0.4.0-incubating</version>
          </dependency>
          <dependency>
              <groupId>org.apache.abdera</groupId>
              <artifactId>abdera-server</artifactId>
              <version>0.4.0-incubating</version>
          </dependency>
...

and to
sling\samples\simple-demo\src\main\java\org\apache\sling\sample\Navigation.java

private Abdera abdera = Abdera.getInstance();

and the log tells me "Unresolved package in bundle 41: package;
(package=org.apache.abdera)". Then I started to fiddle around with
Embed-Dependency, Embed-Transitive and DynamicImport-Package without really
understanding how this (=bnd?) works. Well, I thought I would but it hasn't
worked so far... any help appreciated.


3. Is it really correct that I see under
http://localhost:8888/system/console/configMgr about 8 different
configurations that are related to debugging? Some of them are duplicates
like "Sling Logging Writer Configuration"?


4. When setting "Sling Logging Logger Configuration" to debug, the
[Repository Pinger] fills up the log. Is there an easy way to shut it up?


and by the way, keep the direction you're heading to with Sling: I like it!
Marc

Reply via email to