[YMIR-136] Collectionのインジェクション時にHotdeployが正しく行われない。 Created: 2007-10-11 Updated: 2007-10-12 Resolved: 2007-10-11 |
|
Status: | Closed |
Project: | Ymir |
Component/s: | ymir-core |
Affects Version/s: | 0.9.1 |
Fix Version/s: | 0.9.2 |
Type: | Bug | Priority: | Major |
Reporter: | Yumeto Yamagishi | Assignee: | skirnir |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
Hotdeployが有効な状態で、Collectionのインスタンスを@Inアノテーションを付加してPageにインジェクションすると、その要素を取得しようとしたときにClassCastExceptionが発生する。 原因: if (value != null |
Comments |
Comment by skirnir [ 2007-10-12 ] |
正しく動作することが確認されたのでcloseします。 |
Comment by skirnir [ 2007-10-11 ] |
対処しました。具体的には、isAssignableFromの処理を止めました。 |