[JBoss JIRA] Created: (RFPL-1234) clone showcase smoke test build to run with https and jboss6
by Prabhat Jha (JIRA)
clone showcase smoke test build to run with https and jboss6
------------------------------------------------------------
Key: RFPL-1234
URL: https://issues.jboss.org/browse/RFPL-1234
Project: RichFaces Planning
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Prabhat Jha
Assignee: Juraj Huska
-Generate key using commnad: keytool -genkey -alias rfkey -keypass abc123 -keyalg RSA -keystore rf.keystore
-copy rf.keystore file to $JBOSS_HOME/server/default/conf/rf.keystore
-Modify $JBOSS_HOME/server/default/deploy/jbossweb.sar/server.xml to point to that key. Mine looks like following
<!-- SSL/TLS Connector configuration using the admin devl guide keystore -->
<Connector protocol="HTTP/1.1" SSLEnabled="true"
port="${jboss.web.https.port}" address="${jboss.bind.address}"
scheme="https" secure="true" clientAuth="false"
keystoreFile="${jboss.server.home.dir}/conf/rf.keystore"
keystorePass="abc123" sslProtocol = "TLS" />
-If everything is correct, you should be able to see showcase app at https://localhost:8443
-Create a maven profile to do above and modify your selenium base class to read protocoal parameter (http:https), port (8080:8443). Test results should be same as that of http.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Resolved: (RFPL-983) Documentation for rich:extendedDataTable missing features
by Sean Rogers (JIRA)
[ https://issues.jboss.org/browse/RFPL-983?page=com.atlassian.jira.plugin.s... ]
Sean Rogers resolved RFPL-983.
------------------------------
Resolution: Done
Resolved except for skinning reference.
All skinning references will be revised as per RFPL-1235.
> Documentation for rich:extendedDataTable missing features
> ---------------------------------------------------------
>
> Key: RFPL-983
> URL: https://issues.jboss.org/browse/RFPL-983
> Project: RichFaces Planning
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: doc
> Affects Versions: 4.0.0.Milestone2
> Reporter: Sean Rogers
> Assignee: Sean Rogers
> Fix For: 4.0.0.CR1
>
> Attachments: edt.odt
>
>
> From Ilya's comments:
> Maybe to add at least features section announces:
> Frozen columns missed.
> Ajax data loading missed.
> Also to add somewhere that table could be scrolled not only vertically (it was the only scroll in 3.3.) but horizontally also in 4.x. That should be added together with frozenColumn probably.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month