[JBoss JIRA] (RF-11543) Refactor ResourceMappingFeature to Service
by Lukáš Fryč (Created) (JIRA)
Refactor ResourceMappingFeature to Service
------------------------------------------
Key: RF-11543
URL: https://issues.jboss.org/browse/RF-11543
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 4.1.0.Milestone3
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 4.Future
ResourceMappingFeature class currently provides utilities for determining current configuration of resource mapping (enablement, location, mappingFile).
Since referenced context-param configurations can be only literals, it does make sense to cache configuration, then it needs to be refactored from static to Service and use configuration holder.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (RF-10883) PUSH doesn't work properly on Glassfish 3.1 (JMS issue I think)
by Pablo Martinez (JIRA)
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
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), 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 notificaciones 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
13 years, 11 months
[JBoss JIRA] Created: (RF-11298) For attribute of messages does not work inside iteration components
by Pavol Pitonak (JIRA)
For attribute of messages does not work inside iteration components
-------------------------------------------------------------------
Key: RF-11298
URL: https://issues.jboss.org/browse/RF-11298
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-validators
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22616
Mojarra 2.1.2-FCS, Mojarra 2.0.4-b09
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Chrome 13.0.782.112 @ Linux i686
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richMessages/csv.xhtml
# click button "Generate Msgs"
# verify that "Messages1 - with 'for' attribute" group contains two messages
# select iteration template, e.g. richList or a4jRepeat
# click button "Generate Msgs"
# verify that "Messages1 - with 'for' attribute" group contains two messages
result:
messages are not displayed inside rich:list
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (RF-11323) Autocomplete - selecting item from popup list
by Jan Papousek (JIRA)
Autocomplete - selecting item from popup list
---------------------------------------------
Key: RF-11323
URL: https://issues.jboss.org/browse/RF-11323
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-selects
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22637
Mojarra 2.1.2-FCS
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Firefox 5.0 @ Linux x86_64
Reporter: Jan Papousek
# type something into the input
# popup list appears
# select an item from the list and confirm (with enter or mouse clicking)
# input stays empty
expected: input contains selected item
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months