I am trying to unmarshal this:

<FindFileRequestMessage>
  <fileID>12</fileID>
</FindFileRequestMessage>

The CDR file has this mapping:

com.lmco.dogpatch.messaging.messages.FindFileRequestMessage=com.lmco.dogpatch.messaging.messages.descriptors.FindFileRequestMessageDescriptor

When I unmarshal I get "FindFileRequestMessage" not found.  But, if I change
the CDR mapping to this:

FindFileRequestMessage=com.lmco.dogpatch.messaging.messages.descriptors.FindFileRequestMessageDescriptor

Then it unmarshalls perfectly (removed package name on the left).  But, I
have to hack the CDR file to do this.  Is there a way to get the
SourceGenerator to do this for me?  Or am I doing it wrong?

Thanks,
Mike
-- 
View this message in context: 
http://old.nabble.com/Castor-CDR-file-issue-with-unmarshalling-tp26201269p26201269.html
Sent from the Castor - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to