This error is in addition to the error I just asked about in my other
email.  This error occurs if I deploy a service I have called
CommunicationService.  I created the service using wsdl-first as my
template.  The problem is, when I deploy the service and try to call it (I
have to deploy it by itself because of my other problem with multiple
services), I get a weird classpath error.  It says it can't find my input
XMLbeans object and that it's not available from the classloader.  The
xmlbeans are in my serviceunit just like it should be.  What could possibly
cause this error?  Or where can I start to troubleshoot it?  Thanks!

ERROR - DefaultFaultHandler            - Fault occurred!
java.lang.IllegalArgumentException: interface
com.bae.gse.salina.service.communication.NotificationsDocument is not
visible f
rom class loader
       at java.lang.reflect.Proxy.getProxyClass(Proxy.java:353)
       at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:581)
       at org.codehaus.xfire.aegis.type.basic.BeanType.readObject(
BeanType.java:99)
       at org.codehaus.xfire.aegis.AegisBindingProvider.readParameter(
AegisBindingProvider.java:155)
       at org.codehaus.xfire.service.binding.AbstractBinding.read(
AbstractBinding.java:206)
       at org.codehaus.xfire.service.binding.DocumentBinding.readMessage(
DocumentBinding.java:32)
       at org.codehaus.xfire.soap.handler.SoapBodyHandler.invoke(
SoapBodyHandler.java:42)
       at org.codehaus.xfire.handler.HandlerPipeline.invoke(
HandlerPipeline.java:131)
       at org.codehaus.xfire.transport.DefaultEndpoint.onReceive(
DefaultEndpoint.java:64)
       at org.codehaus.xfire.transport.AbstractChannel.receive(
AbstractChannel.java:38)
       at org.apache.servicemix.jsr181.Jsr181ExchangeProcessor.doProcess(
Jsr181ExchangeProcessor.java:111)
       at org.apache.servicemix.jsr181.Jsr181ExchangeProcessor.process(
Jsr181ExchangeProcessor.java:66)
       at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(
AsyncBaseLifeCycle.java:410)
       at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(
BaseLifeCycle.java:43)
       at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(
DeliveryChannelImpl.java:624)
       at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(
AbstractFlow.java:169)
       at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(
SedaFlow.java:177)
       at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(
SedaQueue.java:227)
       at org.apache.geronimo.connector.work.WorkerContext.run(
WorkerContext.java:291)
       at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
Source)
       at java.lang.Thread.run(Thread.java:595)

Reply via email to