[JBoss JIRA] Created: (SEAMJMS-21) Create a MessageScoped scope.
by John Ament (JIRA)
Create a MessageScoped scope.
-----------------------------
Key: SEAMJMS-21
URL: https://issues.jboss.org/browse/SEAMJMS-21
Project: Seam JMS
Issue Type: Enhancement
Components: Injection
Reporter: John Ament
Fix For: 3.0.0.Alpha2
Currently, you can't inject HTTP bound scopes into JMS since the message listeners (MDBs or other MessageListener impls) are run in background threads. We need to introduce a MessageScoped scope that can bind to these background threads, so that shared objects can fall into the same scope, and be bound together.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (SEAMFACES-132) Messages API not working as described in reference docs.
by Murali Mohan Rath (JIRA)
Messages API not working as described in reference docs.
--------------------------------------------------------
Key: SEAMFACES-132
URL: https://issues.jboss.org/browse/SEAMFACES-132
Project: Seam Faces
Issue Type: Bug
Components: Documentation, Messages & i18n
Affects Versions: 3.0.0.Final
Environment: Win 7, 64 bit , maven 3, jdk6, netbeans 7 b2
Reporter: Murali Mohan Rath
Priority: Critical
I found the following code in seam faces documentation.
@Named
public class Example
{
@Inject
Messages messages;
public String action()
{
messages.info("This is an {0} message, and will be displayed to {1}.", "INFO", "the user");
return null;
}
}
My maven pom has a dependency to seam faces 3.0.0.Final. There are no class named Messages in seam-faces and seam-international. Messages class is available in seam 2 but don't have the methods mentioned in the example.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months