You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Karan Malhi <ka...@gmail.com> on 2007/05/27 05:52:46 UTC

wrong main.class value for deploy and validate options

the values for the main.class property appears to be wrong for the following
options for the CLI
deploy
validate

the current values are
main.class=org.apache.openejb.alt.config.Deploy
main.class = org.apache.openejb.alt.config.EjbValidator

The actual values should be

main.class=org.apache.openejb.config.Deploy
main.class = org.apache.openejb.config.EjbValidator

Should I file a JIRA issue and submit a patch?


-- 
Karan Malhi

Re: wrong main.class value for deploy and validate options

Posted by Mohammad Nour El-Din <no...@gmail.com>.
Hi Karan...

Yes please do, thanks :)

On 5/27/07, Karan Malhi <ka...@gmail.com> wrote:
>
> the values for the main.class property appears to be wrong for the
> following
> options for the CLI
> deploy
> validate
>
> the current values are
> main.class=org.apache.openejb.alt.config.Deploy
> main.class = org.apache.openejb.alt.config.EjbValidator
>
> The actual values should be
>
> main.class=org.apache.openejb.config.Deploy
> main.class = org.apache.openejb.config.EjbValidator
>
> Should I file a JIRA issue and submit a patch?
>
>
> --
> Karan Malhi
>



-- 
Thanks
- Mohammad Nour