[jboss-user] [JBoss Web Services] - Re: java.lang.Error: Undefined operation name <x>, when <x> was removed from interface (wsdl)

Peter Johnson do-not-reply at jboss.com
Tue Jun 19 16:42:14 EDT 2012


Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: java.lang.Error: Undefined operation name <x>,   when <x> was removed from interface (wsdl)"

To view the discussion, visit: https://community.jboss.org/message/742856#742856

--------------------------------------------------------------
Try this.  Add this line to the end of the eclipse.ini file (not sure if the file is named the same in JBDS, but there should be an ini file in the base directory):

-verbose:class

Then run the console version of Eclipse (eclipsec.exe). This version opens a console window. Make sure you have set up Command Prompt screen buffer height to a large number, you're going to get a lot of output and you don't want it scrolling out of the buffer. Actually, you might want to start eclipsec.exe from the ocmmand line and redirect stdout and stderr to a file:

eclipsec > output.log 2>&1

Run your build/tests until you get the error. Exit Eclipse and open up that file.

This option causes the JVM to print the name of every class that was loaded and the full path for the JAR file that contains the class. This should help you find where the "hidden" JAR file is located.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/742856#742856]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120619/5770381d/attachment.html 


More information about the jboss-user mailing list