You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Dan Becker (JIRA)" <de...@tuscany.apache.org> on 2009/01/06 15:46:45 UTC

[jira] Resolved: (TUSCANY-1883) Tuscany EJB Binding does not work.

     [ https://issues.apache.org/jira/browse/TUSCANY-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Becker resolved TUSCANY-1883.
---------------------------------

    Resolution: Fixed

Resolving issue as the patch for the fix has been applied. If the issue is still visible, please state Tuscany version and describe test case which causes the issue.

> Tuscany EJB Binding does not work.
> ----------------------------------
>
>                 Key: TUSCANY-1883
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1883
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA EJB Binding Extension
>    Affects Versions: Java-SCA-Next
>         Environment: SVN Revision 590426
> Linux
>            Reporter: Mark Combellack
>            Assignee: Raymond Feng
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>         Attachments: binding-ejb.patch, binding-ejb_sample.patch
>
>
> It appears that the current ejb binding does not load correctly when the Tuscany runtime is started.
> The problem is that new services definition files were added but the EJB binding was not updated to include these files. The following old service definition files:
>  META-INF/services/org.apache.tuscany.sca.extension.helper.BindingActivator
>  META-INF/services/org.apache.tuscany.sca.core.ModuleActivator
> need to be replaced with new versions:
>  META-INF/services/org.apache.tuscany.sca.provider.BindingProviderFactory
>  META-INF/services/org.apache.tuscany.sca.contribution.processor.StAXArtifactProcessor
> I have attached the following patches:
> binding-ejb.patch - Updates the EJB Binding module to work with the latest Tuscany build.
> binding-ejb_sample.patch - Start of a sample that uses the EJB Binding with JBoss

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.