[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-3798: --------------------------------- Attachment: xml-rpc-client-engine.diff I improve engine xml-rpc call, change object list by map that contains all parameters "IN" I add a test case that use another method to receive xml-rpc call > 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 > Priority: Minor > Fix For: SVN trunk > > Attachments: MoveXmlRpcClassFromWebappToService.patch, svn-cmd-toMoveXmlRpcClassFromWebappToService.sh, xml-rpc-client-engine.diff, xml-rpc-engine.diff, xml-rpc.diff, XmlRpcEngine.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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-3798: -------------------------------------- Assignee: Erwan de FERRIERES > 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, xml-rpc-client-engine.diff, xml-rpc-engine.diff, xml-rpc.diff, XmlRpcEngine.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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883575#action_12883575 ] Adrian Crum commented on OFBIZ-3798: ------------------------------------ I just glanced through the latest patch and it looks okay to me. In XMLRPCClientEngine.java, the Debug info message should be changed to verbose, and there are some code formatting issues. > 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, xml-rpc-client-engine.diff, xml-rpc-engine.diff, xml-rpc.diff, XmlRpcEngine.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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-3798. ------------------------------------- Resolution: Fixed > 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, xml-rpc-client-engine.diff, xml-rpc-engine.diff, xml-rpc.diff, XmlRpcEngine.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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883651#action_12883651 ] Erwan de FERRIERES commented on OFBIZ-3798: ------------------------------------------- done at r959071. Thanks Nicolas and all for reviewing ! > 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, xml-rpc-client-engine.diff, xml-rpc-engine.diff, xml-rpc.diff, XmlRpcEngine.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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES reopened OFBIZ-3798: --------------------------------------- Please take a look at this page : http://ci.apache.org/builders/ofbiz-trunk/builds/241 > 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, xml-rpc-client-engine.diff, xml-rpc-engine.diff, xml-rpc.diff, XmlRpcEngine.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. |
In reply to this post by Nicolas Malin (Jira)
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-3798: --------------------------------- Attachment: (was: XmlRpcEngine.patch) > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-3798: --------------------------------- Attachment: (was: xml-rpc.diff) > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-3798: --------------------------------- Attachment: (was: xml-rpc-engine.diff) > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-3798: --------------------------------- Attachment: (was: xml-rpc-client-engine.diff) > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-3798: --------------------------------- Attachment: (was: svn-cmd-toMoveXmlRpcClassFromWebappToService.sh) > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-3798: --------------------------------- Attachment: (was: MoveXmlRpcClassFromWebappToService.patch) > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-3798: --------------------------------- Attachment: xmlRpcJar3.1.2.tar I remove old path to avoid errors > 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, xmlRpcJar3.1.2.tar > > > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-3798. ------------------------------------- Resolution: Fixed Done at 959261. Thanks nicolas for the quick update. > 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, xmlRpcJar3.1.2.tar > > > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883895#action_12883895 ] Nicolas Malin commented on OFBIZ-3798: -------------------------------------- Thanks erwan for commit and Adrian for the review/suggest > 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, xmlRpcJar3.1.2.tar > > > 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. |
Free forum by Nabble | Edit this page |