Hi all,
I am using CXF v2.7.3.
I am using XSLTJaxbProvider in my CXF Rest service by injecting this bean.
But the inTemplate is null in XSLTJaxbProvider as the resourceUtils is
unable to find the xsl from the classpath.
<bean id="xsltJaxbProvider"
class="org.apache.cxf.jaxrs.provider.XSLTJaxbProvider">
<property name="inTemplate" value="classpath:/xslt/abc.xsl"/>
</bean>
Please let me know if this issue fixed in the latest versions of CXF; If so,
I will start using that version.
Thanks in advance.
--
View this message in context:
http://cxf.547215.n5.nabble.com/XSLTJaxbProvider-intemplate-issue-tp5732003.html
Sent from the cxf-user mailing list archive at Nabble.com.