Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002842 [Resin] minor always 08-13-08 07:41 08-20-08 12:59
Reporter emil View Status public  
Assigned To emil
Priority normal Resolution fixed  
Status closed   Product Version 3.2.1
Summary 0002842: XML Streaming issue with XFire and Resin 3.1.6
Description (Rep by Richard Grantham)

> I'm still in the process of trying to move our application over to Resin
> 3.1.6. I had an out-standing issue with incorrect SOAP responses coming
> from Xfire 1.2.6. My SOAP responses follow this pattern:
>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" [^]
> xmlns:xsd="http://www.w3.org/2001/XMLSchema" [^]
>
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> [^]
> <soap:Body>
> <ns1:methodResponse xmlns:ns1="http://mynamespace"> [^]
> <ns1:result>
> <firstElement xmlns="http://mynamespace" [^]
> />
> <secondElement />
> <thirdElement />
> </ns1:result>
> </ns1:methodResponse >
> </soap:Body>
> </soap:Envelope>
>
> Only firstElement has namespace declaration. This is incorrect. All
> elements should have this namespace declaration.
>
> I guess this is an bug with Resin's streaming XML implementation. By
> configuring Resin to use STaX instead I solved the issue I was having.
Additional Information
Attached Files

- Relationships

- Notes
(0003343)
emil
08-20-08 12:59

XFire uses StAX incorrectly (verified against RI). Error message added to catch this case. XFire users are advised to use WoodStox StAX as this is only known compatible implementation at this time.

xml/310y
xml/310z
 

- Issue History
Date Modified Username Field Change
08-13-08 07:41 emil New Issue
08-19-08 11:59 emil Status new => assigned
08-19-08 11:59 emil Assigned To  => emil
08-20-08 12:59 emil Status assigned => closed
08-20-08 12:59 emil Note Added: 0003343
08-20-08 12:59 emil Resolution open => fixed
08-20-08 12:59 emil Fixed in Version  => 3.2.1


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker