[JBoss JIRA] (FORGE-2116) [Using Forge] Java EE application with Faces scaffold - JBDS
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-2116?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-2116:
-------------------------------------
Summary: [Using Forge] Java EE application with Faces scaffold - JBDS (was: [Using Forge] Java EE application with Faces scaffold)
> [Using Forge] Java EE application with Faces scaffold - JBDS
> ------------------------------------------------------------
>
> Key: FORGE-2116
> URL: https://issues.jboss.org/browse/FORGE-2116
> Project: Forge
> Issue Type: Sub-task
> Components: Documentation
> Reporter: Ivan St. Ivanov
> Assignee: Daniel Cunha
>
> Document developing a sample Java EE application, consisting of a few entities (with at least one relationship):
> - Create a new project
> - Setup persistence and validation
> - Scaffolding using JSF
> - Deploy on JBoss
> Attach screenshots from the IDE
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 2 months
[JBoss JIRA] (FORGE-2129) Parameters syntax should be more unix-like
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-2129:
----------------------------------------
Summary: Parameters syntax should be more unix-like
Key: FORGE-2129
URL: https://issues.jboss.org/browse/FORGE-2129
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.12.1.Final
Reporter: Antonio Goncalves
Fix For: 3.x Future
Today some command parameters use Camel case :
{code}
jpa-new-entity --named myfield --columnName my_field
{code}
The idea is to replace the Camel case {{columnName}} with {{column-name}}
{code}
jpa-new-entity --named myfield --column-name my_field
{code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 2 months
[JBoss JIRA] (FORGE-2127) rest-setup --jaxrsVersion 2.0 adds jboss-javaee-6.0 to javaee 7.0 projects
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2127?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-2127.
----------------------------------
Fix Version/s: 2.12.2.Final
Resolution: Done
> rest-setup --jaxrsVersion 2.0 adds jboss-javaee-6.0 to javaee 7.0 projects
> ---------------------------------------------------------------------------
>
> Key: FORGE-2127
> URL: https://issues.jboss.org/browse/FORGE-2127
> Project: Forge
> Issue Type: Bug
> Components: Build Tools - Maven, Dependencies
> Affects Versions: 2.12.1.Final
> Environment: Gentoo Linux Current amd64
> Reporter: Víctor Orozco
> Assignee: George Gastaldi
> Fix For: 2.12.2.Final
>
>
> On an empty new project configured to use javaee 7, the rest-setup step adds jboss-javaee-6.0 dependencyManagement on pom.xml.
> <dependencyManagement>
> <dependencies>
> <dependency>
> <groupId>javax</groupId>
> <artifactId>javaee-api</artifactId>
> <version>7.0</version>
> <scope>provided</scope>
> </dependency>
> <dependency>
> <groupId>org.jboss.spec</groupId>
> <artifactId>jboss-javaee-6.0</artifactId>
> <version>3.0.2.Final</version>
> <type>pom</type>
> <scope>import</scope>
> </dependency>
> </dependencies>
> </dependencyManagement>
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 2 months
[JBoss JIRA] (FORGE-2127) rest-setup --jaxrsVersion 2.0 adds jboss-javaee-6.0 to javaee 7.0 projects
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2127?page=com.atlassian.jira.plugin... ]
Work on FORGE-2127 started by George Gastaldi.
----------------------------------------------
> rest-setup --jaxrsVersion 2.0 adds jboss-javaee-6.0 to javaee 7.0 projects
> ---------------------------------------------------------------------------
>
> Key: FORGE-2127
> URL: https://issues.jboss.org/browse/FORGE-2127
> Project: Forge
> Issue Type: Bug
> Components: Build Tools - Maven, Dependencies
> Affects Versions: 2.12.1.Final
> Environment: Gentoo Linux Current amd64
> Reporter: Víctor Orozco
> Assignee: George Gastaldi
>
> On an empty new project configured to use javaee 7, the rest-setup step adds jboss-javaee-6.0 dependencyManagement on pom.xml.
> <dependencyManagement>
> <dependencies>
> <dependency>
> <groupId>javax</groupId>
> <artifactId>javaee-api</artifactId>
> <version>7.0</version>
> <scope>provided</scope>
> </dependency>
> <dependency>
> <groupId>org.jboss.spec</groupId>
> <artifactId>jboss-javaee-6.0</artifactId>
> <version>3.0.2.Final</version>
> <type>pom</type>
> <scope>import</scope>
> </dependency>
> </dependencies>
> </dependencyManagement>
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 2 months