Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=JIBX-15 Here is an overview of the issue: --------------------------------------------------------------------- Key: JIBX-15 Summary: Provide an option to no instanciate collections Type: Improvement Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: JiBX Components: core Versions: 1.0-beta3a Assignee: Reporter: Guillaume Pothier Created: Wed, 28 Apr 2004 2:07 PM Updated: Wed, 28 Apr 2004 2:07 PM Description: It would be nice to add an attribute to the <collection> tag that permits to specify if the collection should be instanciated or not? For instance, I have this class: class A { private List itsList = new ArrayList (); public List getList () {return itsList;} } As instanciating this class automatically instanciates the list, I do not want to have a setList method (nor I want JiBX instanciating a list and setting my itsList field) --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ jibx-devs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-devs
