3 Replies Latest reply on Apr 27, 2008 2:13 PM by julien1

    Injecting of required services into the portlet context

    erezharari

      say i use a service element in jboss-portlet.xml:

      <service-name>UserModule</service-name>
      <service-class>org.jboss.portal.identity.UserModule</service-class>
      <service-ref>:service=Module,type=User</service-ref>

      how do i get a reference to the service from the portlet code?