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

Terence Yim updated TWILL-125:
------------------------------
    Fix Version/s: 0.6.0-incubating

> BundledJarRunner doesn't work for classes with no zero-args constructor
> -----------------------------------------------------------------------
>
>                 Key: TWILL-125
>                 URL: https://issues.apache.org/jira/browse/TWILL-125
>             Project: Apache Twill
>          Issue Type: Bug
>          Components: ext
>    Affects Versions: 0.5.0-incubating
>            Reporter: Rob Morgan
>            Assignee: Rob Morgan
>             Fix For: 0.6.0-incubating
>
>
> BundledJarRunner attempts to load the main class using Class#newInstance. The 
> call to newInstance will then attempt to find and invoke the class's 
> zero-args constructor. This will throw an InstantiationException if there is 
> no zero-args constructor to be found.
> Loading the main class is unnecessary. Since main is always static it can be 
> invoked with a null target object.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to