christophe-hall / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

vector type causes Type.forInstance() to fail #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.create a vector, e.g., var v:Vector.<User> = new Vector.<User>();
2.var type:Type = Type.forInstance( v );

What is the expected output? What do you see instead?

expected 'Vector' but got ClassNotFoundError thrown from ClassUtils.forName() 
line 84.

What version of the product are you using? On what operating system?
lang-0.3.swc, reflect-1.3.swc

Please provide any additional information below.

Original issue reported on code.google.com by 1426char...@gmail.com on 26 Oct 2010 at 11:40

GoogleCodeExporter commented 8 years ago
Issue cannot be reproduced. Perhaps the User object is part of a different 
applicationDomain?

Original comment by ihatelivelyids on 11 Jan 2011 at 12:03