Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » WTP 2.0 Debugging Question
WTP 2.0 Debugging Question [message #196137] Wed, 11 July 2007 14:07
Eclipse UserFriend
Originally posted by: arazavi.swen.uwaterloo.ca

Hi,
I was launching WTP 2.0 from eclipse in plugin dev. mode and receiving an
exception while creating web services from java class files (BU WS). The
exception was from TransformationFactory whining about unknown protocl c,
and I guessed somewhere a file path should have been passed where a URL
should have. I traced it through the code and I was right it is on :
org.eclipse.jst.ws.internal.axis.creation.ui.task.UpdateAxis WSDDFileTask.execute()
line 106.

The StreamSource(String ) assumes that the string is a URI however,
deployXSL is a pathname (declared a few lines above). I created a new File
from the path name and the problem was solved...

Now here is my question, I can't figure out how this work in the standalone
mode ?
Previous Topic:Publish on Server not usefull for dynamic web applcations
Next Topic:Annoying publish on Server during development
Goto Forum:
  


Current Time: Sat Jul 05 11:01:40 EDT 2025

Powered by FUDForum. Page generated in 0.31929 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top