[jboss-user] [Clustering/JBoss] - Re: Could not find data type to lookup by marshaller

vulee do-not-reply at jboss.com
Tue Apr 3 17:08:33 EDT 2007


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



More information about the jboss-user mailing list