[JBoss JIRA] Created: (RF-8965) Smart check for 'generate' property.
by Alexander Smirnov (JIRA)
Smart check for 'generate' property.
------------------------------------
Key: RF-8965
URL: https://jira.jboss.org/browse/RF-8965
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: CDK
Reporter: Alexander Smirnov
Fix For: 4.0.0.Milestone2
To automatically set proper value for 'generated' attribute, model verifier should check existence of target class and generate target only if it does not exists.
1) change type og 'generate' attribute to Boolean. null value will indicate unknown state.
2) if state of generate is not known, Model Validator should check existence of target class ( using SourceUtils ) and set value depends of it.
--
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, 4 months
[JBoss JIRA] Created: (RF-8958) CDK does not generate tag handler described by faces-config xml.
by Alexander Smirnov (JIRA)
CDK does not generate tag handler described by faces-config xml.
----------------------------------------------------------------
Key: RF-8958
URL: https://jira.jboss.org/browse/RF-8958
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: CDK
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Fix For: 4.0.0.Milestone2
Tag handler, described by faces-config xml is not created and no taglib.xml generated.
<component>
<component-type>org.richfaces.InputNumberSlider</component-type>
<component-class>org.richfaces.component.HTMLInputNumberSlider</component-class>
<component-extension>
<cdk:generate>true</cdk:generate>
<cdk:base-class>javax.faces.component.UIInput</cdk:base-class>
<cdk:component-family>javax.faces.Input</cdk:component-family>
<cdk:renderer-id>org.richfaces.InputNumberSliderRenderer</cdk:renderer-id>
<cdk:tag>
<cdk:generate>true</cdk:generate>
<cdk:name>inputnumberslider</cdk:name>
<cdk:targetClass>org.richfaces.view.facelets.InputNumberSliderHandler</cdk:targetClass>
</cdk:tag>
</component-extension>
</component>
<faces-config-extension>
<cdk:taglib>
<cdk:shortName>ins</cdk:shortName>
<cdk:uri>http://richfaces.org/inputnumberslider</cdk:uri>
</cdk:taglib>
</faces-config-extension>
--
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, 4 months
[JBoss JIRA] Created: (RF-9039) CDK: improper placement of description tags in generated taglib
by Nick Belaevski (JIRA)
CDK: improper placement of description tags in generated taglib
----------------------------------------------------------------
Key: RF-9039
URL: https://jira.jboss.org/browse/RF-9039
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: CDK
Affects Versions: 4.0.0.Milestone2
Reporter: Nick Belaevski
Assignee: Alexander Smirnov
Here is the fragment from generated a4j.taglib.xml:
<tag>
<tag-name>ajax</tag-name>
<description>@author Anton Belevich</description>
<behavior>
<behavior-id>org.ajax4jsf.behavior.Ajax</behavior-id>
<handler-class>org.richfaces.view.facelets.html.AjaxHandler</handler-class>
</behavior>
</tag>
Two problems:
1. description tags should be the first child of <tag> element
2. description should be specified inside <behavior> tag as is done for component
--
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, 4 months
[JBoss JIRA] Updated: (RF-8904) Release ZIP contains corrupted files generated by jsdoc
by Alex Kolonitsky (JIRA)
[ https://jira.jboss.org/browse/RF-8904?page=com.atlassian.jira.plugin.syst... ]
Alex Kolonitsky updated RF-8904:
--------------------------------
Fix Version/s: 4.0.0.Milestone3
(was: 4.0.0.Milestone2)
possible solutions will be discussed on M3
1) I think we should return our richfaces-javascript-plugin and include to here jsdoc plugin from jstools-plugin. I such case we can easy fix RFPL-536 just inlude new version of jsdoc in our plugin like it was done in jstools-plugin.
2) We can send patch to jstools-plugin. In such solution we can't estimate time, because we don't know time to response for this project team.
3) Other ways to fix it through jstools-plugin api. We can try to do it through js extentions for jsdoc and pass params through system environment
> Release ZIP contains corrupted files generated by jsdoc
> -------------------------------------------------------
>
> Key: RF-8904
> URL: https://jira.jboss.org/browse/RF-8904
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build, third-party
> Affects Versions: 4.0.0.Alpha2
> Reporter: Lukas Fryc
> Assignee: Alex Kolonitsky
> Priority: Critical
> Fix For: 4.0.0.Milestone3
>
>
> http://downloads.jboss.org/richfaces/milestones/4.0.X/4.0.0.Alpha2/richfa...
> The archive contains the corrupted filenames such as
> _Users_balunasj_projects_richfaces_4.0.0_svn_core_tags_richfaces-core-4.0.0.Alpha2_impl_src_main_resources_META-INF_resources_jquery.js.html
> in directory
> richfaces-4.0.0.Alpha2/docs/jsdoc/richfaces-core-impl/symbols/src
--
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, 4 months
[JBoss JIRA] Created: (RF-8936) NPE when referencing core images via EL
by Bernard Labno (JIRA)
NPE when referencing core images via EL
---------------------------------------
Key: RF-8936
URL: https://jira.jboss.org/browse/RF-8936
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 4.0.0.Alpha2
Reporter: Bernard Labno
When referencing core images via EL I get following exceptions.
For #{resource['org.richfaces.renderkit.html.images.CancelControlIcon']}:
javax.el.ELException: /notify.xhtml: null
at com.sun.faces.facelets.compiler.TextInstruction.write(TextInstruction.java:83)
at com.sun.faces.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:75)
at com.sun.faces.facelets.compiler.UILeaf.encodeAll(UILeaf.java:176)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1616)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1616)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:380)
at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:126)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:127)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:706)
at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:677)
at org.apache.jsp.index_jsp._jspService(index_jsp.java:60)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
at org.richfaces.renderkit.html.images.CancelControlIcon.writeState(CancelControlIcon.java:75)
at org.richfaces.util.Util.saveResourceState(Util.java:566)
at org.richfaces.resource.AbstractBaseResource.getRequestPath(AbstractBaseResource.java:161)
at com.sun.faces.el.ResourceELResolver.getValue(ResourceELResolver.java:133)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:54)
at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
at org.apache.el.parser.AstValue.getValue(AstValue.java:123)
at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
at com.sun.faces.facelets.el.ELText$ELTextVariable.writeText(ELText.java:217)
at com.sun.faces.facelets.el.ELText$ELTextComposite.writeText(ELText.java:141)
at com.sun.faces.facelets.compiler.TextInstruction.write(TextInstruction.java:78)
... 37 more
For #{resource['org.richfaces.renderkit.html.images.InputErrorIcon']}:
java.lang.NullPointerException
org.ajax4jsf.resource.Java2Dresource.getInputStream(Java2Dresource.java:91)
org.richfaces.resource.CachedResourceImpl.initialize(CachedResourceImpl.java:178)
org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:263)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:310)
--
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, 4 months