Skip to content
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

JBIDE-13527 - Adding JBoss WISE wrapper to generate SOAP messages #32

Merged
merged 1 commit into from May 3, 2013

Conversation

bfitzpat
Copy link
Contributor

This pull request addresses JBIDE-13527 and JBIDE-13528 by wrapping the JBoss WISE project jars and using their SOAP message generation approach. It now is much more consistent and operates on larger/more complex WSDLs.

@xcoulon
Copy link
Member

xcoulon commented May 2, 2013

SchemaUtils has some e.printStackTrace() method calls in the catch blocks. Shouldn't these exceptions stop the method execution and be displayed in the Errors view ?

@bfitzpat
Copy link
Contributor Author

bfitzpat commented May 2, 2013

Good call. I'll see about cleaning those up.

@bfitzpat
Copy link
Contributor Author

bfitzpat commented May 3, 2013

Turns out the lines you mention are largely unused now, so it's not as big a deal. The important errors are bubbled up in the tester.

bfitzpat added a commit that referenced this pull request May 3, 2013
JBIDE-13527 - Adding JBoss WISE wrapper to generate SOAP messages
@bfitzpat bfitzpat merged commit bafbd21 into jbosstools:master May 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants