Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 587674 Details for
Bug 825755
Deploying if RichFaces showcase on EAP ER 8 does not initialize JMS correctly, therefore a4j:push is broken
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The patch for the issue
0002-initialize-JMS-topics-by-WEB-INF-showcase-jms.xml-ht.patch (text/plain), 2.34 KB, created by
Lukáš Fryč
on 2012-05-30 10:34:24 UTC
(
hide
)
Description:
The patch for the issue
Filename:
MIME Type:
Creator:
Lukáš Fryč
Created:
2012-05-30 10:34:24 UTC
Size:
2.34 KB
patch
obsolete
>From 13e3685c3e23f4e29afcd642ea6f5c4e4f931797 Mon Sep 17 00:00:00 2001 >From: Lukas Fryc <lfryc@redhat.com> >Date: Wed, 30 May 2012 12:29:17 +0200 >Subject: [PATCH 2/2] initialize JMS topics by /WEB-INF/showcase-jms.xml ( https://bugzilla.redhat.com/show_bug.cgi?id=825755 ) > >--- > src/main/webapp-jbas71/WEB-INF/showcase-jms.xml | 16 ++++++++++++++++ > src/main/webapp/WEB-INF/faces-config.xml | 4 ++++ > 2 files changed, 20 insertions(+), 0 deletions(-) > create mode 100644 src/main/webapp-jbas71/WEB-INF/showcase-jms.xml > >diff --git a/src/main/webapp-jbas71/WEB-INF/showcase-jms.xml b/src/main/webapp-jbas71/WEB-INF/showcase-jms.xml >new file mode 100644 >index 0000000..b7d0741 >--- /dev/null >+++ b/src/main/webapp-jbas71/WEB-INF/showcase-jms.xml >@@ -0,0 +1,16 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<messaging-deployment xmlns="urn:jboss:messaging-deployment:1.0"> >+ <hornetq-server> >+ <jms-destinations> >+ <jms-topic name="pushJms"> >+ <entry name="topic/pushJms" /> >+ </jms-topic> >+ <jms-topic name="pushTopicsContext"> >+ <entry name="topic/pushTopicsContext" /> >+ </jms-topic> >+ <jms-topic name="pushCdi"> >+ <entry name="topic/pushCdi" /> >+ </jms-topic> >+ </jms-destinations> >+ </hornetq-server> >+</messaging-deployment> >\ No newline at end of file >diff --git a/src/main/webapp/WEB-INF/faces-config.xml b/src/main/webapp/WEB-INF/faces-config.xml >index 44ec401..76fa754 100644 >--- a/src/main/webapp/WEB-INF/faces-config.xml >+++ b/src/main/webapp/WEB-INF/faces-config.xml >@@ -18,10 +18,14 @@ > </managed-bean> > > <application> >+ <!-- topics are initialized using /WEB-INF/showcase-jms.xml >+ https://bugzilla.redhat.com/show_bug.cgi?id=825755 >+ > <system-event-listener> > <system-event-listener-class>org.richfaces.demo.push.JMSInitializer</system-event-listener-class> > <system-event-class>javax.faces.event.PostConstructApplicationEvent</system-event-class> > </system-event-listener> >+ --> > <system-event-listener> > <system-event-listener-class>org.richfaces.demo.push.JMSMessageProducerInitializer</system-event-listener-class> > <system-event-class>javax.faces.event.PostConstructApplicationEvent</system-event-class> >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 825755
: 587674