Hi,

I have this XML generated by betwixt, and now I wanna
to convert back to the bean structure.

I'm not receiving any error, but the comments (List
attribute of ProjectReviewDeliverable object) and
deliverableItems (List attribute of DeliverableItemDTO
object) are null.

Does anybody know why?

Please, any help would be appreciate!!!


Here is the XML file:

<?xml version='1.0' ?>
<ProjectReviews>
  <ProjectReviewDeliverableRow>
   <comments>
    <ProjectReviewDeliverable>
     <attachmentId>3303</attachmentId>
     <comments>new comment , red cell</comments>
     <createdBy>Cristiane</createdBy>
     <createdOn>2005-08-15 16:31:00.746</createdOn>
     <projectReviewId>0</projectReviewId>
     <status>false</status>
   </ProjectReviewDeliverable>
  <ProjectReviewDeliverable>
     <attachmentId>3303</attachmentId>
     <comments>deliverable comment</comments>
     <createdBy>Cristiane</createdBy>
     <createdOn>2005-08-12 17:26:22.062001</createdOn>
     <projectReviewId>0</projectReviewId>
     <status>false</status>
  </ProjectReviewDeliverable>
 </comments>
 <deliverableItems>
  <DeliverableItemDTO>
    <dtPosted>Fri Oct 01 </dtPosted>
    <type>A</type>
  </DeliverableItemDTO>
 </deliverableItems>
 <deliverableName>Architecture</deliverableName>
 <gridId>3303</gridId>
 <issueFound>false</issueFound>
 </ProjectReviewDeliverableRow>
</ProjectReviews>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to