[jboss-jira] [JBoss JIRA] Commented: (AS7-1249) Implement EndpointDeployer

Carlo de Wolf (JIRA) jira-events at lists.jboss.org
Mon Jul 11 08:25:23 EDT 2011


    [ https://issues.jboss.org/browse/AS7-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613425#comment-12613425 ] 

Carlo de Wolf commented on AS7-1249:
------------------------------------

{code:java}
/**
 * Connector 1.6 13.4.3 Endpoint Deployer
 * The endpoint deployer is a human who has the responsibility to deploy the message
 * endpoint, or application, on an application server. The deployer is expected to know
 * the requirements of the application and be aware of the details of the runtime
 * environment in which the application will be deployed.
 *
 * In JBoss we have automated the endpoint deployer. :-)
 *
 * @author <a href="mailto:cdewolf at redhat.com">Carlo de Wolf</a>
 */
public interface EndpointDeployer {
    /**
     * The deployer configures an ActivationSpec JavaBean instance based on the
     * information provided by the application developer or assembler, which is contained
     * in the endpoint deployment descriptor or by way of metadata annotations described
     * in Section 18.7, “@Activation” on page 18-14. The deployer may also use additional
     * message provider-specific information to configure the ActivationSpec JavaBean
     * instance.
     *
     * @param resourceAdapterName       the name of the resource adapter to use
     * @param messageListenerInterface  the listener interface of the endpoint
     * @param beanProps                 the standard and provider-specific information for configuring the activation spec
     * @param classLoader               the class loader which holds the activation spec class
     * @return
     */
    ActivationSpec createActivationSpecs(String resourceAdapterName, Class<?> messageListenerInterface, Properties beanProps, ClassLoader classLoader);
}
{code}

> Implement EndpointDeployer
> --------------------------
>
>                 Key: AS7-1249
>                 URL: https://issues.jboss.org/browse/AS7-1249
>             Project: Application Server 7
>          Issue Type: Sub-task
>          Components: JCA
>            Reporter: Carlo de Wolf
>            Assignee: Jesper Pedersen
>            Priority: Critical
>             Fix For: 7.1.0.CR1
>
>
> {noformat}
> org.jboss.jca.core.spi.rar.NotFoundException: IJ000855: hornetq-ra isn't registered
> 	at org.jboss.jca.core.rar.SimpleResourceAdapterRepository.getMessageListeners(SimpleResourceAdapterRepository.java:263)
> {noformat}

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

       



More information about the jboss-jira mailing list