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
--- 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 or

Re: XML Exports

2021-08-11 Thread Nicolas Malin
oes 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.

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
Hello James, You can find in webtools [1] several tools to export your data. You can select the table to export or export all data. Regards, Gil [1] https://demo-trunk.ofbiz.apache.org/webtools/control/xmldsdump On Tue, Aug 10, 2021 at 07:59:03AM -0700, ja...@productive1.com wrote: > Is there

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: xml escape problem!

2012-03-14 Thread zhiyongcui
Anyone could help me or give me some tips? -- View this message in context: http://ofbiz.135035.n4.nabble.com/xml-escape-problem-tp4458096p4471151.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: xml escape problem!

2012-03-14 Thread Jacques Le Roux
Again: which Release.revision are you using? See bottom of backends screens Jacques From: zhiyongcui zhufu...@gmail.com Anyone could help me or give me some tips? -- View this message in context: http://ofbiz.135035.n4.nabble.com/xml-escape-problem-tp4458096p4471151.html Sent from the OFBiz

Re: xml escape problem!

2012-03-14 Thread Mike
Might be related to this jira: https://issues.apache.org/jira/browse/OFBIZ-4535 On Wed, Mar 14, 2012 at 12:19 AM, zhiyongcui zhufu...@gmail.com wrote: Anyone could help me or give me some tips? -- View this message in context:

Re: xml escape problem!

2012-03-08 Thread Jacques Le Roux
Which Release.revision are you using? Jacques From: zhiyongcui zhufu...@gmail.com When I search some party with first name of chinese character ‘张’,the first page is correct。 but as I get the second page the search condition of ‘zhang’ has been changed to ‘å¼ ’ and so I could not get it

Re: xml escape problems

2010-03-01 Thread BJ Freeman
A second thought is that you are using character set not evaluated by ofbiz so it is giving you the escaped version. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Suppilier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93

Re: xml escape problems

2010-03-01 Thread Jacques Le Roux
You are in a widget form, right? Did you try encode-output=false for your fields? Jacques From: zhiyongcui zhiyong...@gmail.com anyone could help me ? -- View this message in context: http://n4.nabble.com/xml-escape-problems-tp1571782p1573263.html Sent from the OFBiz - User mailing list

Re: xml escape problems

2010-02-28 Thread zhiyongcui
anyone could help me ? -- View this message in context: http://n4.nabble.com/xml-escape-problems-tp1571782p1573263.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: xml escape problems

2010-02-27 Thread zhiyongcui
It showed as #24352; -- View this message in context: http://n4.nabble.com/xml-escape-problems-tp1571782p1571783.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: xml escape problems

2010-02-27 Thread BJ Freeman
You need to wrap the variable in the following method: ${StringUtil.wrapString(browserProfile.metaTag)} zhiyongcui sent the following on 2/27/2010 12:51 AM: How to deal with xml escape problems in field type text in form. I try to create some employees ,but happened type in something wrong

Re: xml escape problems

2010-02-27 Thread Atul Vani
while writing xml you have to use html-encoding, for example: if you want to use '' in some field then in xml you have to write it as 'amp;' ... col_name=fastamp;furious .../ this link might prove to be helpful:- http://en.wikipedia.org/wiki/Character_encodings_in_HTML :) zhiyongcui

Re: xml escape problems

2010-02-27 Thread zhiyongcui
I input something like image below ,but I input something wrong,then it will return a page with information my input. http://n4.nabble.com/file/n1571808/input.jpg then the returned page as http://n4.nabble.com/file/n1571808/output.jpg -- View this message in context:

Re: xml escape problems

2010-02-27 Thread Atul Vani
seem like its not a problem associated with a particular language, if there occurs an error while submitting form the form reappears but with HTML-Encoded text instead of the original, here's the screenshot http://i45.tinypic.com/ngykhi.png someone please fix this... zhiyongcui wrote: I

Re: XML Import delete

2010-02-24 Thread BJ Freeman
there is a feature in web tools to remove all the relational keys. once you do that you can delete relational data. only be careful that you remove the complete data, otherwise you application will have errors when you put the Relational keys back in. if your doing this for Testing then and your

Re: xml engine / handler

2010-02-02 Thread Christopher Snow
Many thanks! When I get a chance to look at this, are you happy for me to put a formal write-up of this on the ofbiz wiki? Zhang Shiqian wrote: 1. Apply the service-wsdl.patch to your OFBIZ copy. 2. Export your service by add export=true in your service definition file(services.xml), for

Re: xml engine / handler

2010-02-02 Thread Zhang Shiqian
Very happy :) On Tue, Feb 2, 2010 at 5:33 PM, Christopher Snow sno...@snowconsulting.co.uk wrote: Many thanks! When I get a chance to look at this, are you happy for me to put a formal write-up of this on the ofbiz wiki? Zhang Shiqian wrote: 1. Apply the service-wsdl.patch to your OFBIZ

Re: xml engine / handler

2010-02-01 Thread Christopher Snow
Hi Abdullah, On my current project, we initially used xml-rpc using a flex xmlrpc library sent to me by Andrew Zeneski. We had tried using the new ofbiz soap implementation, but it didn't play nicely with flex. Have a look at XMLRPC in the faq:

Re: xml engine / handler

2010-02-01 Thread Bilgin Ibryam
Abdullah Shaikh wrote: Hi All, I want to develop a flex application which will interact with ofbiz using xml. I just had a cursory view of xmlrpcclient xmlserializer, has anybody done this ? what will be the best way to have ofbiz output xml ? I have seen that GenericValue can be easily

Re: xml engine / handler

2010-02-01 Thread Abdullah Shaikh
Hi Chris, I don't want to use xml-rpc but instead would like to use Flex HTTPService, I guess xml-rpc would work with HTTPService. Basic idea is to create a xml over http communication between ofbiz any other RIA, so that we can make ofbiz communicated with flex, gwt etc. I will have a look at

Re: xml engine / handler

2010-02-01 Thread Abdullah Shaikh
Hi Bilgin, The client can be in any RIA technology, I need to communicate with ofbiz from flex, in this case I guess I won't be able to use xmlrpc client. Thanks, Abdullah On Mon, Feb 1, 2010 at 8:14 PM, Bilgin Ibryam bibr...@gmail.com wrote: Abdullah Shaikh wrote: Hi All, I want to

Re: xml engine / handler

2010-02-01 Thread Christopher Snow
I HAVE connected to ofbiz with flex using xmlrpc. Did you see my post? http://n4.nabble.com/forum/PostLink.jtp?post=1458842 Bilgin Ibryam wrote: Abdullah Shaikh wrote: Hi Bilgin, The client can be in any RIA technology, I need to communicate with ofbiz from flex, in this case I guess I

Re: xml engine / handler

2010-02-01 Thread Christopher Snow
Sorry - just seen this. The approach we currently use is having a dedicated web app in ofbiz which is used to expose ofbiz services using REST (the organisation favors REST) . We are using the jersey rest libraries. I believe our flex guy is using HTTPService to communicate with rest.

Re: xml engine / handler

2010-02-01 Thread Jeroen van der Wal
Hi Chris, We're also a big fan of REST but have not taken time to work on a solution like you mentioned. Are you willing to share what you have done so far? Thanks, Jeroen van der Wal Stromboli b.v. +31 655 874050 On Mon, Feb 1, 2010 at 4:53 PM, Christopher Snow sno...@snowconsulting.co.uk

Re: xml engine / handler

2010-02-01 Thread Abdullah Shaikh
Thanks Bilgin, I will have a look at xmlrpc. - Abdullah On Mon, Feb 1, 2010 at 9:00 PM, Bilgin Ibryam bibr...@gmail.com wrote: Abdullah Shaikh wrote: Hi Bilgin, The client can be in any RIA technology, I need to communicate with ofbiz from flex, in this case I guess I won't be able to use

Re: xml engine / handler

2010-02-01 Thread Abdullah Shaikh
Yes, thats good to have a separate component to handle xml over http, REST in your case. But I am not getting how are forming the url's, because in REST, urls represents a objects. For example : http://ofbiz/partymgr/party/1234 - will represent a party whose id is 1234

Re: xml engine / handler

2010-02-01 Thread Christopher Snow
We are not automatically exporting objects with REST. We are exporting some services with REST. Each one has to be manually coded. It would be nice to develop a solution to automatically export objects (entities), perhaps this would be relatively trivial using the new entity-auto service

Re: xml engine / handler

2010-02-01 Thread Zhang Shiqian
Ofbiz services can be exported as standard web services, you can use Flex to call the web services. We have developed some Flex components used in our ofbiz applications run in this model, and introduced as3corelib to deal with JSON format data. On Tue, Feb 2, 2010 at 12:42 AM, Christopher Snow

Re: xml engine / handler

2010-02-01 Thread Christopher Snow
Hi Zhang, Would you be happy to provide some documentation on how to do this? Many thanks, Chris Zhang Shiqian wrote: Ofbiz services can be exported as standard web services, you can use Flex to call the web services. We have developed some Flex components used in our ofbiz applications run

Re: xml engine / handler

2010-02-01 Thread Abdullah Shaikh
OK, you mean, ofbiz services are exposed and consumed by Flex, but that is soap over http right ? Where does the JSON format data comes into picture ? or how the services outputs JSON data ? or am I missing something ? - Abdullah On Tue, Feb 2, 2010 at 7:27 AM, Zhang Shiqian

Re: xml engine / handler

2010-02-01 Thread Zhang Shiqian
1. Apply the service-wsdl.patch to your OFBIZ copy. 2. Export your service by add export=true in your service definition file(services.xml), for example service name=getReverseAuctionPrice engine=java export=true location= 3. In the Flex mxml file, declare the web service ?xml

Re: xml engine / handler

2010-02-01 Thread Zhang Shiqian
In your service you can return any format data, because json is simple and small, so i adopted it. You can user json-lib http://www.json.org/java/ to format your java object. On Tue, Feb 2, 2010 at 3:47 PM, Zhang Shiqian shiqian.zh...@wizitsoft.comwrote: 1. Apply the service-wsdl.patch to your

Re: Xml file Tag Definitions

2010-01-04 Thread Brajesh Patel
Hi Kranthi, For this you can find xsd file you will get information for all the tags 1) controller.xml: site-conf.xsd 2) ofbiz-component.xml: ofbiz-component.xsd 3) commonscreens.xml: widget-screen.xsd

Re: XML ?

2008-08-01 Thread Ashish Vijaywargiya
The more important thing for a developer is that OFBiz provide flexibility to write down code either in Java Or Mini Lang. In my opinion Simple Method is very easy if you have a good command on XSD's. So if you don't know about XSD's then again its not a big deal. Here is the document on XSD's

Re: XML ?

2008-07-31 Thread Pranay Pandey
My opinion for this is : when you start work in a new language it seems difficult, but once you get into it It becomes easy. Its really a good language which needs less efforts to learn. It really helps a new developers to understand it when they start work in OFBiz. I completely agree to

Re: XML Exporting View-entities

2008-04-23 Thread David E Jones
It is certainly possible, but I'm guessing not on that screen. You didn't mention which screen you were using but I'm guessing it's the export all screen. You can explicitly select a view entity on the normal export screen. -David On Apr 22, 2008, at 1:49 PM, Bruno Busco wrote: Hi, I

Re: XML Exporting View-entities

2008-04-23 Thread Bruno Busco
I have tested it again on yesterday SVN trunk again as follows: 1) Go to https://localhost:8443/webtools/control/xmldsdump 2) Select AcctgTransEntryProdSums (this is a view-entity) 3) Enter a sting in Output directory field 4) Press Export button I get the result message: [1] [vvv]

Re: XML Exporting View-entities

2008-04-23 Thread BJ Freeman
if you go to https://localhost:8443/webtools/control/entitymaint and do a find on AcctgTransEntryProdSums do you see any data? Bruno Busco sent the following on 4/23/2008 5:12 AM: I have tested it again on yesterday SVN trunk again as follows: 1) Go to

Re: XML Exporting View-entities

2008-04-23 Thread Bruno Busco
No, there is no records for this entity view, i selected this view-item because it is the first in the list. I did the same test with entity AgreementItemAndProductAppl that contains one record and I get the same message: [1] [vvv] AgreementItemAndProductAppl skipping view entity (and empty

Re: XML Exporting View-entities

2008-04-23 Thread BJ Freeman
here is why ModelEntity me = delegator.getModelEntity(curEntityName); if (me instanceof ModelViewEntity) { results.add([+fileNumber +] [vvv] + curEntityName + skipping view entity); continue; Bruno Busco sent

Re: XML Exporting View-entities

2008-04-23 Thread Bruno Busco
So it seems to be by design...but it could definetely be usefull to export view-entities. Should I file a bug or a New feature issue ? ;-) -Bruno 2008/4/23 BJ Freeman [EMAIL PROTECTED]: here is why ModelEntity me = delegator.getModelEntity(curEntityName); if (me

Re: XML Exporting View-entities

2008-04-23 Thread BJ Freeman
it is not a bug if you read the code is has todo with some databased don't work. Bruno Busco sent the following on 4/23/2008 12:33 PM: So it seems to be by design...but it could definetely be usefull to export view-entities. Should I file a bug or a New feature issue ? ;-) -Bruno

Re: XML Exporting View-entities

2008-04-23 Thread BJ Freeman
You can how ever comment it out if you DB will support the feature. be sure to do some testing on a test db before you try it on a live on. BJ Freeman sent the following on 4/23/2008 12:45 PM: it is not a bug if you read the code is has todo with some databased don't work. Bruno Busco sent

Re: XML Exporting View-entities

2008-04-23 Thread jonesde
Huh? What does this have to do with the database? Chances are there is just some code somewhere that looks for view-entities and decided not to export them (which is the default on the export all page, but shouldn't be enforced on the explicit entity select import page). -David On Wed, 23

Re: XML Exporting View-entities [RESOLVED]

2008-04-23 Thread Jacques Le Roux
Yes, and BJ rightly pointed out the code snippet precedently. It's in WebToolsServices.entityExportAll ModelEntity me = delegator.getModelEntity(curEntityName); if (me instanceof ModelViewEntity) { results.add([+fileNumber +] [vvv] +

Re: XML Exporting View-entities

2008-04-23 Thread Jacopo Cappellato
Bruno, this would be a nice feature but before we can really export all the view entities we have to resolve the error that is happening is some of them when you try to view the data from the Webtools. The error is happening when in a view entity containing aggregated fields (group by or

Re: XML

2007-12-25 Thread Raj Saini
Eclipse has XML editor but it is not part of base Eclipse pack. There are various installable packs available on Eclipse site, WTP is one of them. You can install the WTP features on top of your existing Eclipse or download the WTP all in one pack. Raj Brendan Vogt wrote: Hi, What do

Re: XML

2007-12-25 Thread vijay Si
I think these 2 are used. 1) XML Buddy 2) Oxygen xml editor On Dec 25, 2007 8:01 PM, Brendan Vogt [EMAIL PROTECTED] wrote: Hi, What do you use to view your XML in Eclipse? I am watching those OFBiz videos and the guy said we must look at something that is schema aware? It must be free

Re: XML

2007-12-25 Thread Bilgin Ibryam
This may help: http://docs.ofbiz.org/display/OFBIZ/Plugins Bilgin

RE: XML

2007-12-25 Thread Brendan Vogt
PM To: user@ofbiz.apache.org Subject: Re: XML Eclipse has XML editor but it is not part of base Eclipse pack. There are various installable packs available on Eclipse site, WTP is one of them. You can install the WTP features on top of your existing Eclipse or download the WTP all in one pack

RE: XML

2007-12-25 Thread Brendan Vogt
Are you sure this link works? Or is the site just down? -Original Message- From: Bilgin Ibryam [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 25, 2007 4:40 PM To: user@ofbiz.apache.org Subject: Re: XML This may help: http://docs.ofbiz.org/display/OFBIZ/Plugins Bilgin

RE: XML

2007-12-25 Thread Brendan Vogt
OFBiz docs seems to be down from South Africa. -Original Message- From: Bilgin Ibryam [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 25, 2007 4:40 PM To: user@ofbiz.apache.org Subject: Re: XML This may help: http://docs.ofbiz.org/display/OFBIZ/Plugins Bilgin

Re: XML

2007-12-25 Thread BJ Freeman
[mailto:[EMAIL PROTECTED] Sent: Tuesday, December 25, 2007 4:40 PM To: user@ofbiz.apache.org Subject: Re: XML This may help: http://docs.ofbiz.org/display/OFBIZ/Plugins Bilgin

RE: XML

2007-12-25 Thread Brendan Vogt
No it works on my side as well. It didn't work for about 5 minutes. Not to worry. Thanks for getting back. -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 25, 2007 9:04 PM To: user@ofbiz.apache.org Subject: Re: XML link works try a tracert

Re: XML

2007-12-25 Thread BJ Freeman
. Thanks for getting back. -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 25, 2007 9:04 PM To: user@ofbiz.apache.org Subject: Re: XML link works try a tracert it will tell you where it is blocked. Yes SA has been blocked by ISP's in the USA

Re: XML Export fails on AgreementItem

2007-11-04 Thread David E Jones
Okay, that is fixed in SVN rev 591834. -David On Nov 4, 2007, at 12:46 PM, Scott Gray wrote: A jira issue (https://issues.apache.org/jira/browse/OFBIZ-1378) has already been created, I'll commit the patch tonight if nobody looks at it beforehand. Regards Scott On 05/11/2007, Kenneth

Re: XML Export fails on AgreementItem

2007-11-04 Thread Kenneth Porter
--On Sunday, November 04, 2007 1:52 PM -0700 David E Jones [EMAIL PROTECTED] wrote: Okay, that is fixed in SVN rev 591834. I svn up'd and still get the error on export. Do I need to redo the demo install? Is the problem already in the DB and needs to be cleaned out?

Re: XML Export fails on AgreementItem

2007-11-04 Thread Scott Gray
You just need to run ant at the command line to rebuild the java files Regards Scott On 05/11/2007, Kenneth Porter [EMAIL PROTECTED] wrote: --On Sunday, November 04, 2007 1:52 PM -0700 David E Jones [EMAIL PROTECTED] wrote: Okay, that is fixed in SVN rev 591834. I svn up'd and still get

Re: XML Data export using pre-configured sets

2007-07-13 Thread Dave Tenerowicz
Rodrigo- Thanks for the response. I find that there are indeed 2 rows in PROD_PRCAT_PROMO with an ID of 10020. What I do not understand is why OFBiz allowed this in the first place. If this violates a foreign key constraint on import, why do I not see errors in the operating instance from

Re: XML Data export using pre-configured sets

2007-07-13 Thread Dave Tenerowicz
Thanks David. That clarifies things. As far as PROD_PRCAT_PROMO - I just cut and pasted from Rodrigo's response, assuming everyone would understand . The actual table was ProductPromoCategory. There were multiple rows with id of 10020, although they did have different productPromoCondSeqID 's

Re: XML Data export using pre-configured sets

2007-07-13 Thread Rodrigo Souza
Well, Rodrigo Souza wrote: Error: caused a violation of foreign key constraint 'PROD_PRCAT_PROMO' for key (10020) See 10020 duplicated key in table, or, remove the constraint. I don't speak 'PROD_PRCAT_PROMO' table. 2007/7/13, Dave Tenerowicz [EMAIL PROTECTED]: Thanks David. That

Re: XML Data export using pre-configured sets

2007-07-12 Thread Rodrigo Souza
Error: caused a violation of foreign key constraint 'PROD_PRCAT_PROMO' for key (10020) See 10020 duplicated key in table, or, remove the constraint. 2007/7/12, Dave Tenerowicz [EMAIL PROTECTED]: I've used the (OFBiz) pre-configured sets for an xml export of product data, and am getting

Re: XML Data Import error

2007-03-21 Thread Walter Vaughan
Al Byers wrote: Tej, I found this link, http://lists.ofbiz.org/pipermail/users/2005-August/008669.html, by going to advanced google search and searching on ofbiz and Invalid UTF-8 Encoding. Or install xmllint. It's in the freeBSD ports collection, so it should be available anywhere. I

Re: XML Data Import error

2007-03-20 Thread Al Byers
Tej, I found this link, http://lists.ofbiz.org/pipermail/users/2005-August/008669.html, by going to advanced google search and searching on ofbiz and Invalid UTF-8 Encoding. HTH -Al On 3/20/07, tej minhas [EMAIL PROTECTED] wrote: During importing of a fairly large XML file I get the

Re: Xml parsing from string

2007-02-06 Thread Andrew Sykes
FlexibleLocation perhaps? That's just a guess and from memory though ;-) - Andrew On Tue, 2007-02-06 at 07:40 -0800, Chris Howe wrote: In the Google Checkout integration, I'm needing to parse the following xml string... ?xml version=1.0 encoding=UTF-8?checkout-redirect