[JBoss JIRA] (FORGE-479) Implement @CommandScoped to enable Plugin - Facet communication
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-479?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-479:
----------------------------------
Fix Version/s: 2.0.0.Alpha5
(was: 2.0.0.Alpha4)
> Implement @CommandScoped to enable Plugin - Facet communication
> ---------------------------------------------------------------
>
> Key: FORGE-479
> URL: https://issues.jboss.org/browse/FORGE-479
> Project: Forge
> Issue Type: Feature Request
> Components: Plugin API
> Affects Versions: 1.0.0.CR2
> Reporter: Lincoln Baxter III
> Fix For: 2.0.0.Alpha5
>
>
> (05:04:44 PM) Lincoln: i want to implement @CommandScoped
> (05:04:46 PM) Lincoln: that would be nice
> (05:04:49 PM) Lincoln: and not hard to do actually
> (05:05:00 PM) Lincoln: actually, is that there?
> (05:05:13 PM) Paul Bakker: no
> (05:05:17 PM) Paul Bakker: but good idea
> (05:05:54 PM) Lincoln: easy to tie into the command execution lifecycle
> (05:06:01 PM) Lincoln: would be nice to add extension points there as well
> (05:06:04 PM) Lincoln: could be helpful for plugins
> (05:06:09 PM) Lincoln: before/after command
> (05:06:47 PM) Paul Bakker: yes should really do this, very helpful I think for plugin/facet communication
> (05:07:03 PM) Lincoln: yeah that could be a recommended pattern actually
> (05:07:11 PM) Lincoln: if it works well
> (05:07:21 PM) Paul Bakker: yep
--
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, 10 months
[JBoss JIRA] (FORGE-657) Missing mime-mapping in web.xml
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-657?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-657:
----------------------------------
Fix Version/s: 2.0.0.Alpha5
(was: 2.0.0.Alpha4)
> Missing mime-mapping in web.xml
> -------------------------------
>
> Key: FORGE-657
> URL: https://issues.jboss.org/browse/FORGE-657
> Project: Forge
> Issue Type: Bug
> Components: Java EE APIs
> Reporter: George Gastaldi
> Labels: starter
> Fix For: 2.0.0.Alpha5
>
>
> To eliminate the annoying log jboss server log:
> {code}
> 23:59:54,914 AVVERTENZA [javax.enterprise.resource.webcontainer.jsf.context] (http--127.0.0.1-8080-1) JSF1091: No mime type could be found for file favicon.ico. To resolve this, add a mime-type mapping to the applications web.xml
> {code}
> you should add on web.xml:
> {code:xml}
> <mime-mapping>
> <extension>ico</extension>
> <mime-type>image/x-icon</mime-type>
> </mime-mapping>
> {code}
--
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, 10 months
[JBoss JIRA] (FORGE-688) Addition of the JavaEE 6 BOM should be encapsulated in a specific Facet
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-688?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-688:
----------------------------------
Fix Version/s: 2.0.0.Alpha5
(was: 2.0.0.Alpha4)
> Addition of the JavaEE 6 BOM should be encapsulated in a specific Facet
> -----------------------------------------------------------------------
>
> Key: FORGE-688
> URL: https://issues.jboss.org/browse/FORGE-688
> Project: Forge
> Issue Type: Enhancement
> Components: Plugin API
> Affects Versions: 1.1.0.Final
> Reporter: George Gastaldi
> Priority: Minor
> Fix For: 2.0.0.Alpha5
>
>
> It would be nice if we have a JavaEE6Facet, which installs the jboss bom.
> Even though the BaseJavaEEFacet abstract class already does that, this behavior would not be possible if a custom Facet is created extending a specific subclass of BaseFacet and requiring the JavaEE6.
> The more elegant solution would be to add:
> {code:java}
> @RequiresFacet(JavaEE6Facet.class)
> {code}
--
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, 10 months