You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jeff Yu (JIRA)" <ji...@apache.org> on 2007/09/26 08:21:50 UTC

[jira] Updated: (CXF-1047) Write EJBInvoker to publish the EJB servant.

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

Jeff Yu updated CXF-1047:
-------------------------

    Attachment: cxf-1047.patch

With this patch:

1. Added a EJBEndpoint takes responsibility of publish EJB servant.
    Added a EJBInvoker to get EJB Object.
    Added a EJBServantConfig to represent the ejb_servant.properties config.
2. Move the initializeServants logic from JCABusFactory to EJBEndpoint.
    Move parsing ejb_servant.properties logic from JCABusFactory to EJBEndpoint.
3. Add "EJBServantBaseURL", that users are able to config it from the ra.xml file.
4. update the jca sample's build.xml to include "geronimo-activation_1.1_spec-1.0-M1.jar".


> Write EJBInvoker to publish the EJB servant.
> --------------------------------------------
>
>                 Key: CXF-1047
>                 URL: https://issues.apache.org/jira/browse/CXF-1047
>             Project: CXF
>          Issue Type: Sub-task
>          Components: Integration
>    Affects Versions: 2.0.1
>            Reporter: Jeff Yu
>             Fix For: 2.1
>
>         Attachments: cxf-1047.patch
>
>
> Now all the EJB invocation logic all belongs to the JCABusFactory.java, it would be better for us to write the EJBInvoker to do that. better integration with CXF.

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


Re: [jira] Updated: (CXF-1047) Write EJBInvoker to publish the EJB servant.

Posted by "Jeff.Yu" <je...@iona.com>.
Hi,

Can someone help me review and apply this patch?

Thanks
Jeff

Jeff Yu (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/CXF-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Jeff Yu updated CXF-1047:
> -------------------------
>
>     Attachment: cxf-1047.patch
>
> With this patch:
>
> 1. Added a EJBEndpoint takes responsibility of publish EJB servant.
>     Added a EJBInvoker to get EJB Object.
>     Added a EJBServantConfig to represent the ejb_servant.properties config.
> 2. Move the initializeServants logic from JCABusFactory to EJBEndpoint.
>     Move parsing ejb_servant.properties logic from JCABusFactory to EJBEndpoint.
> 3. Add "EJBServantBaseURL", that users are able to config it from the ra.xml file.
> 4. update the jca sample's build.xml to include "geronimo-activation_1.1_spec-1.0-M1.jar".
>
>
>   
>> Write EJBInvoker to publish the EJB servant.
>> --------------------------------------------
>>
>>                 Key: CXF-1047
>>                 URL: https://issues.apache.org/jira/browse/CXF-1047
>>             Project: CXF
>>          Issue Type: Sub-task
>>          Components: Integration
>>    Affects Versions: 2.0.1
>>            Reporter: Jeff Yu
>>             Fix For: 2.1
>>
>>         Attachments: cxf-1047.patch
>>
>>
>> Now all the EJB invocation logic all belongs to the JCABusFactory.java, it would be better for us to write the EJBInvoker to do that. better integration with CXF.
>>     
>
>