[JBoss JIRA] (FORGE-2380) Brainstorming on Addon Management
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-2380:
----------------------------------------
Summary: Brainstorming on Addon Management
Key: FORGE-2380
URL: https://issues.jboss.org/browse/FORGE-2380
Project: Forge
Issue Type: Task
Components: Addon Manager
Affects Versions: 2.16.2.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
One of the strength of Forge, are addons. The problem is they …
[View More]are spread though repositories, difficult to find, and you never know if they are supported with the latest Forge version of not. I created a JIRA about creating a Deltaspike addon ([FORGEPLUGINS-193]) and found out it was created somewhere.
In the new website, the addon page is divided in
* COMMUNITY CONTRIBUTED
* CORE ADDONS
But plenty of "community" addons are missing (deltaspike, batch...). So it would be good to have *all* the addons here.
Then, we need to know if the addon is working with the latest Forge version. The perfect situation is to ask addon developers to have 20/30% of code coverage, and have continuous integration with all the addons : update each addon to the latest Forge version, run all the tests, if the test passes or fails, the information should be available on the plugin page.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 9 months
[JBoss JIRA] (FORGE-2379) Introduce UIProvider.getName()
by George Gastaldi (JIRA)
George Gastaldi created FORGE-2379:
--------------------------------------
Summary: Introduce UIProvider.getName()
Key: FORGE-2379
URL: https://issues.jboss.org/browse/FORGE-2379
Project: Forge
Issue Type: Enhancement
Components: UI - API
Affects Versions: 2.16.2.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.17.0.Final
{{UIProvider}} implementations …
[View More]should be able to describe themselves in a human-friendly format, so commands may use this information for better UX.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 9 months
[JBoss JIRA] (FORGE-2378) project-new gives error when parent POM inherits groupId from its own parent: [FATAL] parent.groupId is missing
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2378?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-2378:
----------------------------------------
Thanks for catching this!
> project-new gives error when parent POM inherits groupId from its own parent: [FATAL] parent.groupId is missing
> ----------------------------------------------------------------------------------------------------------------
>
> Key: FORGE-2378
> URL: …
[View More]https://issues.jboss.org/browse/FORGE-2378
> Project: Forge
> Issue Type: Feature Request
> Components: Projects
> Affects Versions: 2.16.2.Final
> Environment: Mac OS X 10.10., Oracle Hotspot 1.7.0_79
> Reporter: Duncan Doyle
> Assignee: George Gastaldi
> Fix For: 2.17.0.Final
>
>
> On a simple multi-module project with layered parent poms, creating a new project in a POM project that inherits its 'groupId' from its own parent, I get the following error when creating new project from a Maven archetype:
> [FATAL] 'parent.groupId' is missing. @ line 5, column 11
> To reproduce:
> 1) clone the following repo https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue: {{git clone https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue}}
> 2) Go to 'simple-services-parent' directory: {{cd simple-parent/simple-services-parent}}
> 3) Start Forge: {{forge}}
> 4) Create a new project from an archetype catalog: {{project-new --type from-archetype-catalog}}. Finish the interactive dialog and the following error will be printed:
> {code}
> ***ERROR*** Project '/Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service' has errors
> ***ERROR*** 1 problem was encountered while building the effective model for org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT
> [FATAL] 'parent.groupId' is missing. @ line 5, column 11
> for project org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT at /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service/pom.xml
> Creating archetype using Maven groupId: org.simple.rest.service, artifactId: simple-rest-service, version: 1.0.0-SNAPSHOT in directory: /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service
> Using replace properties: {}
> ***SUCCESS*** Project named 'simple-rest-service' has been created.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 9 months
[JBoss JIRA] (FORGE-2378) project-new gives error when parent POM inherits groupId from its own parent: [FATAL] parent.groupId is missing
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2378?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-2378.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.17.0.Final
Resolution: Done
> project-new gives error when parent POM inherits groupId from its own parent: [FATAL] parent.groupId is missing
> ----------------------------------------------------------------------------------------------------------------
>
> …
[View More] Key: FORGE-2378
> URL: https://issues.jboss.org/browse/FORGE-2378
> Project: Forge
> Issue Type: Feature Request
> Components: Projects
> Affects Versions: 2.16.2.Final
> Environment: Mac OS X 10.10., Oracle Hotspot 1.7.0_79
> Reporter: Duncan Doyle
> Assignee: George Gastaldi
> Fix For: 2.17.0.Final
>
>
> On a simple multi-module project with layered parent poms, creating a new project in a POM project that inherits its 'groupId' from its own parent, I get the following error when creating new project from a Maven archetype:
> [FATAL] 'parent.groupId' is missing. @ line 5, column 11
> To reproduce:
> 1) clone the following repo https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue: {{git clone https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue}}
> 2) Go to 'simple-services-parent' directory: {{cd simple-parent/simple-services-parent}}
> 3) Start Forge: {{forge}}
> 4) Create a new project from an archetype catalog: {{project-new --type from-archetype-catalog}}. Finish the interactive dialog and the following error will be printed:
> {code}
> ***ERROR*** Project '/Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service' has errors
> ***ERROR*** 1 problem was encountered while building the effective model for org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT
> [FATAL] 'parent.groupId' is missing. @ line 5, column 11
> for project org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT at /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service/pom.xml
> Creating archetype using Maven groupId: org.simple.rest.service, artifactId: simple-rest-service, version: 1.0.0-SNAPSHOT in directory: /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service
> Using replace properties: {}
> ***SUCCESS*** Project named 'simple-rest-service' has been created.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 9 months
[JBoss JIRA] (FORGE-2378) project-new gives error when parent POM inherits groupId from its own parent: [FATAL] parent.groupId is missing
by Duncan Doyle (JIRA)
Duncan Doyle created FORGE-2378:
-----------------------------------
Summary: project-new gives error when parent POM inherits groupId from its own parent: [FATAL] parent.groupId is missing
Key: FORGE-2378
URL: https://issues.jboss.org/browse/FORGE-2378
Project: Forge
Issue Type: Feature Request
Components: Projects
Affects Versions: 2.16.2.Final
Environment: Mac OS X 10.10., Oracle Hotspot 1.7.0_79
…
[View More] Reporter: Duncan Doyle
On a simple multi-module project with layered parent poms, creating a new project in a POM project that inherits its 'groupId' from its own parent, I get the following error when creating new project from a Maven archetype:
[FATAL] 'parent.groupId' is missing. @ line 5, column 11
To reproduce:
1) clone the following repo https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue: {{git clone https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue}}
2) Go to 'simple-services-parent directory: {{cd simple-parent/simple-services-parent}}
3) Start Forge: {{forge}}
4) Create a new project from an archetype catalog: {{project-new --type from-archetype-catalog}}. Finish the interactive dialog and the following error will be printed:
{code}
***ERROR*** Project '/Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service' has errors
***ERROR*** 1 problem was encountered while building the effective model for org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT
[FATAL] 'parent.groupId' is missing. @ line 5, column 11
for project org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT at /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service/pom.xml
Creating archetype using Maven groupId: org.simple.rest.service, artifactId: simple-rest-service, version: 1.0.0-SNAPSHOT in directory: /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service
Using replace properties: {}
***SUCCESS*** Project named 'simple-rest-service' has been created.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 9 months
[JBoss JIRA] (FORGE-2378) project-new gives error when parent POM inherits groupId from its own parent: [FATAL] parent.groupId is missing
by Duncan Doyle (JIRA)
[ https://issues.jboss.org/browse/FORGE-2378?page=com.atlassian.jira.plugin... ]
Duncan Doyle updated FORGE-2378:
--------------------------------
Description:
On a simple multi-module project with layered parent poms, creating a new project in a POM project that inherits its 'groupId' from its own parent, I get the following error when creating new project from a Maven archetype:
[FATAL] 'parent.groupId' is missing. @ line 5, column 11
To reproduce:
1) clone the following repo https://…
[View More]github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue: {{git clone https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue}}
2) Go to 'simple-services-parent' directory: {{cd simple-parent/simple-services-parent}}
3) Start Forge: {{forge}}
4) Create a new project from an archetype catalog: {{project-new --type from-archetype-catalog}}. Finish the interactive dialog and the following error will be printed:
{code}
***ERROR*** Project '/Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service' has errors
***ERROR*** 1 problem was encountered while building the effective model for org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT
[FATAL] 'parent.groupId' is missing. @ line 5, column 11
for project org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT at /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service/pom.xml
Creating archetype using Maven groupId: org.simple.rest.service, artifactId: simple-rest-service, version: 1.0.0-SNAPSHOT in directory: /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service
Using replace properties: {}
***SUCCESS*** Project named 'simple-rest-service' has been created.
{code}
was:
On a simple multi-module project with layered parent poms, creating a new project in a POM project that inherits its 'groupId' from its own parent, I get the following error when creating new project from a Maven archetype:
[FATAL] 'parent.groupId' is missing. @ line 5, column 11
To reproduce:
1) clone the following repo https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue: {{git clone https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue}}
2) Go to 'simple-services-parent directory: {{cd simple-parent/simple-services-parent}}
3) Start Forge: {{forge}}
4) Create a new project from an archetype catalog: {{project-new --type from-archetype-catalog}}. Finish the interactive dialog and the following error will be printed:
{code}
***ERROR*** Project '/Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service' has errors
***ERROR*** 1 problem was encountered while building the effective model for org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT
[FATAL] 'parent.groupId' is missing. @ line 5, column 11
for project org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT at /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service/pom.xml
Creating archetype using Maven groupId: org.simple.rest.service, artifactId: simple-rest-service, version: 1.0.0-SNAPSHOT in directory: /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service
Using replace properties: {}
***SUCCESS*** Project named 'simple-rest-service' has been created.
{code}
> project-new gives error when parent POM inherits groupId from its own parent: [FATAL] parent.groupId is missing
> ----------------------------------------------------------------------------------------------------------------
>
> Key: FORGE-2378
> URL: https://issues.jboss.org/browse/FORGE-2378
> Project: Forge
> Issue Type: Feature Request
> Components: Projects
> Affects Versions: 2.16.2.Final
> Environment: Mac OS X 10.10., Oracle Hotspot 1.7.0_79
> Reporter: Duncan Doyle
>
> On a simple multi-module project with layered parent poms, creating a new project in a POM project that inherits its 'groupId' from its own parent, I get the following error when creating new project from a Maven archetype:
> [FATAL] 'parent.groupId' is missing. @ line 5, column 11
> To reproduce:
> 1) clone the following repo https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue: {{git clone https://github.com/DuncanDoyle/forge-multi-module-parent-groupid-issue}}
> 2) Go to 'simple-services-parent' directory: {{cd simple-parent/simple-services-parent}}
> 3) Start Forge: {{forge}}
> 4) Create a new project from an archetype catalog: {{project-new --type from-archetype-catalog}}. Finish the interactive dialog and the following error will be printed:
> {code}
> ***ERROR*** Project '/Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service' has errors
> ***ERROR*** 1 problem was encountered while building the effective model for org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT
> [FATAL] 'parent.groupId' is missing. @ line 5, column 11
> for project org.simple.rest.service:simple-rest-service:1.0.0-SNAPSHOT at /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service/pom.xml
> Creating archetype using Maven groupId: org.simple.rest.service, artifactId: simple-rest-service, version: 1.0.0-SNAPSHOT in directory: /Users/ddoyle/Development/github/forge-multi-module-parent-groupid-issue/simple-parent/simple-services-parent/simple-rest-service
> Using replace properties: {}
> ***SUCCESS*** Project named 'simple-rest-service' has been created.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 9 months
[JBoss JIRA] (FORGE-2377) No tables are listed in JPA Generate Entities from Tables
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2377?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-2377.
----------------------------------
Resolution: Duplicate Issue
Duplicate of FORGE-2376
> No tables are listed in JPA Generate Entities from Tables
> ---------------------------------------------------------
>
> Key: FORGE-2377
> URL: https://issues.jboss.org/browse/FORGE-2377
> Project: Forge
> …
[View More]Issue Type: Bug
> Components: Forge Scripting Language, UI - NetBeans
> Affects Versions: 3.0.0.Alpha1
> Environment: Ubuntu 15.04, Netbeans 8.0.2, Oracle 10g.
> Reporter: Humberto Ferreira da Luz Jr.
>
> No tables are listed when I try to create entities from table through Forge plugin wizard.
> Netbeans log doesn't show any errors. It just logs that hundreds of tables from dozens of schemas were loaded.
> I guess this plugin still doesn't deal with Oracle schemas, since it just loads an empty list without controls to select the schema.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 9 months
[JBoss JIRA] (FORGE-2377) No tables are listed in JPA Generate Entities from Tables
by Humberto Ferreira da Luz Jr. (JIRA)
Humberto Ferreira da Luz Jr. created FORGE-2377:
---------------------------------------------------
Summary: No tables are listed in JPA Generate Entities from Tables
Key: FORGE-2377
URL: https://issues.jboss.org/browse/FORGE-2377
Project: Forge
Issue Type: Bug
Components: Forge Scripting Language, UI - NetBeans
Affects Versions: 3.0.0.Alpha1
Environment: Ubuntu 15.04, Netbeans 8.0.2, Oracle 10g.
…
[View More] Reporter: Humberto Ferreira da Luz Jr.
No tables are listed when I try to create entities from table through Forge plugin wizard.
Netbeans log doesn't show any errors. It just logs that hundreds of tables from dozens of schemas were loaded.
I guess this plugin still doesn't deal with Oracle schemas, since it just loads an empty list without controls to select the schema.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 9 months
[JBoss JIRA] (FORGE-2376) No tables are listed in JPA Generate Entities from Tables
by Humberto Ferreira da Luz Jr. (JIRA)
Humberto Ferreira da Luz Jr. created FORGE-2376:
---------------------------------------------------
Summary: No tables are listed in JPA Generate Entities from Tables
Key: FORGE-2376
URL: https://issues.jboss.org/browse/FORGE-2376
Project: Forge
Issue Type: Bug
Components: Forge Scripting Language, UI - NetBeans
Affects Versions: 3.0.0.Alpha1
Environment: Ubuntu 15.04, Netbeans 8.0.2, Oracle 10g.
…
[View More] Reporter: Humberto Ferreira da Luz Jr.
No tables are listed when I try to create entities from table through Forge plugin wizard.
Please let me know if there are any JBoss Forge or Netbeans log I can provide.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
[View Less]
9 years, 9 months