You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2009/05/16 10:20:46 UTC

[jira] Updated: (FELIX-1163) Improve error message when an array cannot be created due to a classloading issue

     [ https://issues.apache.org/jira/browse/FELIX-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier updated FELIX-1163:
-------------------------------------

    Attachment: StackTrace

1242195106334 ### java.lang.ArrayStoreException:
uk.co.talkingcode.ipojorc.commands.echo.Echo
1242195106334 ###       at
org.apache.felix.ipojo.handlers.dependency.Dependency.createServiceObject(Dependency.java:484)
1242195106334 ###       at
org.apache.felix.ipojo.handlers.dependency.Dependency.onGet(Dependency.java:448)
1242195106334 ###       at
org.apache.felix.ipojo.InstanceManager.onGet(InstanceManager.java:893)
1242195106334 ###       at
uk.co.talkingcode.ipojorc.core.Bot.__getcommands(Bot.java)
1242195106334 ###       at
uk.co.talkingcode.ipojorc.core.Bot.__onMessage(Bot.java:60)
1242195106334 ###       at
uk.co.talkingcode.ipojorc.core.Bot.onMessage(Bot.java)
1242195106334 ###       at
org.jibble.pircbot.PircBot.handleLine(PircBot.java:927)
1242195106334 ###       at
org.jibble.pircbot.InputThread.run(InputThread.java:95) 

> Improve error message when an array cannot be created due to a classloading issue
> ---------------------------------------------------------------------------------
>
>                 Key: FELIX-1163
>                 URL: https://issues.apache.org/jira/browse/FELIX-1163
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>    Affects Versions: iPOJO-1.2.0
>            Reporter: Clement Escoffier
>             Fix For: iPOJO-1.4.0
>
>         Attachments: StackTrace
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When a service object cannot be created due to a classloading issue an ArrayStoreException is thorwn (for aggregate dependency). This message is a little bit misleading.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.