[
https://issues.apache.org/jira/browse/CXF-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530370
]
jeff.yu edited comment on CXF-1047 at 9/25/07 11:23 PM:
--------------------------------------------------------
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
EJBServantConfig.
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".
was (Author: jeff.yu):
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.