[JBoss JIRA] (FORGEPLUGINS-149) Warn if no REST endpoints are found
by Vineet Reynolds (JIRA)
Vineet Reynolds created FORGEPLUGINS-149:
--------------------------------------------
Summary: Warn if no REST endpoints are found
Key: FORGEPLUGINS-149
URL: https://issues.jboss.org/browse/FORGEPLUGINS-149
Project: Forge Plugins
Issue Type: Feature Request
Reporter: Vineet Reynolds
The AngularJS scaffold plugin should warn the user or abort generation of the scaffold, if no endpoints are found in the project. It is better to avoid the scenario where the generated scaffold is not wired up to any REST endpoints.
--
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
11 years, 1 month
[JBoss JIRA] (FORGE-1303) Use Weld's new Singleton API
by Jozef Hartinger (JIRA)
Jozef Hartinger created FORGE-1303:
--------------------------------------
Summary: Use Weld's new Singleton API
Key: FORGE-1303
URL: https://issues.jboss.org/browse/FORGE-1303
Project: Forge
Issue Type: Task
Components: Furnace (Container)
Reporter: Jozef Hartinger
Since Weld 2.1 it is possible to use the new Singleton API http://docs.jboss.org/weld/javadoc/2.1/weld-spi/org/jboss/weld/bootstrap/...
A String identifier was added to all Singleton's methods. The identifier is used to identify a Weld container. As a result, it is no longer necessary to use the TCCL to identify the right Weld container.
I am not sure if Forge currently sets the TCCL just because Weld required it in the past or if it is used for something else but either way the new SPI should simplify integration.
For each module Forge should generate a unique id and pass it to Weld when calling WeldBootstrap.startContainer().
--
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
11 years, 1 month
[JBoss JIRA] (FORGE-1221) scaffold views template uses backslashes instead of forward slashes
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1221?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1221.
----------------------------------
Assignee: George Gastaldi
Resolution: Done
Fixed resource path separator
> scaffold views template uses backslashes instead of forward slashes
> -------------------------------------------------------------------
>
> Key: FORGE-1221
> URL: https://issues.jboss.org/browse/FORGE-1221
> Project: Forge
> Issue Type: Bug
> Components: Scaffold
> Affects Versions: 1.4.0.Final, 1.4.1.Final
> Environment: Windows
> Reporter: Gerry Matte
> Assignee: George Gastaldi
> Fix For: 1.4.3.Final
>
>
> In every generated view page (search.xhtml, create.xhtml, view.xhtml) the file prolog contains a template reference which uses backslashes.
> This causes a java.io.FileNotFoundException whenever such a page is displayed.
> The template references should contain forward slashes instead of backslashes.
--
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
11 years, 1 month