RE: Scheduled service is hot or miss

2009-06-24 Thread Sanders, Brian
app server picked up the scheduled service and ran it? That sounds like the normal behavior to me... -David On Jun 24, 2009, at 9:07 AM, Sanders, Brian wrote: > Ok, last response on this...I figured out what the issue was when I > was > debugging the job poller. Even though I set a

RE: Scheduled service is hot or miss

2009-06-24 Thread Sanders, Brian
help someone else should they encounter the same type of unusual behavior. -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Tuesday, June 23, 2009 1:30 PM To: user@ofbiz.apache.org Subject: RE: Scheduled service is hot or miss I think I figured it out

RE: Scheduled service is hot or miss

2009-06-23 Thread Sanders, Brian
of this thread. -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Monday, June 22, 2009 12:28 PM To: user@ofbiz.apache.org Subject: RE: Scheduled service is hot or miss There was just 1 instance in which I did set a breakpoint and the job did not fire. Something e

RE: Scheduled service is hot or miss

2009-06-22 Thread Sanders, Brian
ire a task even though it thinks it did? -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Friday, June 19, 2009 12:45 PM To: user@ofbiz.apache.org Subject: RE: Scheduled service is hot or miss I forgot to mention that when I put a breakpoint in sendPrintFromS

RE: Scheduled service is hot or miss

2009-06-19 Thread Sanders, Brian
I forgot to mention that when I put a breakpoint in sendPrintFromScreen, it works, so I think that's out of the question. -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Friday, June 19, 2009 11:58 AM To: user@ofbiz.apache.org Subject: Scheduled servi

Scheduled service is hot or miss

2009-06-19 Thread Sanders, Brian
Hello, I am using the 4.0 branch of OFBiz. I created 2 services: printPackSlip and massPrintPackSlips. massPrintPackSlips is a copy of massPrintOrders, but as the name suggests, it prints packslips instead by accepting a list of shipment id's. I created printPackSlip because it actually selects th

RE: New bulk printing features

2009-06-11 Thread Sanders, Brian
I know for a fact it worked with a Xerox Phaser 8400DP and the PDFCreator printer (which isn't a physical printer). It doesn't hurt to give the driver a shot. -Original Message- From: Ajey.bitin [mailto:ajey.ku...@palindromesoftware.com] Sent: Wednesday, June 10, 2009 4:52 PM To: user@ofb

RE: New bulk printing features

2009-06-10 Thread Sanders, Brian
Try this link: http://tinyurl.com/lvvj5n You should see "HP postscript (PS) emulation driver". If it doesn't work, then google "HP LaserJet 1018 postscript" and click the first link. -Original Message- From: Ajey.bitin [mailto:ajey.ku...@palindromesoftware.com] Sent: Wednesday, June 10,

RE: New bulk printing features

2009-06-10 Thread Sanders, Brian
Did you install the postscript driver for your printer? I just so happened to need this feature in 4.0 and it was only locating printers that had postscript printing capability, -Original Message- From: Ajey.bitin [mailto:ajey.ku...@palindromesoftware.com] Sent: Saturday, June 06, 2009 2:

RE: Jira servers

2009-06-08 Thread Sanders, Brian
In case you didn't check, both hostnames resolve to the same IP. -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: Saturday, June 06, 2009 11:09 AM To: user@ofbiz.apache.org Subject: Re: Jira servers Ok was able to logon. still wonder why the duplication. BJ Freeman

RE: entity-condition question

2009-06-01 Thread Sanders, Brian
Your condition looks like: (firstName like "${parameters.name}%" || middleName like "${parameters.name}%" || lastName like "${parameters.name}%") && socialSecurityNumber equals parameters.socialSecurityNumber) You are ANDing the name conditions with the SSN condition when you should be ORing. So,

RE: Physical Inventory Review

2009-05-15 Thread Sanders, Brian
the variances as a batch -Original Message- From: David E Jones [mailto:david.jo...@hotwaxmedia.com] Sent: Thursday, May 14, 2009 3:55 PM To: user@ofbiz.apache.org Subject: Re: Physical Inventory Review Most of it, yes. -David On May 14, 2009, at 9:15 AM, Sanders, Brian wrote: >

Physical Inventory Review

2009-05-14 Thread Sanders, Brian
Every year, we have to do a "Physical Inventory" where everything is counted and the inventory is corrected. Here's a run-down of how our process works: 1. Freeze the inventory 2. Produce the "Physical Review" which basically a list of all the items to be counted 3. Produce count sh

RE: how to change the path of xsi:noNamespaceSchemaLocation

2009-05-13 Thread Sanders, Brian
See: http://docs.ofbiz.org/download/attachments/1218/eclipse_xml_catalog_howt o.pdf Here are the catalogs to make things even easier: /framework/base/dtd/base-catalog.xml /framework/entity/dtd/entity-catalog.xml /framework/minilang/dtd/minilang-catalog.xml /framework/service/dtd/service-catalog.xm

RE: Refunding adjustments only

2009-04-26 Thread Sanders, Brian
Refunding adjustments only Hi Brian, Do you finally have a solution for this ? Jacques From: "Sanders, Brian" > Part of an approach I considered to handle this situation would create a > dummy order adjustment so that I can link the manual return adjustment > to the original order.

RE: MS SQL > WARNING: Column [ACCTG_TRANS_ID] of table [dbo.ACCTG_TRANS] of entity [AcctgTrans] IS NOT a primary key ...

2009-04-26 Thread Sanders, Brian
time... -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Sunday, April 26, 2009 3:03 AM To: user@ofbiz.apache.org Subject: RE: MS SQL > WARNING: Column [ACCTG_TRANS_ID] of table [dbo.ACCTG_TRANS] of entity [AcctgTrans] IS NOT a primary key ... I noticed

RE: MS SQL > WARNING: Column [ACCTG_TRANS_ID] of table [dbo.ACCTG_TRANS] of entity [AcctgTrans] IS NOT a primary key ...

2009-04-26 Thread Sanders, Brian
I noticed the same thing. The driver calls sp_pkeys twice (I assume because the first result is empty), but gets nothing. Here's the first call: exec sp_pkeys @table_qualifier = null, @table_owner = 'dbo', @table_name = null And here's the second: exec sp_pkeys @table_qualifier = null, @table_o

RE: SQL Server JDBC driver

2009-04-24 Thread Sanders, Brian
tStore for determining the payment processor Aim. Sanders, Brian sent the following on 4/24/2009 12:49 PM: > I meant in regards to OFBiz. I went ahead and used the official driver, > installed the XA and now we have a new issue. We wrote some custom code > which takes XML order data to create an

RE: SQL Server JDBC driver

2009-04-24 Thread Sanders, Brian
23, 2009 4:23 PM To: user@ofbiz.apache.org Subject: Re: SQL Server JDBC driver that is best ask at the forum for the particular SQL server your are going to use. Sanders, Brian sent the following on 4/21/2009 9:32 AM: >> I just wanted to get some feedback as to which JDBC driver anyone wou

RE: SQL Server JDBC driver

2009-04-21 Thread Sanders, Brian
Oops. Is it possible to edit my initial message so that contact info doesn't leak to the inernet?

SQL Server JDBC driver

2009-04-21 Thread Sanders, Brian
I just wanted to get some feedback as to which JDBC driver anyone would recommend to use for SQL Server. Brian Sanders Application Support Analyst Connextions, Inc. 3600 eCommerce Place Orlando, FL 32808 main: 407.926.2400 cell:407.765.9817 bsand...@connextions.com www.con

RE: Refunding adjustments only

2009-04-17 Thread Sanders, Brian
Jira issue I opened. Thanks and have a good weekend. -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Wednesday, April 15, 2009 1:34 PM To: user@ofbiz.apache.org Subject: RE: Refunding adjustments only Well, it turns out it's not fixed in the latest

RE: Using null as a search condition

2009-04-17 Thread Sanders, Brian
Nevermind. I'm just not getting results for some other reason. -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Friday, April 17, 2009 4:16 PM To: user@ofbiz.apache.org Subject: Using null as a search condition I need to find an entity where a colu

Using null as a search condition

2009-04-17 Thread Sanders, Brian
I need to find an entity where a column is null. How would I do this?

RE: Refunding adjustments only

2009-04-15 Thread Sanders, Brian
Well, it turns out it's not fixed in the latest. While it does make it further into the code, it gets skipped over because of line 894: while (itemByOrderIt.hasNext()) { -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Wednesday, April 15, 2009 8:40

RE: Refunding adjustments only

2009-04-15 Thread Sanders, Brian
rowse/ofbiz/trunk/applications/order/src/ org/ofbiz/order/order/OrderReturnServices.java?r=763175 Could you clarify please ? Jacques From: "Sanders, Brian" > It's in the head revision as well on line 801. > > -Original Message- > From: Sanders, Brian [mailto:b

RE: Refunding adjustments only

2009-04-14 Thread Sanders, Brian
It's in the head revision as well on line 801. -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Tuesday, April 14, 2009 12:32 PM To: user@ofbiz.apache.org Subject: RE: Refunding adjustments only When the project was imported into our repo, the rev

RE: Refunding adjustments only

2009-04-14 Thread Sanders, Brian
find any TODO in OrderReturnServices.processRefundReturn() Are you sure its plain OFBiz code ? If yes, which Release.revision are you using ? Jacques From: "Sanders, Brian" If you look at processRefundReturn, you will notice that none of the code runs unless there is at least 1 line it

Refunding adjustments only

2009-04-14 Thread Sanders, Brian
If you look at processRefundReturn, you will notice that none of the code runs unless there is at least 1 line item. If you are refunding only, say, freight charges, the refund will not actually occur. There is a TODO labeled "add adjustment total" which sounds like the developers are aware of the

Need to intercept inventory adjustment for return

2009-04-08 Thread Sanders, Brian
I have created an Item Status of "Scrapped" for a return item. When it is selected, the customer will be issued a refund and the item will be adjusted back into inventory. I was wondering if anyone can point to where I could intercept the adjustment so that it does not occur. I'm looking in the log

RE: Automatic DB Update

2009-04-02 Thread Sanders, Brian
ly, I don't have the time to look into incorporating it ATM, but maybe someone else would be able to. -Original Message----- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Friday, March 27, 2009 9:07 AM To: user@ofbiz.apache.org Subject: RE: Automatic DB Update If you loo

RE: Default Product Price

2009-04-01 Thread Sanders, Brian
I figured it out: calculateProductPrice service -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Wednesday, April 01, 2009 1:10 PM To: user@ofbiz.apache.org Subject: Default Product Price How would I go about getting the current default purchase price for

Default Product Price

2009-04-01 Thread Sanders, Brian
How would I go about getting the current default purchase price for a product? The biggest issue I'm having is filtering on the date. What I have so far is: product.getRelatedByAnd("ProductPrice",UtilMisc.toMap("productPriceTypeI d","DEFAULT_PRICE","productPricePurposeId","PURCHASE")); I know

RE: Automatic DB Update

2009-03-27 Thread Sanders, Brian
x27;m using a MySql db if that makes any difference. Thanks. -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Thursday, March 26, 2009 9:18 AM To: user@ofbiz.apache.org Subject: RE: Automatic DB Update What I'm doing is adding a column/field to

RE: Automatic DB Update

2009-03-26 Thread Sanders, Brian
this is setup in the entityengine.xml > to do this. > add-missing-on-start="true" > > Sanders, Brian sent the following on 3/25/2009 6:30 AM: >> >From what I've been reading, OFBiz is supposed to automatically update >> your database if you modify an enti

Automatic DB Update

2009-03-25 Thread Sanders, Brian
>From what I've been reading, OFBiz is supposed to automatically update your database if you modify an entity. For some reason, I cannot get mine to update. I've tried using the Update Tool to no avail. Can anyone tell me why I'm having issues? Thanks.

RE: Exchanges

2009-03-24 Thread Sanders, Brian
it do if the new product costs more or less than the old? -David On Mar 24, 2009, at 11:51 AM, Sanders, Brian wrote: > So, here's the idea I want to try out: > 1. I made an "Exchange" ReturnType > 2. I made an "Exchange" OrderType > 3. I added a "refe

RE: Exchanges

2009-03-24 Thread Sanders, Brian
, but with a little playing it could easily be used way... it's just more complicated since an exchange for a different item usually results in a credit to, or balance due from, the customer. -David On Mar 19, 2009, at 9:29 AM, Sanders, Brian wrote: > I haven't fully looked into it

RE: Ant VS MVN in offbiz

2009-03-24 Thread Sanders, Brian
I like Maven and I have to disagree with the person who said "Maven is less flexible than Ant". I'm not saying it's more/as flexible, but in my experience with it, the plugins are designed to act a certain way if they are not configured. This is intended to provide behavior that might work for 90%

Exchanges

2009-03-19 Thread Sanders, Brian
I haven't fully looked into it yet myself, but I'm told that OFBiz does not have exchange functionality. However, my understanding is that you can do replacements. I will look into it in the meantime, but if OFBiz does support exchanges, can someone point me in the right direction (docs, ML, etc...

RE: keepAlive

2009-03-10 Thread Sanders, Brian
graded you may have to do a ant clean-all and purge your db if not the built in one. then ant run-install Sanders, Brian sent the following on 3/10/2009 11:12 AM: > I'm not sure what trunk revision of OFBiz I'm on, but it seems that > OFBiz and the XSD file (http://www.ofbiz.o

RE: keepAlive

2009-03-10 Thread Sanders, Brian
e XSD says that the attribute should be named value-field. Is this because the XSD is for another version, or because something is wrong? -Original Message----- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Tuesday, March 10, 2009 1:53 PM To: user@ofbiz.apache.org Subject: RE: ke

RE: keepAlive

2009-03-10 Thread Sanders, Brian
I think I found some leads. The log file indicates that some of the elements are wrong (ie. Error message: cvc-complex-type.3.2.2: Attribute 'value-field' is not allowed to appear in element 'make-value'.) However, that's not what the XSD says. -Original Message-

keepAlive

2009-03-10 Thread Sanders, Brian
I'm trying to implement the keepAlive workaround per http://docs.ofbiz.org/pages/viewpage.action?pageId=1021 When I try to run the service, it says: Column 'GEO_TYPE_ID' cannot be null Not sure what I'm doing wrong or how I could go abou

RE: *.fo.ftl

2009-03-05 Thread Sanders, Brian
design is a better approach than code generation for poorly designed tools). -David On Mar 5, 2009, at 11:00 AM, Sanders, Brian wrote: > Tis a commercial product. So, were these files hand coded then? > > -Original Message- > From: Jacques Le Roux [mailto:jacques.le.r...@les7

RE: *.fo.ftl

2009-03-05 Thread Sanders, Brian
Roux" > AFAIK, there are no free editors but some commercials (Google for <>) > > Jacques > > From: "Sanders, Brian" > Were these files coded by hand, or was some sort of a WYSIWYG editor > used? I need to modify the pack slip and it's a bit of a h

*.fo.ftl

2009-03-05 Thread Sanders, Brian
Were these files coded by hand, or was some sort of a WYSIWYG editor used? I need to modify the pack slip and it's a bit of a headache. Does anyone know of a decent, free editor/designer I might be able to use? Thanks.

RE: Obtain IP address from Contexts

2009-03-02 Thread Sanders, Brian
> > If the service is used in a widget screen context you should be able to get > one. http://docs.ofbiz.org/x/axE > From a job poller I guess not > > Jacques > > From: "Sanders, Brian" > > When a service is called, is it possible to obtain t

RE: Using Ajax in Ofbiz

2009-02-27 Thread Sanders, Brian
I use a SOAP client based on jQuery. I can't really say how good/bad it is, but I tried to use another client first which was a PITA and I never got it working. I then tried this and found it easy to use. You can get it from http://plugins.jquery.com/project/jqSOAPClient -Original Message--

Obtain IP address from Contexts

2009-02-27 Thread Sanders, Brian
When a service is called, is it possible to obtain the remote address from either the DispatchContext or the Context?

RE: Need client address in FTL

2009-02-20 Thread Sanders, Brian
llows: *${request.getRemoteAddr()}* - try this and update me whether it is working for you or not. On Fri, Feb 20, 2009 at 7:54 PM, Sanders, Brian wrote: > This may be more of a Freemarker question, but the only solution I found > did not work. Is it possible to obtain the client's ip addr

Need client address in FTL

2009-02-20 Thread Sanders, Brian
This may be more of a Freemarker question, but the only solution I found did not work. Is it possible to obtain the client's ip address in the FTL view template? I could probably add a variable to a class, but just seems like a dirty hack to me.

RE: Re-Populate form fields after failed validation

2009-02-18 Thread Sanders, Brian
the service does not remove any data from the maps, it should return. for scales try using the applications\product\src\ShipmentScaleApplet.java it is remarked out in the build. Sanders, Brian sent the following on 2/18/2009 10:27 AM: > Hello, > > I am searching the docs for the answer, bu

RE: %PDF-

2009-02-18 Thread Sanders, Brian
If you open a PDF file in a hex editor, you'll notice that the file begins with that character sequence. My guess is that your output does not constitute a valid PDF document. Brian Sanders Application Support Analyst -Original Message- From: Heidi Dehaes [mailto:info.ola...@gmail.com]

Re-Populate form fields after failed validation

2009-02-18 Thread Sanders, Brian
Hello, I am searching the docs for the answer, but have not found it yet. I am calling a service which needs to perform some validation. If the validation fails, certain text boxes lose their values when I am returned to the form. How could I go about re-populating the fields? Also, would anyone r

Service Interaction Question

2009-02-12 Thread Sanders, Brian
Is it possible to make it so that I can post data to a service without having to encapsulate the body in a SOAP envelope? I know that the .Net framework supports it, so it's obviously feasible. Thanks. Brian Sanders Application Support Analyst

RE: Phone number as an Order Contact Mechanism

2009-02-05 Thread Sanders, Brian
Order Contact Mechanism -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 trace the code through the controller Sanders, Brian sent the following on 2/4/2009 1:31 PM: > I guess what I'm asking is: How do I do it in the interface? > > Brian Sanders > Application Support Analyst >

RE: Phone number as an Order Contact Mechanism

2009-02-04 Thread Sanders, Brian
PM To: user@ofbiz.apache.org Subject: Re: Phone number as an Order Contact Mechanism It can be both. -David On Feb 4, 2009, at 2:14 PM, Sanders, Brian wrote: > By default, does OFBiz allow the adding of a phone number as an Order > Contact Mechanism? If I manually insert a record to lin

Phone number as an Order Contact Mechanism

2009-02-04 Thread Sanders, Brian
By default, does OFBiz allow the adding of a phone number as an Order Contact Mechanism? If I manually insert a record to link the order to a phone number, the "Find Order" screen renders it as I expected it to. Sure, I could go thru Party, but for reporting purposes, it just makes more sense to ha