Hello list,
To be honest I thought this was never going to work. So I am happy to
tell you that
I have the JSR-170 repository Jackrabbit (jackrabbit.apache.org) running
under dotnet after compiling these jars:
xml-apis.jar
resolver.jar
serializer.jar
xercesImpl.jar (2.8.0)
xalan.jar (2.7.0 2jars)
commons-collections-3.1.jar
concurrent-1.3.4.jar
log4j-1.2.8.jar
slf4j-log4j12-1.0.jar
derby.jar (10.1.2.1)
lucene-1.4.3.jar
jcr-1.0.jar
jackrabbit-core-1.0.jar
I translated the three entry level demo's "FirstHop, SecondHop and
ThirdHop" into C# and they are working fine.
To get the whole thing working I had to add the following c# lines
before calling the examples:
AppDomain.CurrentDomain.Load("xercesImpl");
AppDomain.CurrentDomain.Load("xalan");
AppDomain.CurrentDomain.Load("derby");
java.lang.System.setProperty(
"javax.xml.parsers.DocumentBuilderFactory",
"org.apache.xerces.jaxp.DocumentBuilderFactoryImpl");
java.lang.System.setProperty(
"javax.xml.transform.TransformerFactory",
"org.apache.xalan.processor.TransformerFactoryImpl");
At the moment I do not know yet whether I am actually going to use this.
If anyone is interested, let me know.
Hugo Burm
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|
|