The jira ticket is: http://jira.codehaus.org/browse/XFIRE-1002

my code looks like:

JAXBElement<ArrayOfOutput> reply = null;
JAXBElement<ArrayOfInput> input = _factory.createArrayOfInput(
_factory.createArrayOfInput() );

XServiceContract contract = _serviceClient.getbasicHttpBinding();

reply = contract.getOutput( input );

at which point it blows up with

ERROR 2007-08-06 15:58:13,208 [BackendScheduler_Worker-5] -
org.quartz.core.JobRunShell - Job DEFAULT.processOutputsJob threw an
unhandled Exception:
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested
exception is org.codehaus.xfire.fault.XFireFault: Couldn't get property
{http://lang.java}classes from bean class com....ArrayOfInput. Nested
exception is java.lang.reflect.InvocationTargetException: null
org.codehaus.xfire.fault.XFireFault: Couldn't get property
{http://lang.java}classes from bean class com....ArrayOfInput. Nested
exception is java.lang.reflect.InvocationTargetException: null
at org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:83)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:114)
at org.codehaus.xfire.client.Client.invoke(Client.java:336)
at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
at $Proxy6.getOutput(Unknown Source)
at test.Test.main(Test.java:50)
Etc.


Has anyone else seen this sort of exception? Figured out a workaround?
Any help would be appreciated
Thanks
-w

Reply via email to