RE: Problem with description field

2017-05-12 Thread Skip
To: user@ofbiz.apache.org Subject: Re: Problem with description field Hi Skip, I don't if you have tried this but I have a suggestion. Why don't you put a debug point in org.ofbiz.entity.jdbc.SQLProcessor class at executeUpdate() method(as per my version of Ofbiz 12). At the line return

Re: Problem with description field

2017-05-12 Thread Taher Alkhateeb
t;numeric" > descriptionThis is the aisle number the product was actually installed > in.description > field > field name="vendQty" type="fixed-point" > descriptionThis is the quantity dispensed with each transaction and is > the pack quant

Re: Problem with description field

2017-05-12 Thread Arun Sankar
in postgres. Regards, Arun Sankar From: Skip <s...@thedevers.org> Sent: Friday, May 12, 2017 12:55:01 AM To: user@ofbiz.apache.org Subject: RE: Problem with description field Hi again Taher I wanted to add one more interesting observation. As a test, I

RE: Problem with description field

2017-05-11 Thread Skip
quantity. It is not the Product.packageQtydescription field prim-key field="packageId" relation type="one" title="VMPackProduct" rel-entity-name="Product" key-map field-name="productId" relation entity -Original Message- From: T

RE: Problem with description field

2017-05-11 Thread Skip
o Webtools immediatly following the database write, the description field (and the description field alone) is blank. A strange problem. Thanks again. Skip -Original Message- From: Taher Alkhateeb [mailto:slidingfilame...@gmail.com] Sent: Thursday, May 11, 2017 3:05 AM To: user@ofbiz.apache.org Subject:

Re: Problem with description field

2017-05-11 Thread Taher Alkhateeb
s testing this and I > can pick a product where a single inventoryItem exists that can fullfil the > request and the results are the same. > > Thanks again for thinking about this very strange issue. > > Skip > > > > -Original Message----- > From: Jeremy Olmstead [mailto:

RE: Problem with description field

2017-05-10 Thread Skip
age- From: Jeremy Olmstead [mailto:jolmste...@gmail.com] Sent: Wednesday, May 10, 2017 11:00 AM To: user@ofbiz.apache.org Subject: Re: Problem with description field This is a long shot but, in your statement below, description is spelled incorrectly... Looking at the table with pgAdmin (I am u

RE: Problem with description field

2017-05-10 Thread Skip
Arun Thanks for the response. I am using postgres 9.1 for development and 9.2 in production. Once again, none of the other entities that use a description field have this problem. Only this single one. pgAdmin reports the description field for ReturnItem as character varying(255). It reports

RE: Problem with description field

2017-05-10 Thread Skip
@ofbiz.apache.org Subject: Re: Problem with description field Hi Skip, Try it with Derby instead of Postgres. Postgres handles large text differently from other databases, arguably better. Maybe OFBiz isn't doing the right thing for Postgres. What's the Postgres data type for the description columns

Re: Problem with description field

2017-05-10 Thread Jeremy Olmstead
a problem with a field named "description". The problem is that > when > I write to this field, it never ends up in the database. > > The entity definition looks like this: > > ... > field name="description" type="description" >

Re: Problem with description field

2017-05-10 Thread Arun Sankar
:17 AM To: user@ofbiz.apache.org Subject: Re: Problem with description field Hi Skip, Try it with Derby instead of Postgres. Postgres handles large text differently from other databases, arguably better. Maybe OFBiz isn't doing the right thing for Postgres. What's the Postgres data type for the descr

Re: Problem with description field

2017-05-09 Thread Paul Foxworthy
<s...@thedevers.org> wrote: > I have a problem with a field named "description". The problem is that > when > I write to this field, it never ends up in the database. > > The entity definition looks like this: > > ... > field name="descrip

Problem with description field

2017-05-09 Thread Skip
I have a problem with a field named "description". The problem is that when I write to this field, it never ends up in the database. The entity definition looks like this: