> thank you for your answer! I like sling very much but am yet new to it. Up to > now everything works well. I looked for these classes in the place where you > suggested it to be. I have built my sling standalone from source some weeks > ago. Is it possible that these classes are added after that date? I tried a > later build some days ago but the build failed due to some unresolved > dependencies as I understood (I don't know maven as good as I possibly > should). >
Do you mean the sling launchpad ( launchpad/builder directory ) ? The fragment bundles were added at the end of 2011. In my launchpad ( built today ) javax.xml.parsers.DocumentBuilderFactory is exported by org.apache.felix.framework (0) and contributed by the org.apache.sling.framework.ws fragment, and the same goes for the two other classes. So my questions are 1. Do you use the standalone sling launchpad or do you build your own? 2. Do you have org.apache.sling.framework.ws fragment installed? Robert
