You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2015/10/19 14:08:05 UTC

[jira] [Resolved] (IGNITE-1714) Refactor generation of downloaded ZIP file on summary screen

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

Alexey Kuznetsov resolved IGNITE-1714.
--------------------------------------
    Resolution: Fixed
      Assignee: Pavel Konstantinov  (was: Alexey Kuznetsov)

1),... 6) Implemented.

Also fixed java and xml generation for metadata, please RELOAD metadata from DB before test this issue.

Also please mind, that you will have reference to DataSource in generated code, so you should MANUALLY add jar with DataSource of your choice (Oracle for example) or use H2 for testing, h2 could be configured via pom.xml
{code}
        <dependency>
            <groupId>com.h2database</groupId>
            <artifactId>h2</artifactId>
            <version>1.3.175</version>
        </dependency>
{code}

> Refactor generation of downloaded ZIP file on summary screen
> ------------------------------------------------------------
>
>                 Key: IGNITE-1714
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1714
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>            Reporter: Alexey Kuznetsov
>            Assignee: Pavel Konstantinov
>             Fix For: 1.5
>
>
> 1) By default package name for POJOs should be like: x.y.z.model
> 2) Add "src" folder and put all source code there.
> 3) Add "config" folder and put all xml there.
> 4) Add README.txt file
> 5) Add pom.xml
> 6) Do not add snippet to ZIP



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