• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

transfermationException in service.xml file

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when i run the service.xml file the following exception come please anybody help me
11:35:00,796 INFO [main] Main - javax.xml.transform.TransformerFactory=null
11:35:00,796 INFO [main] Main - java.endorsed.dirs=E:\Program Files\Java\jre6\lib\endorsed
11:35:00,796 INFO [main] Main - launchFile: F:\eclipse\workspace\.metadata\.plugins\org.eclipse.wst.xsl.jaxp.launching\launch\launch.xml
11:35:01,468 FATAL [main] Main - No embedded stylesheet instruction for file: file:/G:/newLiferaySetup/liferay-plugins-sdk-6.0.6-20110225/portlets/Employee-portlet/docroot/WEB-INF/service.xml
org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/G:/newLiferaySetup/liferay-plugins-sdk-6.0.6-20110225/portlets/Employee-portlet/docroot/WEB-INF/service.xml
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:225)
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:186)
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.Main.main(Main.java:73)
Caused by: org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/G:/newLiferaySetup/liferay-plugins-sdk-6.0.6-20110225/portlets/Employee-portlet/docroot/WEB-INF/service.xml
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:214)
... 2 more
reply
    Bookmark Topic Watch Topic
  • New Topic