- 
        1. Re: Questions about doXslTransformdave9739 Sep 7, 2008 2:46 PM (in response to dave9739)Hi all, 
 Does anyone have idea about doXslTransform function? I want to know whether jbpm-bpel support this function. I cannot find any jbpm documentation about this.
 I just upgraded to the latest version jbpm-bpel 1.1.1. However, it is still not working.
 Any idea?
 Thanks
 dave
- 
        2. Re: Questions about doXslTransformdave9739 Sep 11, 2008 7:25 AM (in response to dave9739)Hi all, 
 I found that when bpel process call doXslTransform then the server will produce the following output.
 -------------------------------------------------------
 2008-09-11 18:35:25,625 ERROR [org.jbpm.bpel.sublang.xpath.XPathExpressionEvaluator] expression evaluation failed
 org.jaxen.UnresolvableException: No Such Function doXslTransform
 at org.jaxen.SimpleFunctionContext.getFunction(SimpleFunctionContext.java:127)
 at org.jaxen.ContextSupport.getFunction(ContextSupport.java:242)
 at org.jaxen.Context.getFunction(Context.java:216)
 at org.jaxen.expr.DefaultFunctionCallExpr.evaluate(DefaultFunctionCallExpr.java:172)
 at org.jaxen.expr.DefaultXPathExpr.asList(DefaultXPathExpr.java:102)
 at org.jaxen.BaseXPath.selectNodesForContext(BaseXPath.java:674)
 at org.jaxen.BaseXPath.selectNodes(BaseXPath.java:213)
 at org.jbpm.bpel.sublang.xpath.XPathExpressionEvaluator.evaluate(XPathExpressionEvaluator.java:80)
 at org.jbpm.bpel.graph.basic.assign.FromExpression.extract(FromExpression.java:39)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 ........
 -------------------------------------------------------
 Why jbpm-bpel does not support this function? As jbpm-bpel home page
 said
 "New services can be rapidly scripted as a function of other services instead of being developed from the ground up. Transforming output from one service into input to another service is made straightforward with XPath and XSLT.
 ".
 However, jbpm-bpel cannot found that functions.
 Does anyone know how to make this function works?
 Many thanks.
 dave
- 
        3. Re: Questions about doXslTransformsarish.jain Apr 15, 2009 4:52 PM (in response to dave9739)Is this supported i am getting exactly same problem.. 
 I dont see the function in the xsd for bpel as well.
- 
        4. Re: Questions about doXslTransformaraiczyk Sep 24, 2009 1:32 PM (in response to dave9739)I'm facing the same problem, did you guys found a solution to this? 
 Thanks
 
     
    