-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
soap command line argument not working #11
Comments
Very interesting. I'll start checking this. What version of java are you
|
Java version is 7.0.250. By the way, the version of graphwalker I'm using that works is 2.5.17. |
Looks like this broke at 2dca75f I've been doing some reading and I would expect that either the original implementation would be fine or we would need to add some kind of signal handler and call endpoint.stop() in that. |
Okay, so let's roll back until a better solution is at hand. On Tue, Nov 26, 2013 at 2:26 PM, P. Michael Holland <
|
Glad I could help! |
Kristian Karl sent you an invitation Twitter helps you stay connected with what's happening right now and with the people and organizations you care about.
https://twitter.com/i/d0fcc3e2-fd37-44f3-96dc-2b904678c66e You can unsubscribe from receiving email notifications from Twitter at anytime. For general inquiries, please visit us at Twitter Support. Need help? |
I downloaded the latest jar release the other day and attempted to run graphwalker as a service using the following command line:
java -jar graphwalker-2.6.3-SNAPSHOT.jar soap -f Test.xml
It appears to start and even displays the WSDL path followed by "Press Ctrl+C to quit", but this is followed by the command prompt. The service either never started or starts and immediately quits. The older version of the graphwalker jar that we're using (sorry I don't remember the version) still works.
The text was updated successfully, but these errors were encountered: