Results 1 to 2 of 2

Thread: xml.transformer.StringResult class not included in 2.1.0.RC1?

  1. #1
    Join Date
    Dec 2011
    Posts
    8

    Default xml.transformer.StringResult class not included in 2.1.0.RC1?

    Hey all. This was just something I noticed when I tried to use the result-type and result-transformer properties in the XML transformer classes and got a ClassNotFoundException. The ResultToStringTransformer imports StringResult but it isn't included in the package!

    I just re-downloaded the release to make sure it wasn't just a fluke, and it isn't. I'm not sure if the developers are trying to go in a new direction with it, but I thought I'd bring it to attention.

    EDIT: I need to read more carefully. I just noticed StringResult is a Spring WS class, not an integration one. Sorry for the confusion!
    Last edited by MattF; Dec 16th, 2011 at 12:55 PM.

  2. #2
    Join Date
    Oct 2011
    Location
    Mumbai, India
    Posts
    213

    Default

    You'll find this class in the spring xml jar and not in spring integration. You should find this jar as a dependency in pom.xml.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •