How do I enable logging while using castor binding files (to log the
output, while I generate the castor binding classes) 
Also, is the XSD validation while unmarshalling/marshalling of
XML-to-Java using Castor binding frameworks, is automatically enabled.
Or is there a place to turn on/off ?
Pls help
Thanks
Kannan

-----Original Message-----
From: kirran [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 01, 2007 4:30 PM
To: [email protected]
Subject: [castor-user] castor user issue


Hi All,

Any help is sincerely appreciated. 

sample xml
---
<person name="tom"/>
<person name="brady"/>


class Person{
private name;
public void setName(String name){
this.name=name;
}
}

When i use castor, it gives me a collection of person objects. What i
need is a callback in my client code after each person 

element is parsed into an object sequentially so that i can invoke
operations on each object. This is also inline with my req. 

of not storing an entire collection of persons in memory at once.

Thanks in advance.






--
View this message in context:
http://www.nabble.com/castor-user-issue-tf4734226.html#a13537918
Sent from the Castor - User mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email




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

    http://xircles.codehaus.org/manage_email

Reply via email to