On 10/10/2008, at 5:36 AM, Soles, James T (Terry) wrote:

Now that I look closer it appears that the problem is not with
Enumeration itself but how we were using it.

NSMutableArray temp =
(NSMutableArray
)EOUtilities.objectsMatchingKeyAndValue(this.editingConte
xt(), "RMInboxItem", "iKeyValue",this.primaryKey());
RMInboxItem inbox;
Enumeration enum=temp.objectEnumerator();

The problem is that enum is a reserved word in Java1.5.

while(enum.hasMoreElements())
{


with regards,
--

Lachlan Deck



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to