[JBoss JIRA] (FORGE-1022) Forge 1.0.5 Faces Scaffold vs 1.3.2 Faces Scaffold
by Burr Sutter (JIRA)
[ https://issues.jboss.org/browse/FORGE-1022?page=com.atlassian.jira.plugin... ]
Burr Sutter commented on FORGE-1022:
------------------------------------
The commands:
@/* Clear the screen */;
clear;
@/* Create a new project in the current directory */;
new-project;
@/* This means less typing. If a script is automated, or is not meant to be interactive, use this command */;
set ACCEPT_DEFAULTS true;
@/* Install the hibernate-tools plug-in which supports DB Rev Eng */;
forge install-plugin hibernate-tools;
@/* Turn our Java project into a JPA project */;
persistence setup --provider HIBERNATE --container JBOSS_AS7 ;
@/* Reverse Engineer the Sakila DB */;
generate-entities configure-settings --entityPackage model --driver org.h2.Driver --pathToDriver /Users/burr/gettingstarted/sakila-h2/h2-1.3.161.jar --url jdbc:h2:tcp://localhost/sakila --user sa --dialect org.hibernate.dialect.H2Dialect;
scaffold setup --scaffoldType faces;
scaffold from-entity model.* --overwrite;
> Forge 1.0.5 Faces Scaffold vs 1.3.2 Faces Scaffold
> --------------------------------------------------
>
> Key: FORGE-1022
> URL: https://issues.jboss.org/browse/FORGE-1022
> Project: Forge
> Issue Type: Bug
> Reporter: Burr Sutter
> Attachments: StaffBean.java, StaffBean.java, StoreBean.java
>
>
> The 1.3.2 scaffold generates code that is different from 1.0.5 and it produces an error message in JBDS - basically due to the bi-directional relationship between Staff & Store in the Sakila database
--
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
12 years, 8 months
[JBoss JIRA] (FORGE-803) Promote usage of ShrinkWrap Resolver instead of using Aether directly
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-803?page=com.atlassian.jira.plugin.... ]
Lincoln Baxter III commented on FORGE-803:
------------------------------------------
Actually I shouldn't say that - I can imagine the scenario where someone would want to create a test that packages up one or more addons that use shrink-wrap resolved libraries, it just won't be a very common scenario.
> Promote usage of ShrinkWrap Resolver instead of using Aether directly
> ---------------------------------------------------------------------
>
> Key: FORGE-803
> URL: https://issues.jboss.org/browse/FORGE-803
> Project: Forge
> Issue Type: Enhancement
> Components: Build Tools - Maven
> Affects Versions: 2.0.0.Alpha1
> Reporter: George Gastaldi
>
> The MavenDependencyResolver should use ShrinkWrap Resolver APIs instead of using the Aether APIs directly.
> This is believed to bring some performance enhancements also, due to internal improvements in the latest version of SWR.
--
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
12 years, 8 months
[JBoss JIRA] (FORGE-803) Promote usage of ShrinkWrap Resolver instead of using Aether directly
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-803?page=com.atlassian.jira.plugin.... ]
Lincoln Baxter III commented on FORGE-803:
------------------------------------------
However, even for that, we already have a competing resolution API that integrates well with the Forge Resources API, so... that's another reason why I'm not really sure this fits.
Please feel free to argue against, these are just my opinions of the current situation.
> Promote usage of ShrinkWrap Resolver instead of using Aether directly
> ---------------------------------------------------------------------
>
> Key: FORGE-803
> URL: https://issues.jboss.org/browse/FORGE-803
> Project: Forge
> Issue Type: Enhancement
> Components: Build Tools - Maven
> Affects Versions: 2.0.0.Alpha1
> Reporter: George Gastaldi
>
> The MavenDependencyResolver should use ShrinkWrap Resolver APIs instead of using the Aether APIs directly.
> This is believed to bring some performance enhancements also, due to internal improvements in the latest version of SWR.
--
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
12 years, 8 months