CVE-2023-49070: Pre-auth RCE in Apache Ofbiz 18.12.09 due to XML-RPC still present

2023-12-04 Thread Jacques Le Roux
Severity: moderate Affected versions: - Apache OFBiz before 18.12.10 Description: Pre-auth RCE in Apache Ofbiz 18.12.09. It's due to XML-RPC no longer maintained still present. This issue affects Apache OFBiz: before 18.12.10.  Users are recommended to upgrade to version 18.12.10 This issue

Re: How do I use Linux env variables inside my XML configurations?

2022-04-27 Thread Jean-Nicolas Boulay Desjardins
//issues.apache.org/jira/browse/OFBIZ-9498 > > > On 25/04/2022 23:21, Jean-Nicolas Boulay Desjardins wrote: > > Hi! > > How do I use Linux env variables inside my XML configurations? > > For example inside of framework/entity/config/entityengine.xml > > > > Thank you > > > >

Re: How do I use Linux env variables inside my XML configurations?

2022-04-26 Thread Nicolas Malin
inside my XML configurations? > > For example inside of framework/entity/config/entityengine.xml > > > > Thank you >

Re: How do I use Linux env variables inside my XML configurations?

2022-04-26 Thread Daniel Watford
a feature request in Jira - https://issues.apache.org/jira. [DevNote: We could read strings from specific XML files into FlexibleStringExpanders. FlexibleStringExpanders populated with groovy expressions could be used to read from the environment] Dan. On Mon, 25 Apr 2022 at 22:21, Jean-Nicolas Boulay

How do I use Linux env variables inside my XML configurations?

2022-04-25 Thread Jean-Nicolas Boulay Desjardins
Hi! How do I use Linux env variables inside my XML configurations? For example inside of framework/entity/config/entityengine.xml Thank you

Re: Product Data Import xml

2021-10-07 Thread Steven Payne
when it > comes to importing pricing, categories, and supplier information we get the > following error about the Primary key. > > The Following Errors Occurred: > > ERROR: parsing file: ERROR parsing Entity Xml file: > org.xml.sax.SAXException: A transaction error occurred reading &

Product Data Import xml

2021-10-07 Thread Justine Nowak
: ERROR: parsing file: ERROR parsing Entity Xml file: org.xml.sax.SAXException: A transaction error occurred reading dataorg.xml.sax.SAXException: Cannot store value with incomplete primary key with more than 1 primary key field:

RE: XML Exports

2021-08-19 Thread james
Is there a real inventory transfer process in Ofbiz where you can put multiple products on one inventory transfer and actually ship everything on the inventory transfer? Thanks, James

Re: XML Exports

2021-08-11 Thread Gil Portenseigne
In the export forms, there is a field 'Output Directory' that you must fill. Files will be generated into that directory on the server hosting the OFBiz. Gil On Wed, Aug 11, 2021 at 05:47:19AM -0700, ja...@productive1.com wrote: > Where does it dump the xml files? > > > -

Re: XML Exports

2021-08-11 Thread Nicolas Malin
On the server, you need to have an access to it. By experience, we create a directory export on the server to dump all into. Just a suggest, if you use import from an xml export, use a delegator without seca. Cheers, Nicolas On 11/08/2021 14:47, ja...@productive1.com wrote: > Where d

RE: XML Exports

2021-08-11 Thread james
Where does it dump the xml files? Original Message Subject: Re: XML Exports From: Gil Portenseigne Date: Wed, August 11, 2021 1:39 am To: user@ofbiz.apache.org Hello James, You can find in webtools [1] several tools to export your data. You can select the table to export

Re: XML Exports

2021-08-11 Thread Gil Portenseigne
: > Is there a way to get all XML data formats out of OFbiz so the template > can be used for import? > > Thanks, > > James signature.asc Description: PGP signature

XML Exports

2021-08-10 Thread james
Is there a way to get all XML data formats out of OFbiz so the template can be used for import? Thanks, James

[CVE-2020-9496] Apache OFBiz XML-RPC requests vulnerable without authentication

2020-07-15 Thread Jacques Le Roux
Severity: Important Vendor: The Apache Software Foundation Versions Affected: OFBiz 17.12.03 Description: Apache OFBiz XML-RPC request are  vulnerable to unsafe deserialization and Cross-Site Scripting issues. Mitigation: Upgrade to 17.12.04 or manually apply the commit at OFBIZ-11716

Re: Ofbiz JSON / XML Data Import - Leads

2019-08-16 Thread Sebastian Naumann
ch etc. > > Thanks > -- > Deepak Nigam > > On Fri, Aug 16, 2019, 8:41 PM Sebastian Naumann < > sebastiandill1...@gmail.com> > wrote: > > > Hi everyone, > > > > Hopefully you are all having a great Friday. > > > > I have a question for

Re: Ofbiz JSON / XML Data Import - Leads

2019-08-16 Thread Deepak Nigam
:41 PM Sebastian Naumann wrote: > Hi everyone, > > Hopefully you are all having a great Friday. > > I have a question for data imports from Json or XML. > > My situation: I have a PHP Laravel Web app that is hosted on a third party > server, while I am using Ofbiz 18

Ofbiz JSON / XML Data Import - Leads

2019-08-16 Thread Sebastian Naumann
Hi everyone, Hopefully you are all having a great Friday. I have a question for data imports from Json or XML. My situation: I have a PHP Laravel Web app that is hosted on a third party server, while I am using Ofbiz 18.12 locally to manage my company. The PHP app has a contact form so people

How to Handle Exception in XML Service

2019-07-27 Thread Yashwant Dhakad
Hello, I want to handle entity related exception in XML service. Do you know how we can handle such type of exception? For example, If we delete any record and if FK relation exists then got an exception in XML service and want to send a user-friendly error message to end-user. Thanks & Reg

Re: Easiest way to load entity data in XML from cmdline

2019-02-11 Thread Aditya Sharma
e: > > > > > > > > > > > Addition to the above reply, if you have multiple files then put > > them > > > > in > > > > > a > > > > > > directory and run below command > > > > > &g

Re: Easiest way to load entity data in XML from cmdline

2019-02-11 Thread Rajesh Mallah
"` > > > > > > > > > > > > > > > > > > > > On Mon, Feb 11, 2019 at 3:44 AM Blurbiness Info < > i...@blurbiness.com > > > > > > > > wrote: > > > > > > > > >

Re: Easiest way to load entity data in XML from cmdline

2019-02-11 Thread Aditya Sharma
> > > > > > Dear Rajesh, > > > > > > > > > > You could use: > > > > > > > > > > gradlew "ofbiz --load-data file=foo/bar/FileNameHere.xml" > > > > > > > &

Re: Easiest way to load entity data in XML from cmdline

2019-02-10 Thread Rajesh Mallah
ere.xml" > > > > > > > > For any doubth about ofbiz command line options, the most useful > > > > documentation source is the ofbiz/readme.md file. > > > > > > > > Best regards, > > > > > > > > Francisco > &g

Re: Easiest way to load entity data in XML from cmdline

2019-02-10 Thread mallah.rajesh
Thanks Aditya.Sent from my Samsung Galaxy smartphone. Original message From: Aditya Sharma Date: 11/02/2019 10:50 (GMT+05:30) To: user@ofbiz.apache.org Subject: Re: Easiest way to load entity data in XML from cmdline Thanks, Rajesh, Rohit, and Francisco.I have updated

Re: Easiest way to load entity data in XML from cmdline

2019-02-10 Thread Aditya Sharma
; documentation source is the ofbiz/readme.md file. > > > > > > Best regards, > > > > > > Francisco > > > > > > > > > El dom., 10 feb. 2019 a las 21:00, Rajesh Mallah (< > > mallah.raj...@gmail.com > > > >) >

Re: Easiest way to load entity data in XML from cmdline

2019-02-10 Thread Rajesh Mallah
e.md file. > > > > Best regards, > > > > Francisco > > > > > > El dom., 10 feb. 2019 a las 21:00, Rajesh Mallah (< > mallah.raj...@gmail.com > > >) > > escribió: > > > > > Dear List , > > > &g

Re: Easiest way to load entity data in XML from cmdline

2019-02-10 Thread Rohit Koushal
ó: > > > Dear List , > > > > While importing data from external systems, i am creating XML files > > having content like below. > > > > DemoData.xml > > > > > > .. > > entity data here ... > > .. >

Re: Easiest way to load entity data in XML from cmdline

2019-02-10 Thread Blurbiness Info
) escribió: > Dear List , > > While importing data from external systems, i am creating XML files > having content like below. > > DemoData.xml > > > .. > entity data here ... > .. > > > What is the simple command that can be executed on

Easiest way to load entity data in XML from cmdline

2019-02-10 Thread Rajesh Mallah
Dear List , While importing data from external systems, i am creating XML files having content like below. DemoData.xml .. entity data here ... .. What is the simple command that can be executed on shell to load the data from such files into OFBiz. regds mallah.

[SECURITY] CVE-2011-3600 Apache OFBiz XML-RPC XXE Vulnerability

2018-10-05 Thread Taher Alkhateeb
Severity: Important Vendor: The Apache Software Foundation Versions Affected: OFBiz 16.11.01 to 16.11.04 Description: The OFBiz XML-RPC event handler (org.apache.ofbiz.webapp.event.XmlRpcEventHandler.java) acts as a wrapper for any OFBiz service that provides XML-RPC web services via

Re: Error messages when uploading xml files

2018-05-29 Thread Wolfgang Paul Rauchholz
t; Hi Wolfgang, >> >> These import errors are usually caused by circular or missing foreign key >> relationships. >> >> You can ignore the payment and shipping gateways. If you ever want to use >> a >> particular credit card payment gateway or shipping

Re: Error messages when uploading xml files

2018-05-29 Thread Wolfgang Paul Rauchholz
t; The GL accounts may be more significant. If you check the OFBiz log > (/webtools/control/LogView), you should see which records are failing. > > Cheers > > Paul Foxworthy > > > On 29 May 2018 at 05:38, wp.rauchh...@gmail.com > wrote: > > > I am trying to u

Re: Error messages when uploading xml files

2018-05-28 Thread Paul Foxworthy
accounts may be more significant. If you check the OFBiz log (/webtools/control/LogView), you should see which records are failing. Cheers Paul Foxworthy On 29 May 2018 at 05:38, wp.rauchh...@gmail.com wrote: > I am trying to upload xml data that I had exported previously form ofbiz. >

Error messages when uploading xml files

2018-05-28 Thread wp . rauchholz
I am trying to upload xml data that I had exported previously form ofbiz. Some of the files fail to load. But it does not give an error message. Got 1 entities from CostComponentCalc.xml Got 1 entities from WorkEffortCostCalc.xml Got 1 entities from FacilityParty.xml Failed

Re: How to hide parameters in hyperlink while using xml forms

2018-04-03 Thread Deepak Dixit
Hi Sonali, You can use link-type="hidden-form" attribute of hyperlink tag. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Tue, Apr 3, 2018 at 2:41 PM, Sonali Agrahari wrote: > Yaa, I am using tag for passing the values . For eg. > >

Re: How to hide parameters in hyperlink while using xml forms

2018-04-03 Thread Sonali Agrahari
Yaa, I am using tag for passing the values . For eg. -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html

Re: How to hide parameters in hyperlink while using xml forms

2018-04-03 Thread deepak nigam
Hi Sonali, Are you using the tag for passing the values? On Tue, Apr 3, 2018 at 1:52 PM Sonali Agrahari <sonaliagraha...@gmail.com> wrote: > Hello all, > > I am using OFBiz 12.04 version in my application. When XML-Forms are > used, > its parameters value are sho

How to hide parameters in hyperlink while using xml forms

2018-04-03 Thread Sonali Agrahari
Hello all, I am using OFBiz 12.04 version in my application. When XML-Forms are used, its parameters value are shown in URL while using hyperlink. How can I hide these values from URL . i,e how to use POST method in XML forms. https://localhost:8443/dashboard/control/FormName?stageId=1 I

successful OFBiz integration report utilizing XML-RPC/Perl Catalyst

2018-03-09 Thread Rajesh Mallah
Hi , I would like to report back that we have been successful in integrating a perl-catalyst ( http://www.catalystframework.org/ ) application with the OFbiz backend utilizing XML-RPC mechanisms it provides. Currently the scope of application required usage of Party , PartyGroup , Contacts

RE: Entity ID key counter not reset after import from XML

2017-12-24 Thread Boyden, Timothy
through all 41 keys, to get it to save. -Tim -Original Message- From: Michael Brohl [mailto:michael.br...@ecomify.de] Sent: Sunday, December 24, 2017 7:14 AM To: user@ofbiz.apache.org Subject: Re: Entity ID key counter not reset after import from XML Maybe I was not clear enough

Re: Entity ID key counter not reset after import from XML

2017-12-24 Thread Michael Brohl
: Michael Brohl [mailto:michael.br...@ecomify.de] Sent: Sunday, December 24, 2017 6:45 AM To: user@ofbiz.apache.org Subject: Re: Entity ID key counter not reset after import from XML Hi Tim, if you export the values and just import the generic values, no new primary key values are generated. The data

RE: Entity ID key counter not reset after import from XML

2017-12-24 Thread Boyden, Timothy
...@ecomify.de] Sent: Sunday, December 24, 2017 6:45 AM To: user@ofbiz.apache.org Subject: Re: Entity ID key counter not reset after import from XML Hi Tim, if you export the values and just import the generic values, no new primary key values are generated. The data is imported just the way

Re: Entity ID key counter not reset after import from XML

2017-12-24 Thread Michael Brohl
- From: Boyden, Timothy [mailto:tboy...@electroswitch.com] Sent: Saturday, December 23, 2017 2:37 PM To: user@ofbiz.apache.org Subject: Entity ID key counter not reset after import from XML Using Release 16.11.03... Working on an instance of OFBiz on my home computer. Imported 40 TelecomNumber

RE: Entity ID key counter not reset after import from XML

2017-12-23 Thread Boyden, Timothy
it will save then and reset the counter its using. -Tim -Original Message- From: Boyden, Timothy [mailto:tboy...@electroswitch.com] Sent: Saturday, December 23, 2017 2:37 PM To: user@ofbiz.apache.org Subject: Entity ID key counter not reset after import from XML Using Release 16.11.03

Entity ID key counter not reset after import from XML

2017-12-23 Thread Boyden, Timothy
Using Release 16.11.03... Working on an instance of OFBiz on my home computer. Imported 40 TelecomNumber records from my work computer. Went to create a new TelecomNumber record, and get: The Following Errors Occurred: Exception thrown while creating the "newValue" GenericValue:

Re: Error on Accessing Induce Model XML from Database

2017-08-27 Thread Jacques Le Roux
luence/display/OFBIZ/OFBiz+ Contributors+Best+Practices Jacques Le 10/08/2017 à 14:07, Lanzjess a écrit : I install the apache-ofbiz-16.11.03 version to know if it's the same with what I downloaded in SVN that has error in Induce Model XML from Database. And it is so. Accessing the link below I encou

Re: [OT] xml - rpc download

2017-08-25 Thread Jacques Le Roux
an+alternative+to+SOAP However the java client for XML RPC is not available can anyone suggest where can it be downloaded from ? the download link in https://ws.apache.org/xmlrpc/download.html leads to 404 regds mallah. https://ws.apache.org/xmlrpc/download.html just worked for me Jacques

Re: [OT] xml - rpc download

2017-08-25 Thread Rajesh Mallah
17 à 09:46, Rajesh Mallah a écrit : > >> Hi , >> >> I am not from java world and i need to try the Ofbiz rpc example >> >> https://cwiki.apache.org/confluence/display/OFBIZ/Using+ >> XMLRPC+as+an+alternative+to+SOAP >> >> However the java client f

Re: [OT] xml - rpc download

2017-08-25 Thread Jacques Le Roux
Le 25/08/2017 à 09:46, Rajesh Mallah a écrit : Hi , I am not from java world and i need to try the Ofbiz rpc example https://cwiki.apache.org/confluence/display/OFBIZ/Using+XMLRPC+as+an+alternative+to+SOAP However the java client for XML RPC is not available can anyone suggest where can

[OT] xml - rpc download

2017-08-25 Thread Rajesh Mallah
Hi , I am not from java world and i need to try the Ofbiz rpc example https://cwiki.apache.org/confluence/display/OFBIZ/Using+XMLRPC+as+an+alternative+to+SOAP However the java client for XML RPC is not available can anyone suggest where can it be downloaded from ? the download link in https

Re: Error on Accessing Induce Model XML from Database

2017-08-16 Thread Allan Zarsuela
e. >> >> We will investigate, please open a Jira about that >> >> https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+ >> Contributors+Best+Practices >> >> Jacques >> >> >> Le 10/08/2017 à 14:07, Lanzjess a écrit : >> >

Re: Error on Accessing Induce Model XML from Database

2017-08-10 Thread Jacques Le Roux
://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Contributors+Best+Practices Jacques Le 10/08/2017 à 14:07, Lanzjess a écrit : I install the apache-ofbiz-16.11.03 version to know if it's the same with what I downloaded in SVN that has error in Induce Model XML from Database. And it is so. Accessing

Re: Error on Accessing Induce Model XML from Database

2017-08-10 Thread Jacques Le Roux
in Induce Model XML from Database. And it is so. Accessing the link below I encountered the error message below: https://localhost:8443/webtools/control/view/ModelInduceFromDb ERROR in error page, (infinite loop or error page not found with name [/error/error.jsp]), but here is the text just in case

Error on Accessing Induce Model XML from Database

2017-08-10 Thread Lanzjess
I install the apache-ofbiz-16.11.03 version to know if it's the same with what I downloaded in SVN that has error in Induce Model XML from Database. And it is so. Accessing the link below I encountered the error message below: https://localhost:8443/webtools/control/view/ModelInduceFromDb ERROR

Re: Help! DCC throw out org.xml.sax.SAXParseException: Character reference "�" is an invalid XML character.

2015-12-16 Thread 叶双明
The struct of xml is create by framework. So ... 2015-12-17 8:20 GMT+08:00 Shi Jinghai <huaru...@hotmail.com>: > I think CData would help if you change the attribute to a sub element. > > -邮件原件- > 发件人: 叶双明 [mailto:yeshuangm...@gmail.com] > 发送时间: 2015年12月

Help! DCC throw out org.xml.sax.SAXParseException: Character reference "" is an invalid XML character.

2015-12-16 Thread 叶双明
I run two ofbiz instances in one machine, config DCC with AvtiveMQ, every thing seem ok by get exception some times. And i print out related xml content below: I guess is the emoji Character in sellerName cause the problem. Thanks! 2015-12-16 21:36:41,888 |iveMQ Session Task-2 |XmlSerializer

Re: external install of multiple xml files through bash

2015-04-17 Thread Jacques Le Roux
With R13.07 use rather something like java -jar ofbiz.jar install -file=test.file -install was valid until R12.04, please refer to the wiki

Re: external install of multiple xml files through bash

2015-04-17 Thread Chris Clark
awesome... thanks a lot i will give it a go...and can it do multiple files in a directory say java -jar ofbiz.jar install -file=/filestoimport/*.xml im actually working on yet another script to take all the xml files strip them of the two line header and one line footer, concatenate

Re: external install of multiple xml files through bash

2015-04-17 Thread Ron Wheeler
On 17/04/2015 9:40 AM, Chris Clark wrote: awesome... thanks a lot i will give it a go...and can it do multiple files in a directory say java -jar ofbiz.jar install -file=/filestoimport/*.xml im actually working on yet another script to take all the xml files strip them of the two line header

external install of multiple xml files through bash

2015-04-16 Thread Chris Clark
so i know i can do this.. java -jar ofbiz.jar -install -file=file.xml although that doesnt work on my system i get Exception in thread main org.ofbiz.base.start.StartupException: Couldn't not fetch config instance at org.ofbiz.base.start.Start.init(Start.java:202) at

Re: external install of multiple xml files through bash

2015-04-16 Thread Mike
Use this, modify to suit: root@srv01:/opt/ofbiz.import/bin# cat load_xml.sh #! /bin/bash if [ ! -f $1 ]; then echo ERROR: finding $1 exit fi #cd /opt/ofbiz ./ant run-install-file -Ddata-file=$1 On Thu, Apr 16, 2015 at 10:04 AM, Chris Clark rip...@gmail.com wrote: so i know i can do

Re: external install of multiple xml files through bash

2015-04-16 Thread Chris Clark
yeah i was hoping for something with the java command as i am going to try and run this as a service and my system doesnt, or should i say, didnt like ant when i was trying to make the ofbiz service... it does normally... just not in the service context Chris On Thu, Apr 16, 2015 at 12:42 PM,

Re: external install of multiple xml files through bash

2015-04-16 Thread Chris Clark
what would you put for the class paththis was the issue with the creation of the service, and what i did (and im sure this was like a band aid with a little staph in it, working at first but messing things up in the long run) was to find all the directories with classes in them under the ofbiz

Re: external install of multiple xml files through bash

2015-04-16 Thread Mike
Maybe use a script (like the one I pasted), add the classpath, and have the service call the script instead of java directly. On Thu, Apr 16, 2015 at 10:55 AM, Chris Clark rip...@gmail.com wrote: yeah i was hoping for something with the java command as i am going to try and run this as a

Re: Generic xml import export functionality

2014-07-07 Thread Jacques Le Roux
in another way it would be easier to read ;) Jacques Le 03/07/2014 15:38, Pierre Smits a écrit : Hi all, Based on some code in OFBiz, I came up with the following to enable upload and (partly) process the XML file to create entity records: public static MapString, Object importCamt053

Re: Generic xml import export functionality

2014-07-07 Thread Pierre Smits
Jacques, Thank you for the suggestion. Unfortunately, the nabble site doesn't allow members to register or login in a secured, encrypted way (through ssl). Nor does the Terms of Use ( see here: http://www.nabble.com/Terms.jtp ) assure me that the utmost is done to keep my credentials private and

Re: Generic xml import export functionality

2014-07-07 Thread Jacques Le Roux
http://www.sitepoint.com/top-5-places-to-share-code-quickly/ ? Jacques Le 07/07/2014 11:23, Pierre Smits a écrit : Jacques, Thank you for the suggestion. Unfortunately, the nabble site doesn't allow members to register or login in a secured, encrypted way (through ssl). Nor does the Terms of

Re: Generic xml import export functionality

2014-07-06 Thread Pierre @GMail
Smits a écrit : Hi all, Based on some code in OFBiz, I came up with the following to enable upload and (partly) process the XML file to create entity records: public static MapString, Object importCamt053(DispatchContext dctx, MapString, Object context) { Debug.logInfo

Re: Generic xml import export functionality

2014-07-03 Thread Pierre Smits
Hi all, Based on some code in OFBiz, I came up with the following to enable upload and (partly) process the XML file to create entity records: public static MapString, Object importCamt053(DispatchContext dctx, MapString, Object context) { Debug.logInfo(in MyXmlImportService.java

Re: Generic xml import export functionality

2014-07-01 Thread Pierre Smits
Hi All, Thanks for your contributions. So I found that there is a set of services related to handling XML in UtilXml.java. It looks like that file contains (parts of) the solution needed for my requirements. Question is: do you know of an example in OFBiz applying some of the functions

Re: Generic xml import export functionality

2014-07-01 Thread Ron Wheeler
Have a good look at XSLT before starting to write code. http://www.w3schools.com/xsl/xsl_transformation.asp http://www.cs.toronto.edu/~ryanjohn/teaching/cscc43-s12/lectures/c43-xslt-v02.pdf A couple of good books from O'Reilly: XSLT Cookbook Solutions and Examples for XML and XSLT Developers

Re: Generic xml import export functionality

2014-07-01 Thread Pierre @GMail
-s12/lectures/c43-xslt-v02.pdf A couple of good books from O'Reilly: XSLT Cookbook Solutions and Examples for XML and XSLT Developers http://shop.oreilly.com/product/9780596003722.do XSLT, 2nd Edition Mastering XML Transformations Ron On 01/07/2014 5:37 AM, Pierre Smits wrote: Hi All

Re: Generic xml import export functionality

2014-07-01 Thread Pierre Smits
Taher, Thank you. No, the conversion of the XML file is necessary to create entity records. Regards, Pierre Smits *ORRTIZ.COM http://www.orrtiz.com* Services Solutions for Cloud- Based Manufacturing, Professional Services and Retail Trade http://www.orrtiz.com

Re: Generic xml import export functionality

2014-07-01 Thread Jacques Le Roux
. Are you only converting xml to xml? If no then you must parse into DOM and apply some business logic. Also UtilXml has alot of examples. Just follow the code from the controller and you will see it pop up all over the place as the screens and forms are parsed into DOM. There is more than enough code

Re: Generic xml import export functionality

2014-06-29 Thread Adrian Crum
I agree. Using a transformer seems the way to go. Adrian Crum Sandglass Software www.sandglass-software.com On 6/28/2014 6:41 PM, Rajbir Saini wrote: Pierre, I would suggest you to create XML schema for your XML. Schema can do some validation beyond well formed document. Write your business

Re: Generic xml import export functionality

2014-06-28 Thread Pierre Smits
Hi Mandeep, Thank you for your feedback. The thing with your suggestion is that the tools require a predefined format of the XML, namely recognizable as entity data. My XML data is not in that format, so it must be converted. Regards, Pierre Verstuurd vanaf mijn iPad Op 28 jun. 2014 om 06

Re: Generic xml import export functionality

2014-06-28 Thread Taher Alkhateeb
, Thank you for your feedback. The thing with your suggestion is that the tools require a predefined format of the XML, namely recognizable as entity data. My XML data is not in that format, so it must be converted. Regards, Pierre Verstuurd vanaf mijn iPad Op 28 jun. 2014 om 06:46 heeft

Re: Generic xml import export functionality

2014-06-28 Thread Pierre Smits
Hi Taher (I trust that is your first name), It is related to OFBiz as the elements in the XML file need to be processed in OFBiz and lead to the creation of new entities. The process for the majority of our customers is uploading this XML file. For the minority of other customers other means

Re: Generic xml import export functionality

2014-06-28 Thread Taher Alkhateeb
Hi Pierre, Yes my first name is Taher. So essentially you need to do the following: - upload an XML file - validate it (assuming you need to) - do some custom business logic However, this can go a hundred different directions depending on the complexity of the logic you mentioned below. You

Re: Generic xml import export functionality

2014-06-28 Thread Rajbir Saini
Pierre, I would suggest you to create XML schema for your XML. Schema can do some validation beyond well formed document. Write your business rules validator for validation which are not handled by schema. Use XSLT to transform your document to entity-engine XML. From there on OFBiz can take

Generic xml import export functionality

2014-06-27 Thread Pierre Smits
Hi all, I am looking for a generic XML import export functionality in OFBiz, but have a hard time finding it. Can you point me towards the right direction? Regards, Pierre Smits *ORRTIZ.COM http://www.orrtiz.com* Services Solutions for Cloud- Based Manufacturing, Professional Services

Re: Generic xml import export functionality

2014-06-27 Thread Mike
Maybe kettle. http://community.pentaho.com/projects/data-integration/ On Fri, Jun 27, 2014 at 2:17 AM, Pierre Smits pierre.sm...@gmail.com wrote: Hi all, I am looking for a generic XML import export functionality in OFBiz, but have a hard time finding it. Can you point me towards

Re: Generic xml import export functionality

2014-06-27 Thread Mandeep Sidhu
Entity Import and Entity Import Dir are two great tools in Ofbiz to achieve that. *Entity Import: *To import XML text http://demo-stable-ofbiz.apache.org/webtools/control/EntityImport *Entity Import Dir: *To import entity XML files loaded with data kept in a directory relative to Ofbiz home

XML Import to Datasource

2013-06-28 Thread Len Shein
When importing XML to the DB, if an attribute has an empty value, the Entity Sax Reader skips the attribute and therefore does NOT update the value in the DB. For Example: If the DB PRODUCT.PRODUCT_NAME contains a value of 'My Product Name'. Using the following XML will not update

Re: XML Import to Datasource

2013-06-28 Thread Nicolas Malin
What your ofbiz version ? If it's trunk, try : entity-engine-xml create-replace Product productId=”12345” *productName=””*/ /create-replace /entity-engine-xml If it's 12.04, I can use a backport addon http://addons.neogia.org/addons-12.04/ofbiz-backport-loading-data-actions-tag/ to use

RE: XML Import to Datasource

2013-06-28 Thread Len Shein
I am using Ofbiz version 10.04. For now I will review the addon and see what I can use in this version. Thanks Len -Original Message- From: Nicolas Malin [mailto:malin.nico...@librenberry.net] Sent: Friday, June 28, 2013 2:35 PM To: user@ofbiz.apache.org Subject: Re: XML Import

Re: [jira] [Resolved] (OFBIZ-5174) Non-working links and old content in specialpurpose/ofbizwebsite (OfbizData*.xml)

2013-04-09 Thread Mark Schneider
Hello, Am 09.04.2013 16:20, schrieb Jacopo Cappellato (JIRA): [https://issues.apache.org/jira/browse/OFBIZ-5174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato resolved OFBIZ-5174. -- Resolution: Fixed

Re: Induce Model XML from Database Is not formatted by any of the visual theme

2013-02-10 Thread Medhat Abdel Badie
...@les7arts.com wrote: To see the result have a look at the HTML source (this is suggested when you enter the datasource-name) Then the goal of this page should be obvious Jacques From: Medhat Abdel Badie medhat7...@gmail.com Hi, When Clicking the Induce Model XML from Database https://demo

Re: Induce Model XML from Database Is not formatted by any of the visual theme

2013-02-10 Thread Jacques Le Roux
enter the datasource-name) Then the goal of this page should be obvious Jacques From: Medhat Abdel Badie medhat7...@gmail.com Hi, When Clicking the Induce Model XML from Database https://demo-trunk.ofbiz.apache.org/webtools/control/view/ModelInduceFromDb link from Web Tools Entity

Induce Model XML from Database Is not formatted by any of the visual theme

2013-02-08 Thread Medhat Abdel Badie
Hi, When Clicking the Induce Model XML from Databasehttps://demo-trunk.ofbiz.apache.org/webtools/control/view/ModelInduceFromDb link from Web Tools Entity Engine Tools Induce Model XML from Database The Page opened is not formatted by any of the visual theme. I am using ofbiz-11.04.02

Re: Induce Model XML from Database Is not formatted by any of the visual theme

2013-02-08 Thread Jacques Le Roux
To see the result have a look at the HTML source (this is suggested when you enter the datasource-name) Then the goal of this page should be obvious Jacques From: Medhat Abdel Badie medhat7...@gmail.com Hi, When Clicking the Induce Model XML from Databasehttps://demo-trunk.ofbiz.apache.org

RE: Meaning of localderbyolap and localderbytenant in template files / Error loading XML Resource

2012-12-24 Thread Praveen Agrawal
[mailto:m...@it-infrastrukturen.org] Sent: Sunday, December 23, 2012 10:28 PM To: user@ofbiz.apache.org Subject: Re: Meaning of localderbyolap and localderbytenant in template files / Error loading XML Resource HI Praveen, Thanks a lot for your kind hints. There are two such files after

Re: Production Setup XML

2012-12-09 Thread Martin Kaiser
and then copying just the stuff I need. Thank you. On 30 November 2012 11:40, pierre.gaudin pierre.gau...@nereide.fr wrote: Hy martin, #1 If you don't want to spend time to understand what you are doing, then you can use entity xml export : - run seed reader

Production Setup XML

2012-11-30 Thread Martin Kaiser
Hi all, I'm just setting up an production environment and I want to load some data similar to the demo data but with my own company data into ofbiz while installing it. Is there somewhere a demo/template XML file which I could adjust to fit my needs, or do I have to go through all folders finding

Re: Production Setup XML

2012-11-30 Thread pierre.gaudin
Hi Martin, Maybe you can do an xml export of your data from ofbiz tools and then remove or modify values ? Pierre On 30/11/2012 10:03, Martin Kaiser wrote: Hi all, I'm just setting up an production environment and I want to load some data similar to the demo data but with my own company

Re: Production Setup XML

2012-11-30 Thread Martin Kaiser
installation of OFBiz with only the minimal requirements to login and one single company? How do you this? best, Martin On 30 November 2012 10:15, pierre.gaudin pierre.gau...@nereide.fr wrote: Hi Martin, Maybe you can do an xml export of your data from ofbiz tools and then remove or modify

Re: Production Setup XML

2012-11-30 Thread Martin Kaiser
requirements to login and one single company? How do you this? best, Martin On 30 November 2012 10:15, pierre.gaudin pierre.gau...@nereide.fr wrote: Hi Martin, Maybe you can do an xml export of your data from ofbiz tools and then remove or modify values ? Pierre On 30/11/2012 10:03, Martin

Re: Production Setup XML

2012-11-30 Thread pierre.gaudin
Hy martin, #1 If you don't want to spend time to understand what you are doing, then you can use entity xml export : - run seed reader - run demo reader (by webtools) - export with filter on date time creation By this way you get only demo data. #2 If you want to understand what you

Re: Production Setup XML

2012-11-30 Thread Martin Kaiser
entity xml export : - run seed reader - run demo reader (by webtools) - export with filter on date time creation By this way you get only demo data. #2 If you want to understand what you are doing, then this is the job of integration and it takes times and expertise. I create a new

Re: Production Setup XML

2012-11-30 Thread Jacques Le Roux
11:40, pierre.gaudin pierre.gau...@nereide.fr wrote: Hy martin, #1 If you don't want to spend time to understand what you are doing, then you can use entity xml export : - run seed reader - run demo reader (by webtools) - export with filter on date time creation By this way you

Re: Production Setup XML

2012-11-30 Thread Martin Kaiser
time to understand what you are doing, then you can use entity xml export : - run seed reader - run demo reader (by webtools) - export with filter on date time creation By this way you get only demo data. #2 If you want to understand what you are doing, then this is the job

  1   2   3   4   >