[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1498) inject JBoss service EJB with @In

Norman Richards (JIRA) jira-events at lists.jboss.org
Fri Sep 21 12:44:10 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1498?page=all ]

Norman Richards updated JBSEAM-1498:
------------------------------------

    Fix Version/s: 2.0.1.GA

We've had several requests for MBean injection.

> inject JBoss service EJB with @In
> ---------------------------------
>
>                 Key: JBSEAM-1498
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1498
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: EJB3
>            Reporter: koen handekyn
>            Priority: Minor
>             Fix For: 2.0.1.GA
>
>
> to inject a Service EJB into a seam component, for consistency it would certainly be very nice to be able to inject it within SEAM with @In and optionally adding an @Name attribute to the service class. it would be more consistent and shorter than the standard jboss approach (below)
>   private GlobalConfigurationMBean globalConfiguration;
>   
>   @Depends ("upr:service=globalConfiguration")
>   public void setGlobalConfiguration(final GlobalConfigurationMBean globalConfiguration)
>   {
>      this.globalConfiguration = globalConfiguration;
>   }
>   

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list