My bad, I wasn't doing a 'clean' in my script so it was reloading it from a
temp/build area. So it's gone now, and I'm left with
INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault
...
Caused by: java.lang.IllegalArgumentException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:107)
at
org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:77)
... 28 more
are you sure its removed from the war & your expanded web-inf/lib directory?
BrianP wrote:
>
> I removed it, and that produced the following error :
>
> Nov 9, 2007 10:22:38 AM org.apache.catalina.loader.WebappClassLoader
> modified
> SEVERE: Resource '/WEB-INF/lib/geronimo-servlet_2.5_spec-1.1-M1.jar'
> is missing
>
> And then a bit later in the log, I still have the '...geronimo-servlet...
> - jar not loaded' message
>
> If this problem is related, wouldn't that have caused a problem from the
> simple client as well? But that one worked.
>
>
> Adrian C wrote:
>>
>> Remove geronimo-servlet_2.5_spec-1.1-M1.jar from you war first off and
>> see how it goes from there
>>
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/Error-calling-simple-JAX-WS-service-from-Flex-Flash-tf4778205.html#a13669576
Sent from the cxf-user mailing list archive at Nabble.com.