[JBoss JIRA] (FORGE-2353) Check if we have all the needed Facets for Java EE 6 and Java EE 7 projects
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-2353?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-2353:
-------------------------------------
Fix Version/s: 3.x Future
(was: 2.x Future)
> Check if we have all the needed Facets for Java EE 6 and Java EE 7 projects
> ---------------------------------------------------------------------------
>
> Key: FORGE-2353
> URL: https://issues.jboss.org/browse/FORGE-2353
> Project: Forge
> Issue Type: Feature Request
> Components: Java EE
> Affects Versions: 2.16.1.Final
> Reporter: Antonio Goncalves
> Assignee: Antonio Goncalves
> Fix For: 3.x Future
>
>
> Versionned facets :
> || Spec || Java EE 5 || Java EE 6 || Java EE 7 ||
> | CDI | | CDIFacet_1_0 | CDIFacet_1_0 |
> | EJB | | EJBFacet_3_1 | EJBFacet_3_2 |
> | JSF | | FacesFacet_2_0 | FacesFacet_2_2 |
> | JPA | | JPAFacet_2_0 | JPAFacet_2_1 |
> | JTA | | JTAFacet_1_1 | JTAFacet_1_2 |
> | JAX-RS | | RestFacet_1_1 | RestFacet_2_0 |
> | Servlet | ServletFacet_2_5 | ServletFacet_3_0 | ServletFacet_3_1 |
> No versionned facets :
> || Spec || Facet ||
> | JAX-WS | JAXWSFacet |
> | JMS | JMSFacet |
> | JSTL | JSTLFacet |
> | Bean Validation | ValidationFacet |
> | Web Socket | WebSocketFacet |
> Missing spec :
> || Spec || Comment ||
> | Batch | Arun created an addon, it should be integrated for EE 7 see https://github.com/forge/addon-batch|
> | JSon-P| For EE 7|
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months
[JBoss JIRA] (FORGE-2353) Check if we have all the needed Facets for Java EE 6 and Java EE 7 projects
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-2353?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-2353:
-------------------------------------
Parent: (was: FORGE-2316)
Issue Type: Feature Request (was: Sub-task)
> Check if we have all the needed Facets for Java EE 6 and Java EE 7 projects
> ---------------------------------------------------------------------------
>
> Key: FORGE-2353
> URL: https://issues.jboss.org/browse/FORGE-2353
> Project: Forge
> Issue Type: Feature Request
> Components: Java EE
> Affects Versions: 2.16.1.Final
> Reporter: Antonio Goncalves
> Assignee: Antonio Goncalves
> Fix For: 2.x Future
>
>
> Versionned facets :
> || Spec || Java EE 5 || Java EE 6 || Java EE 7 ||
> | CDI | | CDIFacet_1_0 | CDIFacet_1_0 |
> | EJB | | EJBFacet_3_1 | EJBFacet_3_2 |
> | JSF | | FacesFacet_2_0 | FacesFacet_2_2 |
> | JPA | | JPAFacet_2_0 | JPAFacet_2_1 |
> | JTA | | JTAFacet_1_1 | JTAFacet_1_2 |
> | JAX-RS | | RestFacet_1_1 | RestFacet_2_0 |
> | Servlet | ServletFacet_2_5 | ServletFacet_3_0 | ServletFacet_3_1 |
> No versionned facets :
> || Spec || Facet ||
> | JAX-WS | JAXWSFacet |
> | JMS | JMSFacet |
> | JSTL | JSTLFacet |
> | Bean Validation | ValidationFacet |
> | Web Socket | WebSocketFacet |
> Missing spec :
> || Spec || Comment ||
> | Batch | Arun created an addon, it should be integrated for EE 7 see https://github.com/forge/addon-batch|
> | JSon-P| For EE 7|
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months
[JBoss JIRA] (FORGE-2129) Parameters syntax should be more unix-like
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-2129?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-2129:
-------------------------------------
Parent Issue: FORGE-2277 (was: FORGE-2128)
> 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.4.11#64026)
10 years, 8 months
[JBoss JIRA] (FORGE-1520) Use Java EE 7 Default Datasource in persistence.xml
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1520?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-1520:
-------------------------------------
Fix Version/s: 3.x Future
(was: 2.x Future)
> Use Java EE 7 Default Datasource in persistence.xml
> ---------------------------------------------------
>
> Key: FORGE-1520
> URL: https://issues.jboss.org/browse/FORGE-1520
> Project: Forge
> Issue Type: Sub-task
> Components: Scaffold
> Affects Versions: 2.0.0.CR2
> Reporter: Antonio Goncalves
> Fix For: 3.x Future
>
>
> If I create project with default values I get the following {{persistence.xml}} :
> {code}
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> <persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.1" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
> <persistence-unit name="forge-default" transaction-type="JTA">
> <description>Forge Persistence Unit</description>
> <jta-data-source>java:jboss/datasources/ExampleDS</jta-data-source>
> <exclude-unlisted-classes>false</exclude-unlisted-classes>
> <properties>
> <property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
> <property name="javax.persistence.schema-generation.scripts.action" value="drop-and-create"/>
> <property name="javax.persistence.schema-generation.scripts.create-target" value="pluralsight-persistenceCreate.ddl"/>
> <property name="javax.persistence.schema-generation.scripts.drop-target" value="pluralsight-persistenceDrop.ddl"/>
> </properties>
> </persistence-unit>
> </persistence>
> {code}
> This code doesn't work in GlassFish because of the Datasource {{java:jboss/datasources/ExampleDS}}.
> This {{persistence.xml}} is JPA 2.1 compatible, so you should use the default Datasource that is portable accross application server : just get rid of the {{<jta-data-source>}} element and it will work on both GlassFish and WildFly 8 CR1.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months
[JBoss JIRA] (FORGE-1538) No TAB completion when cd ../ to another class
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1538?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-1538:
-------------------------------------
Parent Issue: FORGE-1926 (was: FORGE-1491)
> No TAB completion when cd ../ to another class
> ----------------------------------------------
>
> Key: FORGE-1538
> URL: https://issues.jboss.org/browse/FORGE-1538
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.Final
> Reporter: Antonio Goncalves
> Assignee: Daniel Cunha (soro)
> Fix For: 2.x Future
>
>
> Let's say I have the {{Book}} and {{Musician}} entity. When I'm on {{Book}} to go to {{Musician}} I can :
> {code}
> [Book.java]$ cd ../Musician.java
> [Musician.java]$
> {code}
> Unfortunatelly there is not TAB completion
> {code}
> [Book.java]$ cd ../ TAB
> [Book.java]$ cd ../Mu TAB
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months