[jbossws-issues] [JBoss JIRA] Created: (JBWS-3357) Implement support for lookup mechanism for JAXWS endpoints & handlers

Richard Opalka (JIRA) jira-events at lists.jboss.org
Wed Sep 7 07:45:26 EDT 2011


Implement support for lookup mechanism for JAXWS endpoints & handlers
---------------------------------------------------------------------

                 Key: JBWS-3357
                 URL: https://issues.jboss.org/browse/JBWS-3357
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Richard Opalka
             Fix For: jbossws-native-4.1, jbossws-cxf-4.1


JSR 316: JavaEE Platform Specification
Section 5.4: Simple Environment Entries
—

// an entry that gets its value from an application-wide entry
@Resource(lookup="java:app/env/timeout") int timeout;

<env-entry>
<env-entry-name>somePackage.SomeClass/timeout</env-entry-name>
<env-entry-type>java.lang.Integer</env-entry-type>
<injection-target>
<injection-target-class>somePackage.SomeClass</injection-
target-class>
<injection-target-name>timeout</injection-target-name>
</injection-target>
<lookup-name>java:app/env/timeout</lookup-name>
</env-entry>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbossws-issues mailing list