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
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]