Re: Controller Entry related to include other application controller.

2008-03-24 Thread Jacques Le Roux
Hi Bruno, Seems that we are on the same page today :D Jacques From: "Bruno Busco" <[EMAIL PROTECTED]> Hi, about UiLabels redundancy please read this jira issue: https://issues.apache.org/jira/browse/OFBIZ-1698 Here i have attached a python script that could completely remove UiLabels redundan

Re: Controller Entry related to include other application controller.

2008-03-24 Thread Jacques Le Roux
Hi All, In this respect Bruno Busco has suggested an order for UiLabels.xml files in https://issues.apache.org/jira/browse/OFBIZ-1698?focusedCommentId=12581154#action_12581154 What do you think ? Jacques PS : I have already posted this on dev ML but got no answers so far From: "David E Jo

Re: Controller Entry related to include other application controller.

2008-03-24 Thread Bruno Busco
Hi, about UiLabels redundancy please read this jira issue: https://issues.apache.org/jira/browse/OFBIZ-1698 Here i have attached a python script that could completely remove UiLabels redundancy. We are in the phase of having an agreement about the files hierarchy order. This will affect where a re

Re: "Data too long for column" in mysql

2008-03-24 Thread Pranay Pandey
Hello Al, Yes I also agree to that we are not having the class HeapByteBuffer in java.nio package in Java APIs. I have also gone through ServiceEventHandler and found that we are just wrapping up the byte array into a ByteBuffer. When i applied a search for HeapByteBuffer in *.* got one result whi

Re: Controller Entry related to include other application controller.

2008-03-24 Thread Rishi Solanki
Hello All, As per my understanding, I wish to add some reasonable points in this discussion of uiLables. Here when we start our application (after starting the server) then all the uiLables are loaded once, in turn, there will be no searching time increases when server search for uiLables values (

Re: How to use event to send session parameter

2008-03-24 Thread Mridul Pathak
Nattanicha, You have just added the session object as an IN parameter in your service. You will also need to pass the session object to the service. I mean to say that wherever you are preparing the input map for this service/request, may be from some form or some other event, you will get t

Re: Controller Entry related to include other application controller.

2008-03-24 Thread David E Jones
For the including controller.xml files I'd say that applies, it is worse than the minimal redundancy resulting from copying a few request and view defs. For *UiLabel.* files I'd say it does not apply. Those are meant to be a big set of labels, and with those not including would result in

Re: Controller Entry related to include other application controller.

2008-03-24 Thread Sumit Pandit
Hello all, This is really a great explanation given by David. Continuing to this I would like to ask similar question to the community, Let the assume the situation where I am working in a component (say order) and if I want UiLabel entry(one or more ?) from some different component (say party)

Re: [SequenceUtil.java:242:WARN ] [SequenceUtil.SequenceBank.fillBank] Collision found for seqName [Visitor]

2008-03-24 Thread David E Jones
Which version of ofbiz are you using? This has been improved in the last few months. -David On Mon, 24 Mar 2008 10:56:36 -0700 (PDT) vlenoir <[EMAIL PROTECTED]> wrote: > > Hi, > I have two ofbiz servers with a common database. > > I read this kind of message in logs files : > SequenceUtil.j

Re: POS - Epson TM-T88III installation Where are the JARs?

2008-03-24 Thread Jacques Le Roux
Branden, I'm pretty sure you can run your TM 88IV with 1.8 too. There is no essential stuffes in following versions (except if you need very specific hardwares, check the differences) Jacques From: "Branden Strickland" <[EMAIL PROTECTED]> AHAH!!! (excited find) in the document describing ch

Re: "Data too long for column" in mysql

2008-03-24 Thread Al Byers
Thanks Pranay, This was helpful, but I am chasing my tail trying to find out where java.nio.HeapByteBuffer is loaded. That is what is returned in ServiceEventHandler at line 217. I find that HeapBuffer.allocate returns an object of HeapByteBuffer type, but can't find that in Java APIs for ver. 1.4

[SequenceUtil.java:242:WARN ] [SequenceUtil.SequenceBank.fillBank] Collision found for seqName [Visitor]

2008-03-24 Thread vlenoir
Hi, I have two ofbiz servers with a common database. I read this kind of message in logs files : SequenceUtil.java:242:WARN ] [SequenceUtil.SequenceBank.fillBank] Collision found for seqName [Visitor]. SequenceUtil.java:257:INFO ] Got bank of sequenced IDs for [Visitor]; curSeqId=155868, maxSeqI

Re: POS - Epson TM-T88III installation Where are the JARs?

2008-03-24 Thread Branden Strickland
AHAH!!! (excited find) in the document describing changes in 1.9 (*EPSON JavaPOS ADK Application Conversion Guide (Changes to Version 1.9L/W)* It states "2.1.3 File configuration The configuration of the files that comprise EPSON JavaPOS ADK has changed. The file configuration of the previous ver

Re: POS - Epson TM-T88III installation Where are the JARs?

2008-03-24 Thread Branden Strickland
Apologies for the bad grammar in the last message. It was a late night for me. I found this http://www.mail-archive.com/user@ofbiz.apache.org/msg01641.html and this http://mail-archives.apache.org/mod_mbox/ofbiz-dev/200705.mbox/[EMAIL PROTECTED] Which seem to be the same thread, but with Jacques

Re: Can't Approve Orders with service products

2008-03-24 Thread Enrique Ruibal
Thanks Mridul, If this is the case, then: 1) How do you get ofbiz to issue an invoice for service products or digital goods sold/ordered from a customer? 2) Why is there a button to 'approve' this type of order, only to issue an error message afterwards? 3) How does ofbiz handle proof of deliv

Re: How to use event to send session parameter

2008-03-24 Thread Nattanicha Rittammanart
Dear Miridul, I use Service engine and I tried follows your suggestion. But I got problem like this: 2008-03-24 20:03:16,468 (http-0.0.0.0-8080-Processor3) [ AssetServices.java:37 :INFO ] session : null but in log file I can see: 2008-03-24 20:03:16,437 (http-0.0.0.0-8080-Processor3)