[
https://jira.jboss.org/browse/JBIDE-6731?page=com.atlassian.jira.plugin.s...
]
Libor Zoubek commented on JBIDE-6731:
-------------------------------------
Error-log view and even log says nothing. Error log view is not reachable, because both
main window and wizard dialog are frozen. I cannot provide you access to XP machine at
this time. But during my ivnestigation, I've discovered something, that might be
common to both issues here.
1. Main issue - error during generation - yes, there is a workaround with clicking
'Finish' one more time. But when you (after you get the error message) close
dialog, reopen it again and try it once more, everything goes fine = another workaround
2. Freezing in XP issue - when whole eclipse freezes, the only thing to do is to kill it.
When you fire up JBDS next time and retry to generate service, you get successfull results
= workaround.
In both cases java classes (GetPerson.java and GetPersonResponse.java) are produced. In XP
case .class files are not produced (yes, they exist after next JBDS start, but they are
build by eclipse) in Vista case I cant figure it out, because creation time of .java and
.class is almost the same.
Any ideas?
Next think is that I've been trying on Vista machine to run wsprovide.bat from command
line and force it to fail (as you wrote). I cant get it fail, it works well.
Here is how I am calling it :
wsprovide.bat -t -o "C:/Users/jbdsqa/workspace3/ws/build/classes" -s
"C:/Users/jbdsqa/workspace3/ws/src" -c
"C:/Users/jbdsqa/workspace3/ws/build/classes" test.EchoService
Grid, can you post here the way how JBDS is treating wsprovide command? Thanks
cannot create bottom-up ws with ws-cxf
--------------------------------------
Key: JBIDE-6731
URL:
https://jira.jboss.org/browse/JBIDE-6731
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.1.0.GA
Environment: jbdevstudio-macosx-cocoa-3.0.1.v201006010437R-H98-GA.jar
jboss-eap-5.1.0.CR1.zip with jbossws-cxf-3.1.2.SP6-installer.zip installed
Mac OS X Snow Leopard
Reporter: Martin Malina
Assignee: Feng Qian
Fix For: 3.2.x
Attachments: jbds-ws-error.txt, screenshot-1.jpg
I get an error when trying to created a web service:
Failed to Generate Web Service code, please check the log for more details.
The details show:
Failed to Generate Web Service code, please check the log for more details
...
java2ws - Apache CXF 2.2.6
/Users/rasp/jbossqa/workspace-eap/TestWSProject/src/test/ws/jaxws/Echo.java:23:
cannot find symbol
symbol : class Person
location: package test
private test.Person arg0;
^
/Users/rasp/jbossqa/workspace-eap/TestWSProject/src/test/ws/jaxws/Echo.java:25:
cannot find symbol
symbol : class Person
location: package test
public test.Person getArg0() {
^
...
This only happens when the selected runtime has ws-cxf installed. See the steps to
reproduce.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira