IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Wm 8.0 XSLT 2.0 Transformer Issue

    Posted Tue January 11, 2011 07:09 AM

    Hi All,

    Could you please help?. We tried to run an XSLT code in WM8.0 but it is getting failed with the following error

    “com.wm.app.b2b.server.ServiceException: [XSL.0002.9001] JAXP: Error instantiating transformer - Failed to compile stylesheet. 1 error detected”.

    We’re using “net.sf.saxon.TransformerFactoryImpl” transformer.

    and the style sheet contains the following
    <xsl:stylesheet version=“2.0” xmlns:xsl=“[URL]http://www.w3.org/1999/XSL/Transform[/URL]” xmlns:xs=“[URL]http://www.w3.org/2001/XMLSchema[/URL]” xmlns:fn=“[URL]http://www.w3.org/2005/02/xpath-functions[/URL]” xmlns:xdt=“[URL]http://www.w3.org/2005/02/xpath-datatypes[/URL]”>

    Can somebody help us…


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Wm 8.0 XSLT 2.0 Transformer Issue

    Posted Tue January 03, 2012 10:52 PM

    Hi,

    I’m also getting same error.

    Did you fix this issue.

    Please let me know the solution.

    Thanks
    sandy


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Wm 8.0 XSLT 2.0 Transformer Issue

    Posted Wed January 04, 2012 05:53 PM

    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Wm 8.0 XSLT 2.0 Transformer Issue

    Posted Wed January 04, 2012 08:26 PM

    Any word from SAG product support that makes me wonder If this a global issue?


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 5.  RE: Wm 8.0 XSLT 2.0 Transformer Issue

    Posted Thu January 05, 2012 12:32 AM

    This might be configuration issue as it’s saying that it’s unable to instantiate. Not sure if you followed the configuration correctly [like pointing TransformerFactory to the the desired parser] as the default parser used by IS is xalan


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 6.  RE: Wm 8.0 XSLT 2.0 Transformer Issue

    Posted Mon January 09, 2012 04:21 PM

    did you check if there are any special characters in XSLT OR in you XML data ?


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services