Thanks for the tip, Gregory. After excluding xalan from a module dependency the xml export works fine :-)
Xalan comes as transitive dependency with our newsletter module (dependency of axis2). If it is used only for code generation (wsdl to java) that's ok. But I'm afraid that axis will need it for soap comunication. Actually we are using a simple HTTP based implementation of the newsletter asp interface. Therefore I do not expect any problems. This may change if we must use the soap protocoll for some reason. wolf -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Grégory Joseph Gesendet: Montag, 16. Februar 2009 14:17 An: Magnolia User-List Betreff: Re: AW: AW: [magnolia-user] Xml-Export with magnolia 4.0RC3 Removing xalan should fix the issue - see [1] Out of curiosity, is there any specific reason you need xalan? Which JDK are you using ? [1] https://issues.apache.org/jira/browse/JCR-1952 On Feb 16, 2009, at 12:36 PM, Bubenik, Wolf wrote: > > Hallo Fabrizio, > > Yes, we use jackrabbit 1.5.2 with some jars having version 1.5.0. > Our module uses xerxesImpl-2.8.1 (identical to magnolia empty > webapp), xalan-2.7.0.jar, xml-apis-1.3.04.jar, > xmlParserAPIs-2.6.0.jar and XmlSchema-1.4.2.jar. > > wolf > > -----Ursprüngliche Nachricht----- > Von: [email protected] > [mailto:[email protected] > ] Im Auftrag von Fabrizio Giustina > Gesendet: Samstag, 14. Februar 2009 17:39 > An: Magnolia User-List > Betreff: Re: AW: [magnolia-user] Xml-Export with magnolia 4.0RC3 > > > which version of jackrabbit, 1.5.2? > > I saw the same problem on magnolia 3.6 running on Websphere AS with > jackrabbit 1.5.0, so the problem looked definitively related to > jackrabbit. That never happened to me on tomcat, so I can guess it may > also depend on the xml/xerces libs already available in the appserver? > > > fabrizio > > > > On Fri, Feb 13, 2009 at 12:34 PM, Bubenik, Wolf <[email protected] > > wrote: >> >> This may be important to: >> >> We use the Enterprise Edition with extended-templating-kit, using >> multiple sites (3). >> >> Regards Wolf >> >> -----Ursprüngliche Nachricht----- >> Von: [email protected] >> [mailto:[email protected] >> ] Im Auftrag von Grégory Joseph >> Gesendet: Donnerstag, 12. Februar 2009 19:08 >> An: Magnolia User-List >> Betreff: Re: AW: [magnolia-user] Xml-Export with magnolia 4.0RC3 >> >> >> So you get this with both Tomcat and Jetty ?? >> Could you provide more details about your systems (OSs, versions, >> versions of the containers, ...) >> >> Thanks >> >> -g >> >> On Feb 12, 2009, at 6:52 PM, Bubenik, Wolf wrote: >> >>> >>> Hi Gregory, >>> >>> We are using Tomcat (staging system) and Jetty (local testing). >>> >>> After right-clicking on a website or module node and choosing >>> 'export tree to xml' I see a new dialog that allows to specify the >>> repository and path (what I allready entered by choosing a node) and >>> some export options like formating and compression. When choosing >>> export nothing happens but i see a stacktrace on my console: >>> >>> Caused by: org.xml.sax.SAXParseException: Attribute "nt" bound to >>> namespace "http://www.w3.org/2000/xmlns/" was already specified for >>> element "sv:node". >>> at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown >>> Source) >>> at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java: >>> 333) >>> at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java: >>> 333) >>> at >>> info >>> .magnolia >>> .importexport.DataTransporter.readFormatted(DataTransporter.java: >>> 506) >>> at >>> info >>> .magnolia >>> .importexport.DataTransporter.readFormatted(DataTransporter.java: >>> 482) >>> at >>> info >>> .magnolia >>> .importexport.DataTransporter.parseAndFormat(DataTransporter.java: >>> 464) >>> at >>> info >>> .magnolia >>> .importexport.DataTransporter.executeExport(DataTransporter.java: >>> 408) >>> ... 75 more >>> >>> Thus the error is very similar to the one given for the Jboss >>> problem. Obviously it is a general parser/xml problem that is >>> independent of the servlet container. >>> >>> -----Ursprüngliche Nachricht----- >>> Von: [email protected] >>> [mailto:[email protected] >>> ] Im Auftrag von Grégory Joseph >>> Gesendet: Donnerstag, 12. Februar 2009 16:52 >>> An: Magnolia User-List >>> Betreff: Re: [magnolia-user] Xml-Export with magnolia 4.0RC3 >>> >>> >>> Hi Wolf, >>> >>> >>> It's a known bug if you're using jboss [1] >>> >>> What new dialog are you referring to? >>> >>> [1] http://jira.magnolia-cms.com/browse/MAGNOLIA-2615 >>> >>> On Feb 12, 2009, at 4:03 PM, Bubenik, Wolf wrote: >>> >>>> Hallo, >>>> >>>> with the RC3 of magnolia4.0 i cannot export data as xml. I suppose >>>> this is a bug but may be I should not ignore the new dialog? >>>> >>>> Regards >>>> Wolf >>>> >>>> >>>> ---------------------------------------------------------------- >>>> For list details see >>>> http://www.magnolia-cms.com/home/community/mailing-lists.html >>>> To unsubscribe, E-mail to: <[email protected]> >>>> ---------------------------------------------------------------- >>> >>> >>> ---------------------------------------------------------------- >>> For list details see >>> http://www.magnolia-cms.com/home/community/mailing-lists.html >>> To unsubscribe, E-mail to: <[email protected]> >>> ---------------------------------------------------------------- >>> >>> >>> ---------------------------------------------------------------- >>> For list details see >>> http://www.magnolia-cms.com/home/community/mailing-lists.html >>> To unsubscribe, E-mail to: <[email protected]> >>> ---------------------------------------------------------------- >> >> >> ---------------------------------------------------------------- >> For list details see >> http://www.magnolia-cms.com/home/community/mailing-lists.html >> To unsubscribe, E-mail to: <[email protected]> >> ---------------------------------------------------------------- >> >> >> ---------------------------------------------------------------- >> For list details see >> http://www.magnolia-cms.com/home/community/mailing-lists.html >> To unsubscribe, E-mail to: <[email protected]> >> ---------------------------------------------------------------- >> >> > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
