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

koen handekyn (JIRA) jira-events at lists.jboss.org
Tue Jun 19 17:56:28 EDT 2007


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


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