Re: POSPrinter on USB port: JPosException when claiming printer

2009-09-09 Thread ceugster
As I read in the documentation, there is the possibility too to use the serial number of the printer. But I tried with the following jpos.xml too where - for usb - the device name i.e. TM-T88IV is to be set: But it does not work eighter. Have you or anybody an idea what thes port name error means

Re: Tracability

2009-09-09 Thread Jacopo Cappellato
There is already a lot in place: every inventory event is stored in the InventoryItem/InventoryItemDetail entities... there you will see purchase order receipts, manufacturing orders in/out movements, inventory adjustments, sales order shipments etc... Jacopo On Sep 8, 2009, at 4:18 PM, M

Re: Sales Forecast Process

2009-09-09 Thread Jacopo Cappellato
The MRP treats a sales forecast as a sales order; you can enter sales forecast from the SFA application. When you create a sales forecast: * enter the organizationPartyId (this should match the ownerPartyId set in the facility for which you will run the mrp) * enter the custom time period (its

Re: POSPrinter on USB port: JPosException when claiming printer

2009-09-09 Thread Jacques Le Roux
Should you not specify a PortName ? Like this for RS232 : From: "ceugster" Hi, I try to install the Epson POSPrinter TM-T88IV using a USB port. Driver installation is ok and I am able to do a test print from the printers Propertiespanel. I am working on a Windows xp SP3 box. JavaPOS is ins

Re: Where did this go?

2009-09-09 Thread Anne Jessel
Hi Ruth No problems. Just trying to stimulate other ways of thinking about things, in case there's a good reason for not changing anything, or for changing things in new and different ways. I personally was happy with the old way, and am just as happy with the new way. Not having a preference mak

POSPrinter on USB port: JPosException when claiming printer

2009-09-09 Thread ceugster
Hi, I try to install the Epson POSPrinter TM-T88IV using a USB port. Driver installation is ok and I am able to do a test print from the printers Propertiespanel. I am working on a Windows xp SP3 box. JavaPOS is installed (jcl v2.3, jpos1.12.2, Epson JavaPOS ADK_1.11.6.0 jpos.xml is set up, the

Re: About Static Methods in Ofbiz

2009-09-09 Thread David E Jones
On Sep 9, 2009, at 2:29 PM, James McGill wrote: On Wed, Sep 9, 2009 at 7:52 AM, Adrian Crum wrote: I don't know what you mean by all the Java methods are static. -Adrian With very few exceptions, all the service methods in all the applications, as far as I've seen, are static. I'm su

Re: About Static Methods in Ofbiz

2009-09-09 Thread James McGill
On Wed, Sep 9, 2009 at 7:52 AM, Adrian Crum wrote: > I don't know what you mean by all the Java methods are static. > -Adrian With very few exceptions, all the service methods in all the applications, as far as I've seen, are static. I'm sure there's a solid rationale for this approach, but I'd

Re: About Static Methods in Ofbiz

2009-09-09 Thread David E Jones
There is a little bit more to being thread-safe. The biggest danger comes when a static method refers to a static/class field because it may be used by multiple threads at the same time. This has happened a few times in the history of OFBiz, and hopefully there isn't anything like this in

Customized Internationalization

2009-09-09 Thread Florin Popa
Hello, Considering an Ofbiz instance running and offering 2 different /ecommerce sites, how is it possible to have customized I18N texts for each /eccomerce? I am currently using an Ofbiz 4.0.x version. Any help would be really appreciated. Best regards, Flopa

http status 500

2009-09-09 Thread truelyli
.Hello, I meet a question, type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: javax.servlet.ServletException: Servlet execution threw an exception org.apache.jaspe

Re: Multiple POs in ONE shipment and on ONE Invoice

2009-09-09 Thread masionas
Nevermind, I figured it out how to get to Order Items. Thanks masionas wrote: > > Hi Guys, > > I appreciate your replies. I seem can;t find Order Items Tab on shipment. > I created shipment here > https://demo.ofbiz.org/facility/control/createShipment > But the only buttons it shows on top is

Re: Multiple POs in ONE shipment and on ONE Invoice

2009-09-09 Thread masionas
Nevermind, I figured it out how to get to Order Items. Thanks masionas wrote: > > Hi Guys, > > I appreciate your replies. I seem can;t find Order Items Tab on shipment. > I created shipment here > https://demo.ofbiz.org/facility/control/createShipment > But the only buttons it shows on top is

Re: About Static Methods in Ofbiz

2009-09-09 Thread Adrian Crum
I don't know what you mean by all the Java methods are static. There are some static methods in utility classes, but that is standard practice in Java programming. The static methods are thread safe because there is no instance of the enclosing class. In other words, the utility class does not

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Jacques Le Roux
Yes indeed, looks like the solution we are looking for. Thanks Jacopo! Jacques From: "Jacopo Cappellato" This could be the solution: http://stackoverflow.com/questions/1137761/using-svnignore-to-ignore-everything-but-certain-files Jacopo On Sep 9, 2009, at 4:06 PM, Jacques Le Roux wrote:

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Jacopo Cappellato
This could be the solution: http://stackoverflow.com/questions/1137761/using-svnignore-to-ignore-everything-but-certain-files Jacopo On Sep 9, 2009, at 4:06 PM, Jacques Le Roux wrote: From: "Scott Gray" There are no values assigned to the property so it isn't actually doing anything. Ye

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Jacques Le Roux
From: "Scott Gray" There are no values assigned to the property so it isn't actually doing anything. Yes, so what you would want to do ? I don't like the idea of moving the README file Jacques Regards Scott On 10/09/2009, at 1:07 AM, Jacques Le Roux wrote: From: "Ashish Vijaywargiya" +

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Scott Gray
There are no values assigned to the property so it isn't actually doing anything. Regards Scott On 10/09/2009, at 1:07 AM, Jacques Le Roux wrote: From: "Ashish Vijaywargiya" +1 for adding svn:ignore on hot-deploy folder and moving readme.txt file somewhere else. I just had a look : hot

Re: Multiple POs in ONE shipment and on ONE Invoice

2009-09-09 Thread masionas
Hi Guys, I appreciate your replies. I seem can;t find Order Items Tab on shipment. I created shipment here https://demo.ofbiz.org/facility/control/createShipment But the only buttons it shows on top is "View" and "Edit" and "Generate Shipment Manifest Report" What I am missing? -- View this mes

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Jacques Le Roux
From: "Ashish Vijaywargiya" +1 for adding svn:ignore on hot-deploy folder and moving readme.txt file somewhere else. I just had a look : hot-deploy folder has already svn:ignore in its properties So I don't understand what change is really required, svn:ignore on the README file ? Jacques

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Abdullah Shaikh
Yes you are right .. but in my case its not a problem as we don't put any files into hot-deploy, but only the symbolic link, but here again symbolic link is also a file, but then we don't commit code to ofbiz svn but always customise it into our custom component. But for people who commits to ofbi

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Ashish Vijaywargiya
You have missed one important point. What would be the case if we have files in hot-deploy directory that is not associated with any version control system? Anyone can accidentally commit those files. -- Ashish On Wed, Sep 9, 2009 at 5:12 PM, Abdullah Shaikh < abdullah.sha...@viithiisys.com> wro

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Abdullah Shaikh
Just FYI, I dont know if this makes sense for this conversation. We have a separate svn path for ofbiz and custom component, what I do is create a symbolic link of my custom component into hot-deploy folder, this way there are no issues of a code being committed to ofbiz because ofbiz & custom comp

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Ashish Vijaywargiya
+1 for adding svn:ignore on hot-deploy folder and moving readme.txt file somewhere else. +ive vote for this change: 4 - Vikas, Scott, Jacques (Probably? ;o) ), Ashish. -ive vote for this change: 0 Althought I would wait for expert comment on this before we do it on trunk. -- Ashish On Wed, Sep

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Jacques Le Roux
From: "Vikas Mayur" Hi Scott, Thanks for the stating this clearly (I see now that I haven't proposed enough reason(s) to support my question) and yes I have the same feeling of committing custom code accidently. Most of the time I also have a tar file of the custom component under hot-d

About Static Methods in Ofbiz

2009-09-09 Thread Hemanth Kumar Kanamarlapudi
Hi Users, Can any one tell me the architectural reason why all the java methods are static and how these will be thread safe Also any implications or the things we need to handle when we are using some third party java objects with out static methods from ofbiz static methods. If any document a

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Vikas Mayur
Hi Scott, Thanks for the stating this clearly (I see now that I haven't proposed enough reason(s) to support my question) and yes I have the same feeling of committing custom code accidently. Most of the time I also have a tar file of the custom component under hot-deploy directory, as in

Re: Error while doing quick check out in Ecommerce application

2009-09-09 Thread Scott Gray
By the way if you want an example of how to fix the problem (in case you decide to submit a patch) you can look at r811817 Regards Scott HotWax Media http://www.hotwaxmedia.com On 9/09/2009, at 2:07 AM, Jacques Le Roux wrote: Please create a subTask as indicated in the error message, a patch

Re: Access OFBiz webservice from external java client

2009-09-09 Thread Jacques Le Roux
I'm sorry for you but some has succedded using this method (at least Paul Piper) I'm still currently working (from time to time) on implenting this method in the framework, but I think there are already enough information there to make it work. BTW, please could you keep your message less verbos

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Jacques Le Roux
That's a good reason indeed, thansk Scott, other opininons ? Acutally I have not this problem as I use mostly Tortoise for commit and its super-hyper-cool Changelist feature http://tortoisesvn.tigris.org/tsvn_1.5_releasenotes.html#changelist-support Forgot : it's only on the worse OS avail

Re: Multiple POs in ONE shipment and on ONE Invoice

2009-09-09 Thread Pal InfoCom Technologies
Hi masionas Ofbiz offers the functionality for multiple orders against one shipment. After shipment is created, it automatically assigns the shipment id and there is an 'order items' tab through which you can select as many as order ids, to add its items into shipment Cheers Preeti Verma

Sales Forecast Process

2009-09-09 Thread Pal InfoCom Technologies
Please suggest the sales forecast work flow and how is it associated with MRP Preeti Verma Configurator cum Business analyst - OFbiz Projects Pal Infocom Technologies Pvt. Ltd. Mohali - INDIA -- View this message in context: http://www.nabble.com/Sales-Forecast-Process-tp25361564p25361564

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Scott Gray
I guess what Vikas hasn't explained is the reason why he wants the hot- deploy folder's contents to be ignored. The answer to that I guess is fairly obvious, the hot-deploy folder is a place to put custom applications and code and when you put code in there svn treats it as a change to the O

Re: svn:ignore on hot-deploy folder

2009-09-09 Thread Jacques Le Roux
Hi Vikas, From: "Vikas Mayur" Hi Jacques, I do not see any problems because I am not a SVN Guru. I was just trying to understand why it is not ignored. AFAIK this directory is not used for any other purpose other then adding your custom component. Does only readme file under this directo

Re: Access OFBiz webservice from external java client

2009-09-09 Thread Neha . Mehta
Hi Jacques, I have tried the same but could not get expected output... Thanks & Regards, Neha Mehta Software Engineer (A-1-1) Larsen & Toubro Infotech Ltd. Cell: +91 97694 72267 Email-id: neha.me...@lntinfotech.com EL-200, TTC Electronic Zone, Shil Mahape Road, Navi Mumbai, 400710 T: +91 022

Re: Access OFBiz webservice from external java client

2009-09-09 Thread Jacques Le Roux
For that you will have to follow http://docs.ofbiz.org/x/oR4 Jacques From: Hi, I am trying to access OFBiz webservice from external java client. I have successfully accessed OFBiz web service with primitive types as parameters from external client and vice versa but i am stuck up with accessi

Re: Multiple POs in ONE shipment and on ONE Invoice

2009-09-09 Thread Mridul Pathak
This is already supported in OFBiz. Go to Facility --> Shipment --> Order Items screen. It is possible to add multiple orders to a shipment from this screen. The primaryOrderId indicates the order for which shipment was created actually from Order Detail screen, but it doesn't restrict you from

Re: Access OFBiz webservice from external java client

2009-09-09 Thread Neha . Mehta
Hi, I have made modifications in ModelParam.java due to tha fact that supports the java to wsdl conversion of only primitive data types and not complex types like Map or List. If i do not make changes into it, wsdl file does not get generated... Thanks & Regards, Neha Mehta Software Engineer (