1.4.8+ will contain JAXP 1.1, but you should be able to use it already with 1.4.7 and 
below - the only thing that will break until 1.4.8 is the XSLServlet (XSL applying 
support). It boils down to classpath stuff though, the problem you've got below for 
instance indicates replacing some of the jars and not others.

Hope it helps!

/Magnus Stenman, the Orion team


----- Original Message ----- 
From: "Arno Grbac" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 6:12 PM
Subject: Is there a solution to JAXP 1.1? ORION WON'T START!!!


> I searched the list, and people have experienced this problem (like myself),
> but no word from Orion. Ideas?
> 
> If you try to get Orion working with this latest release from Sun, Orion
> won't
> start:
> 
> G:\orion>java -jar orion.jar
> java.lang.NoSuchMethodError
>         at
> org.apache.crimson.tree.AttributeSet.<init>(AttributeSet.java:139)
>         at
> org.apache.crimson.tree.XmlDocumentBuilder.startElement(XmlDocumentBuilder.j
> ava:463)
>         at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1449)
>         at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:499)
>         at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
>         at
> org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
>         at
> org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:1
> 79)
>         at com.evermind.xml.e.getJavaxDocument(JAX)
>         at com.evermind.xml.XMLUtils.getDocument(JAX)
>         at com.evermind.xml.XMLConfig.ay(JAX)
>         at com.evermind.xml.XMLConfig.ay(JAX)
>         at com.evermind.server.g6.run(JAX)
>         at java.lang.Thread.run(Unknown Source)
>         at com.evermind.util.f.run(JAX)
> 
> 
> I don't think it's a hard thing to fix and it is a critical bug if you need
> the latest stuff. Did anybody figure this out?
> 
> Regards,
> -arnox
> 


Reply via email to