Back to bug 802444

Who When What Removed Added
Karel Piwko 2012-03-12 15:06:13 UTC Link ID JBoss Issue Tracker RF-11983
Karel Piwko 2012-03-12 15:10:25 UTC Assignee jbalunas bleathem
Rebecca Newton 2012-03-13 04:51:29 UTC CC rnewton
Karel Piwko 2012-05-14 14:06:14 UTC QA Contact ppitonak
Marek Novotny 2012-05-31 12:23:11 UTC Status NEW MODIFIED
CC mnovotny
Flags needinfo?(kpiwko)
Karel Piwko 2012-05-31 15:49:19 UTC Flags needinfo?(kpiwko)
Marek Novotny 2012-05-31 19:29:46 UTC Version 2.0.0.ER4, 2.0.0.ER5, 2.0.0.ER6, 2.0.0.ER7
Lukáš Fryč 2012-06-04 07:16:35 UTC CC lfryc
Karel Piwko 2012-06-04 09:49:48 UTC Summary RichFaces JMS Push: HornetQ JMS connection is secured by default RichFaces Showcase - JMS Push: HornetQ JMS connection is secured by default
Karel Piwko 2012-06-22 14:04:09 UTC Component Examples
Karel Piwko 2012-09-24 13:50:14 UTC Target Release --- 2.1.0
Karel Piwko 2012-09-24 13:50:41 UTC CC rnewton irooskov
Marek Novotny 2012-09-25 07:48:16 UTC Flags needinfo?(bleathem)
Brian Leathem 2012-10-11 17:26:19 UTC Flags needinfo?(bleathem)
mark yarborough 2012-11-05 13:57:25 UTC CC myarboro
Version 2.0.0.ER3, 2.0.0.ER4, 2.0.0.ER5, 2.0.0.ER6, 2.0.0.ER7 2.0.0
Marek Novotny 2012-11-06 17:01:20 UTC Status MODIFIED ASSIGNED
mark yarborough 2012-11-12 15:06:43 UTC Target Release 2.1.0 2.2.0
Misty Stanley-Jones 2012-11-15 03:31:02 UTC CC misty
Doc Text Both the default installation of JBoss Enterprise Application Platform and JMS Push, which is required by RichFaces Showcase example, are secured by default. To deploy the application you have add an user to a secured ApplicationRealm via following commands:

1. Add a new user ApplicationRealm with the $JBOSS_HOME/bin/add-user.bat or add-user.sh script with the role: guest.

2. Modify web.xml in the RichFaces Showcase. Replace ${username} and ${password} with actual credentials.

<context-param>
<param
name>org.richfaces.push.jms.connectionUsername</param-name> <param-value>${username}</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.push.jms.connectionPassword</param-name>
<param-value>${password}</param-value>
</context-param>
Both the default installation of JBoss Enterprise Application Platform and JMS Push, which is required by the RichFaces Showcase example, are secured by default. To deploy the application you must add a user to a secured ApplicationRealm by using the following procedure:

1. Add a new user ApplicationRealm with the $JBOSS_HOME/bin/add-user.bat or add-user.sh script with the guest role.

2. Modify web.xml in the RichFaces Showcase. Replace ${username} and ${password} with actual credentials. The XML containing the two replaceable values is shown below.

<context-param>
<param name>org.richfaces.push.jms.connectionUsername</param-name>
<param-value>${username}</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.push.jms.connectionPassword</param-name>
<param-value>${password}</param-value>
</context-param>

After adding the user to the ApplicationRealm and adding the credentials to the applications's web.xml, the application will work correctly.
Isaac Rooskov 2012-11-19 04:01:16 UTC Doc Text Both the default installation of JBoss Enterprise Application Platform and JMS Push, which is required by the RichFaces Showcase example, are secured by default. To deploy the application you must add a user to a secured ApplicationRealm by using the following procedure:

1. Add a new user ApplicationRealm with the $JBOSS_HOME/bin/add-user.bat or add-user.sh script with the guest role.

2. Modify web.xml in the RichFaces Showcase. Replace ${username} and ${password} with actual credentials. The XML containing the two replaceable values is shown below.

<context-param>
<param name>org.richfaces.push.jms.connectionUsername</param-name>
<param-value>${username}</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.push.jms.connectionPassword</param-name>
<param-value>${password}</param-value>
</context-param>

After adding the user to the ApplicationRealm and adding the credentials to the applications's web.xml, the application will work correctly.
Both the default installation of JBoss Enterprise Application Platform and JMS Push, which is required by the RichFaces Showcase example, are secured by default. To deploy the application you must add a user to a secured ApplicationRealm by using the following procedure:

1. Add a new user ApplicationRealm with the $JBOSS_HOME/bin/add-user.bat or add-user.sh script with the guest role.

2. Modify web.xml in the RichFaces Showcase. Replace ${username} and ${password} with actual credentials. The XML containing the two replaceable values is shown below.

<context-param>
<param-name>org.richfaces.push.jms.connectionUsername</param-name>
<param-value>${username}</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.push.jms.connectionPassword</param-name>
<param-value>${password}</param-value>
</context-param>

After adding the user to the ApplicationRealm and adding the credentials to the applications's web.xml, the application will work correctly.
mark yarborough 2013-02-28 12:57:41 UTC Target Release 2.2.0 2.3.0
Karel Piwko 2013-04-19 10:06:39 UTC Type --- Bug
mark yarborough 2013-06-04 00:43:03 UTC Target Release 2.3.0 2.4.0
Marek Novotny 2013-08-09 14:07:50 UTC Status ASSIGNED CLOSED
Target Release 2.4.0 ---
Resolution --- INSUFFICIENT_DATA
Doc Type Bug Fix Known Issue
Link ID JBoss Issue Tracker WFK2-146
Last Closed 2013-08-09 10:07:50 UTC
Red Hat Bugzilla 2013-08-09 14:07:50 UTC Doc Type Known Issue Bug Fix

Back to bug 802444