Hi ,
thank you for the time to look at this. I did as described:
- added the endorse path and relevant libs
- however I did not succeed completely.
Please note: The same method is nicely accessible and retrieves the relevant
information if called by OSGI only.
I am calling this currently via a groovy script. (Same issue als applies if
I build a test Webservice from within eclipse where it shows me the priorly
mentioned SOAP envelope and response.
Groovy Message:
INFO: Created classes:
org.expertfinder.webservice.export.GetAllTeamsByProjectID,
org.expertfinder.webservice.export.GetAllTeamsByProjectIDResponse,
org.expertfinder.webservice.export.ObjectFactory,
org.expertfinder.ifc.export.ArrayOfMemberIFC,
org.expertfinder.ifc.export.ArrayOfTeamIFC,
org.expertfinder.ifc.export.MemberIFC,
org.expertfinder.ifc.export.ObjectFactory,
org.expertfinder.ifc.export.ProjectIFC, org.expertfinder.ifc.export.TeamIFC,
org.expertfinder.ifc.export.UserIFC
07.11.2010 11:25:34 org.apache.cxf.phase.PhaseInterceptorChain
doDefaultLogging
WARNUNG: Interceptor for
{http://export.webservice.expertfinder.org/}ExpertFinderIFC#{http://export.webservice.expertfinder.org/}getAllTeamsByProjectID
has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Unmarshalling Error: ParseError at
[row,col]:[1,122915]
Message: Premature EOF
at
org.apache.cxf.jaxb.JAXBEncoderDecoder.unmarshall(JAXBEncoderDecoder.java:773)
Is there anything else I could check?
I am at a complete loss, even reverted to distributed OSGI version 1.0
instead of 1.2.
At least I gett the same result for both.
Alistair
>Hi,
>This error generally means you're mixing jaxb2.2 implementation with
>JDK 6 (which includes
>2.1).
>You can use endorse dir to work around this issue.
>You can get more details from the cxf 2.3 release notes[1]
>[1]http://cxf.apache.org/docs/23-migration-guide.html
>Freeman
>
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-Premature-End-Of-File-tp3249208p3253821.html
Sent from the cxf-issues mailing list archive at Nabble.com.