The MarshallFactory.getMarshaller() was invoked by RemoteClientInvoker.invoke()

anonymous wrote : 
  |          // try by locator (in case marshaller class name specified)
  |          marshaller = MarshalFactory.getMarshaller(getLocator(), 
getClassLoader());
  |          if(marshaller == null)
  |          {
  |             // need to have a marshaller, so create a default one
  |             marshaller = MarshalFactory.getMarshaller(getDataType());
  |             if(marshaller == null)
  |             {
  |                // went as far as possible to find a marshaller, will have 
to give up
  |                throw new InvalidMarshallingResource("Can not find a valid 
marshaller for data type: " + getDataType());
  |             }
  |          }
  |       }
  |       .............
  | 
  | 
Since marshaller was succeeded by  
MarshalFactory.getMarshaller(getDataType());, my app ran fine.  I intended to 
increase the priority level in the log4j.xml to not printing the message.  any 
suggestion?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034299#4034299

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034299
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to