I have the following schema snippet.
 
 <xs:complexType name="jobParameterType">
  <xs:annotation>
   <xs:documentation>XML element for setting the job parameters for a job
executor job.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="key" type="xs:string"/>
   <xs:element name="value" type="xs:anyType"/>
  </xs:sequence>
 </xs:complexType>

When unmarshalling my object I get a line printed to standard out as:
 
12:00:29,171 INFO  [STDOUT] unable to find or create a ClassDescriptor for
class: com.hcl.xml.api.scheduler.Value
 
When debugging I see my object created with the appropriate key, however the
value element looks like this:
 
<?xml version="1.0" encoding="UTF-8"?>
<value>[EMAIL PROTECTED]</value>
 
The code was generated using SourceGenerator, using "type" centric source
generation.  There is no Descriptor class created for the value element and
the method of setValue(Object o); is in JobParameterType class?
 
Is this a bug or am I doing something incorrectly?
 
 
--ekiM
R&D Hummingbird Core Services
613.548.4355 x1535 | 613.548.7801
logo
<file:///C:/Documents%20and%20Settings/Mike.Wannamaker/My%20Documents/Docume
nts/logo.gif> 



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to