[JBoss JIRA] Created: (RF-8768) Move ServiceTracker to JSR-330 dependency injection.
by Alexander Smirnov (JIRA)
Move ServiceTracker to JSR-330 dependency injection.
----------------------------------------------------
Key: RF-8768
URL: https://jira.jboss.org/browse/RF-8768
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: core
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Fix For: 4.0.0.Milestone1
To simplify RichFaces structure, custom ServiceTracker should be converted to dependency injection service.
For non-JEE6 environment, it would use simple implementation provided by RichFaces itself. If CDI is presented in the system, it should use provided implementation.
To reduce runtime dependencies, only annotations from javax.inject should be used. CDI configuration will be provided by xml files.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Created: (RF-8889) CDK: @Facet leads to incorrect faces-config.xml
by Nick Belaevski (JIRA)
CDK: @Facet leads to incorrect faces-config.xml
-----------------------------------------------
Key: RF-8889
URL: https://jira.jboss.org/browse/RF-8889
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: CDK
Affects Versions: 4.0.0.Alpha2
Reporter: Nick Belaevski
Assignee: Alexander Smirnov
Priority: Minor
Fix For: 4.0.0.Milestone1
For the following code:
@JsfComponent(type = "org.richfaces.List", family = "org.richfaces.List", facets = @Facet(name = "term"))
Generated faces-config.xml code is (faces-extension & facet-name should be in opposite order):
<facet>
<facet-extension>
<cdk:generate>true</cdk:generate>
</facet-extension>
<facet-name>term</facet-name>
</facet>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Updated: (RF-8903) Documentation fails to build on russian locale
by Nick Belaevski (JIRA)
[ https://jira.jboss.org/browse/RF-8903?page=com.atlassian.jira.plugin.syst... ]
Nick Belaevski updated RF-8903:
-------------------------------
Fix Version/s: 4.0.0.Milestone2
(was: 4.0.0.Milestone1)
> Documentation fails to build on russian locale
> ----------------------------------------------
>
> Key: RF-8903
> URL: https://jira.jboss.org/browse/RF-8903
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build, doc
> Affects Versions: 4.0.0.Alpha2
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 4.0.0.Milestone2
>
>
> Here is an error I'm getting for documentation being built on russian locale PC:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Component Development Kit Guide-(en-US)
> [INFO] task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory D:\richfaces-root-readonly\cdk\trunk\docs\guide\target
> [INFO] [jdocbook:resources {execution: default-resources}]
> [INFO] Expanding: C:\Users\nick\.m2\repository\org\jboss\jbossorg-jdocbook-style\1.1.0\jbossorg-jdocbook-style-1.1.0.jdocbook-style into D:\richfaces-root-readonly\cdk\trunk\docs\g
> uide\target\docbook\staging
> [INFO] [jdocbook:generate {execution: default-generate}]
> [INFO] Processing en-US -> pdf
> redirecting output to file [D:\richfaces-root-readonly\cdk\trunk\docs\guide\target\docbook\work\log\console-en-US-pdf.log]
> Error on line 4 column 17 of file:/D:/richfaces-root-readonly/cdk/trunk/docs/guide/en-US/Component_Development_Kit_Guide.xml:
> Error reported by XML parser: InvalidCharInLiteral
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] XSLT problem
> Embedded error: error rendering [org.xml.sax.SAXParseException: InvalidCharInLiteral] on Component_Development_Kit_Guide.xml
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Mon May 31 16:58:19 EEST 2010
> [INFO] Final Memory: 25M/45M
> [INFO] ------------------------------------------------------------------------
> D:\richfaces-root-readonly\cdk\trunk\docs>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months