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

Nicolas Malin updated OFBIZ-3798:
---------------------------------

    Attachment: MoveXmlRpcClassFromWebappToService.patch
                xmlrpc.patch
                svn-cmd-toMoveXmlRpcClassFromWebappToService.sh

Oh my apologies Erwan for the commit that break trunk. I checked to understand 
why and I found a missing jar in service lib path.

With svn it's not easy to do file moving in patch. I recreate the process from 
scratch with updating xmlrpc apache lib from 3.0 to 3.1.2

To apply patch I use this process :
 checkout ofbiz from trunk
 cd ofbiz
 sh svn-cmd-toMoveXmlRpcClassFromWebappToService.sh
 patch -p0 < xmlrpc.patch
 patch -p0 < MoveXmlRpcClassFromWebappToService.patch
 cd framework/base/lib
 tar xmlRpcJar3.1.2.tar
 cd -; ant run-install && ant run-tests

Test successed :)

> Add xml-rpc engine on serviceengine
> -----------------------------------
>
>                 Key: OFBIZ-3798
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3798
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Nicolas Malin
>            Assignee: Erwan de FERRIERES
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: MoveXmlRpcClassFromWebappToService.patch, 
> svn-cmd-toMoveXmlRpcClassFromWebappToService.sh, xmlrpc.patch
>
>
> I add a generic service to call xml-rpc server. The goal is to have a 
> technical interface to make calls directly from mini-lang.
> The first patch it's my draft. I don't know where I do the service 
> definition. I add a servicedef in framework/webapp, I move service on 
> framework/common ? any suggest are welcom ;)
> Nicolas

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

Reply via email to