[seam-issues] [JBoss JIRA] Resolved: (SEAMJMS-36) jms-statuswatcher example broken
John Ament (JIRA)
jira-events at lists.jboss.org
Tue Jul 5 23:19:23 EDT 2011
[ https://issues.jboss.org/browse/SEAMJMS-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Ament resolved SEAMJMS-36.
-------------------------------
Resolution: Done
Fixes applied to the default of the code base.
> jms-statuswatcher example broken
> --------------------------------
>
> Key: SEAMJMS-36
> URL: https://issues.jboss.org/browse/SEAMJMS-36
> Project: Seam JMS
> Issue Type: Bug
> Affects Versions: 3.0.0.Beta2
> Reporter: Jozef Hartinger
> Assignee: John Ament
> Priority: Blocker
> Fix For: 3.0.0.CR1
>
>
> Firstly, the ReceivingClient class needs to be updated to follow recent API changes:
> @Durable qualifier needs to be added to the following injection point definition:
> @Inject @Durable
> private DurableMessageManager dmm;
> Without this change, the example fails to deploy with UnsatisfiedResolutionException.
> Even with this change, the example does not work as expected:
> 1.) Deploy the application
> 2.) Open http://localhost:8080/jms-statuswatcher/watchstatus.jsf
> 3.) Check "Follow all"
> 4.) Open http://localhost:8080/jms-statuswatcher/sendstatus.jsf and send a status
> The status is never displayed on the watchstatus page. Using the "history" link does not help and clicking "receive" causes an exception since the ReceivingClient.receive() method is commented out for some reason
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list