Hi kjain,
Could you please attach sample project.
Thank you,
Vitaly.
kjain wrote:
> Folks,
>
> Apologize for another post today. I am stuck with XSLT 2.0 issue for quite a
> while now. I did make some progress based on earlier feedback but my issue
> seems to remain. Now I can deploy but get a run time error:
>
> Caused by: javax.xml.transform.TransformerException:
> java.lang.RuntimeException: Unsupported XSL element
> '
http://www.w3.org/1999/XSL/Transform:namespace'> at
> com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:717)
> at
> com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:313)
> at com.sun.transform.engine.xslt.XsltEngine.transform(XsltEngine.java:73)
> ... 12 more
> Caused by: java.lang.RuntimeException: Unsupported XSL element
> '
http://www.w3.org/1999/XSL/Transform:namespace'> at
> com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary.runTimeError(BasisLibrary.java:1496)
> at
> com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary.runTimeError(BasisLibrary.java:1500)
> at
> com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary.unsupported_Element
> F(BasisLibrary.java:427)
>
> I have configured xslt-engine to use XSLT_2_0.
>
> Do I need to do anything else?
>
> Thanks.
>
>
> kjain wrote:
>
>> Hi,
>>
>> I have been struggling with trying to make the latest xslt se (with
>> support for 2.0) to work with Netbean design time modules. I followed the
>> steps in:
>>
>>
https://open-esb.dev.java.net/XSLTSE.html>>
>> I get the following exception in trying to deploy a composite application
>> project with even a simple xslt service unit.
>>
>>
>> WARNING: (JBIMA0404) Deployment of service assembly CompositeApp1
>> succeeded partially; some service units failed to deploy.
>> * Component: sun-xslt-engine
>> ERROR: (COMPTK_DEPLOY_1) COMPTK-6018: Failed to deploy SU
>> "CompositeApp1-XsltModule1": TRANSL-6001: Failed to parse transformmap
>> descriptor: TRANSL-6017: Transform descriptor is invalid - missing
>> required targetNamespace attribute!
>>
>>
>> It looks like I have a mismatch between run time and design time support
>> for the xslt service engine. I have tried different combinations of NB
>> nightly builds. Also tried using NB stable build with nightly builds of
>> soarelease netbean modules but nothing seems to work.
>>
>> Will appreciate any feedback since this is proving to be a show stopper
>> issue.
>>
>> Thanks.
>>
>>
>>
>>
>>
>>
>>
>
>