[ 
https://issues.jboss.org/browse/RF-10883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Belaevski updated RF-10883:
--------------------------------

           Labels: glassfish jms push richfaces tran  (was: glassfish jms push 
richfaces)
         Assignee: Nick Belaevski
    Fix Version/s: 4.1.0.Milestone1


> PUSH doesn't work properly on Glassfish 3.1 (JMS issue I think)
> ---------------------------------------------------------------
>
>                 Key: RF-10883
>                 URL: https://issues.jboss.org/browse/RF-10883
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.0.0.Final
>         Environment: Glassfish 3.1
>            Reporter: Pablo Martinez
>            Assignee: Nick Belaevski
>              Labels: glassfish, jms, push, richfaces, tran
>             Fix For: 4.1.0.Milestone1
>
>
> When trying to make this PUSH example to work 
> (http://in.relation.to/Bloggers/GettingStartedWithRichFaces40Push) on 
> glassfish 3.1, I'm getting this error:
> javax.jms.JMSException: MQJMSRA_DC2001: 
> Unsupported:setClientID():inACC=false:connectionId=6046697373872048384
> I think the problem comes from this line of code
> {code:title=org.richfaces.application.push.impl.jms.MessagingContext.java|borderStyle=solid}
> //TODO - review
> try {
>   //durable subscription requires ClientID to be set
>   connection.setClientID(UUID.randomUUID().toString());
> } catch (IllegalStateException e) {
>   //ignore - clientId has already been set
> }
> {code}
> I builded richfaces 4 from scratch (only the richfaces-core-api and 
> richfaces-core-impl) removing that line, and the error disapeared. I setted 
> the ClientId using the create-jms-resource on glassfish admin console.
> Now, after that, the app "works" BUT, I don't get the notifications on the 
> client side (web), I can only send messages to the irc and stuf, but don't 
> see any change on the web app (I confirm this because I use another IRC 
> client to see what happens).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to