SOAP Message Logging in GlassFish v2 and v3

I found a very nifty feature of GlassFish. You can configure GlassFish to log the contents of a SOAP request and response. I have found this to be very useful during development/debugging of Web Services. There is a different configuration parameter depending on which version of GlassFish you are using. GlassFish 3 This configuration is very simple. Edit your domain [...]

By |2014-03-12T21:51:31-04:00March 12, 2014|Glassfish, How-To, SOA|1 Comment

My Bookshelf: SOA, Spring, Hibernate, GWT, TDD/JUnit, Agile, Scrum, Continuous Integration

Here's a snapshot of my bookshelf. Just a snippet of a much larger library. Nice collection of books on SOA, Spring, Hibernate, GWT, TDD/JUnit, Agile, Scrum, Continuous Integration [nggallery id=1 template=caption]

By |2012-07-01T16:46:41-04:00July 1, 2012|Agile, GWT, Java, Maven, Passion, Scrum, SOA, Software Project Management, Spring, Test Driven Development, XP|Comments Off on My Bookshelf: SOA, Spring, Hibernate, GWT, TDD/JUnit, Agile, Scrum, Continuous Integration

wsimport problem: Found an answer

I was having problems using wsimport to generate SOAP clients from a wsdl. For a certain WSDL file, I kept getting the error: [ERROR] A class/interface with the same name "xxxx" is already in use. Use a class customization to resolve this conflict. I was stumped on this for a bit. StackOverflow saved the day! An answer was posted here [...]

By |2011-07-15T19:59:45-04:00July 15, 2011|SOA|1 Comment
Go to Top