The following issue has been updated:

    Updater: Dennis Sosnoski (mailto:[EMAIL PROTECTED])
       Date: Fri, 30 Apr 2004 12:28 PM
    Changes:
             assignee changed to Dennis Sosnoski
             priority changed from Major
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=JIBX-15&page=history

---------------------------------------------------------------------
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: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: JiBX
 Components: 
             core
   Versions:
             1.0-beta3a

   Assignee: Dennis Sosnoski
   Reporter: Guillaume Pothier

    Created: Wed, 28 Apr 2004 2:07 PM
    Updated: Fri, 30 Apr 2004 12:28 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

Reply via email to