[jbosstools-issues] [JBoss JIRA] (JBIDE-13602) Backport to 4.0.x - Null Java EE Web Project Archetype

Michelle Murray (JIRA) jira-events at lists.jboss.org
Tue Mar 12 23:35:42 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-13602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michelle Murray updated JBIDE-13602:
------------------------------------

                Writer: mmurray
    Release Notes Text: The project wizards in JBoss central are based on Maven archetypes and stacks.yml holds information defining the archetype for each project. Occasionally, stacks.yml would not load correctly and archetype information necessary for building the project would not be available. As a result, the wizard description would show "Project based on the null:null:null Maven archetype" and the project would fail to be created, with the error "Root cause: For artifact null:null:null:pom". The tooling has been modified to ensure stack.yml is always correctly loaded. Consequently, the wizard does not show null in the Maven archetype information and the project is successfully created.  (was: Cause:
stacks.yml used for driving the archetype based wizards was not always being loaded correctly.

Consequence:
User would occasionally see error message containing "Root cause: For artifact null:null:null" when running wizards from central or central.

Fix:
Error handling and ensuring stacks.yml is loaded fully.

Result:
Archetype based Wizards in central are no longer seeing the "null:null:null" error.)

    
> Backport to 4.0.x - Null Java EE Web Project Archetype
> ------------------------------------------------------
>
>                 Key: JBIDE-13602
>                 URL: https://issues.jboss.org/browse/JBIDE-13602
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: maven
>    Affects Versions: 4.0.0.Final
>         Environment: Windows 7 64b, Eclipse Juno Service Release 1 Build id: 20120920-0800, Java 1.7_07, JBoss Tools 4.0.0.Final
>            Reporter: Fred Bricon
>            Assignee: Denis Golovin
>            Priority: Minor
>              Labels: maven
>             Fix For: 4.0.1.Final
>
>
> When trying to create a new Java EE Web Project, the following description is presented:
> {quote}
> This is your project! It's a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss Enterprise Application Platform 6 or JBoss Application Server 7.1.
> This project is setup to allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0.
> Project based on the *null:null:null* Maven archetype
> {quote}
> If I go forward with the creation of the project, I get the following error message:
> {quote}
> Failed to create project.
> Root cause: For artifact null:null:null:pom : The group id cannot be empty.
> {quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list