[JBoss JIRA] Created: (RF-10129) RichFaces generates 'text/javascript' but it should be 'application/javascript' according to RFC 4329
by Richard Kennard (JIRA)
RichFaces generates 'text/javascript' but it should be 'application/javascript' according to RFC 4329
-----------------------------------------------------------------------------------------------------
Key: RF-10129
URL: https://issues.jboss.org/browse/RF-10129
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.2.SR1
Reporter: Richard Kennard
Priority: Minor
RichFaces typically generates code like...
<script src="/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.PrototypeScript.ui" type="text/javascript"></script>
<script src="/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.AjaxScript.ui" type="text/javascript"></script>
<script src="/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.ImageCacheScript.ui" type="text/javascript"></script>
...but the script type 'text/javascript' is obsolete according to http://www.ietf.org/rfc/rfc4329.txt. This creates warnings when using tools such as HtmlUnit:
05/01/2011 9:21:30 PM com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl notify
WARNING: Obsolete content type encountered: 'text/javascript'.
Apparently it should be 'application/javascript'.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (RF-10105) CDK: impossible to import configuration files from project
by Nick Belaevski (JIRA)
CDK: impossible to import configuration files from project
-----------------------------------------------------------
Key: RF-10105
URL: https://issues.jboss.org/browse/RF-10105
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.0.0.CR1
Reporter: Nick Belaevski
Assignee: Alexander Smirnov
Fix For: 4.0.0.CR1
By default 'generate' CDK goal is executed on generate-sources Maven phase, so configuration files from class path are not available for processing at that stage.
To reproduce:
1) Create src/main/resources/META-INF/cdk/attributes/tree-common-props.xml
2) Set attributes = @JsfComponent(..., {"tree-common-props.xml"})
Console message: [ERROR] No properties description found at tree-common-props.xml
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (RF-10140) RichFace filter tries to read tidy.properties on every request.
by Alexander Smirnov (JIRA)
RichFace filter tries to read tidy.properties on every request.
---------------------------------------------------------------
Key: RF-10140
URL: https://issues.jboss.org/browse/RF-10140
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.3.Final
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Priority: Minor
Fix For: Future_3.X
Tidy filter tries to load tidy.properties on every request:
./lib/RTCSO_reference-test.war/WEB-INF/lib/richfaces-impl-3.3.2.SR1.jar
org/ajax4jsf/webapp/tidy/tidy.properties
/39: stat64("/t3appz2/csm5.4/env1/Infinys/org/ajax4jsf/webapp/tidy/tidy.properties", 0x4C47B778) Err#2 ENOENT
/39: stat64("/t3appsoftware/wls-10.0/wlserver_10.0/common/lib/org/ajax4jsf/webapp/tidy/tidy.properties", 0x4C47B778) Err#2 ENOENT
/39: stat64("/t3appz2/csm5.4/env1/java/system/classes/org/ajax4jsf/webapp/tidy/tidy.properties", 0x4C47B800) Err#2 ENOENT
/39: stat64("/t3appz2/csm5.4/env1/Infinys/org/ajax4jsf/webapp/tidy/tidy.properties", 0x4C47B800) Err#2 ENOENT
/39: stat64("/t3appsoftware/wls-10.0/wlserver_10.0/common/lib/org/ajax4jsf/webapp/tidy/tidy.properties", 0x4C47B800) Err#2 ENOENT
/39: stat64("/t3appz2/csm5.4/env1/Infinys/servers/CSM-Node-1/tmp/_WL_user/CSO.ear/skh8kv/war/WEB-INF/classes/org/ajax4jsf/webapp/tidy/tidy.properties", 0x4C47BD80) Err#2 ENOENT
/39: stat64("/t3appz2/csm5.4/env1/java/system/classes/org/ajax4jsf/webapp/tidy/tidy.properties", 0x4C47B6B8) Err#2 ENOENT
/39: stat64("/t3appz2/csm5.4/env1/Infinys/org/ajax4jsf/webapp/tidy/tidy.properties", 0x4C47B6B8) Err#2 ENOENT
Found tidy.properities here:
./lib/RTCSO_reference-test.war/WEB-INF/lib/richfaces-impl-3.3.2.SR1.jar
org/ajax4jsf/webapp/tidy/tidy.properties
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (RF-10121) richfaces-simpleapp-archetype: missing dependencies
by Lukas Fryc (JIRA)
richfaces-simpleapp-archetype: missing dependencies
---------------------------------------------------
Key: RF-10121
URL: https://issues.jboss.org/browse/RF-10121
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples
Affects Versions: 4.0.0.Milestone5
Environment: 4.0.0.20101226-M5
Reporter: Lukas Fryc
The application generated by simpleapp archetype can't be run out-of-the-box since there is missing dependencies.
The diff between /WEB-INF/lib of richfaces-showcase and simpleapp shows that there are no these libraries:
cssparser
richfaces-core-impl
sac
Additionally in simpleapp appears:
jstl
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months