Re: How to get Product Information with its Bar Code?

2008-02-27 Thread Ajey
Thanx Jacques for ur reply. But the problem still exists. I know that the Bar Code are generated but the issue is that how I can combine and associate related contents of a Product. Is there anyway, I can fetch the contents with Product Bar Code. Does OFBiz supports this feature and the feature is

SOLVED: RE: How to troubleshoot a java.lang.NoClassDefFoundError

2008-02-27 Thread Case Torres
The solution was uncomment the Jasper Report exclude lines in applications/content/build.xml Thanks, Case Torres [EMAIL PROTECTED] > -Original Message- > From: Case Torres [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 27, 2008 2:34 PM > To: user@ofbiz.apache.org > Subject:

Re: How to get Product Information with its Bar Code?

2008-02-27 Thread Jacques Le Roux
The bar code is only a representation of the productID and is generated on the fly. For instance, this is the representation of the productID of the Enchiladas product : https://demo.hotwaxmedia.com/catalog/control/ProductBarCode.pdf?productId=ENCHILADAS&productName=Enchiladas A bar code reader

How to troubleshoot a java.lang.NoClassDefFoundError

2008-02-27 Thread Case Torres
Hi, I was trying to increase my skills with ofbiz and screwed something up but I don't know what :-0 I did an ./ant run-install then started ofbiz. Looks like I screwed up the xxxWraper system for Order and Catalog Manager To my knowledge :-{ , I didn't touch any wrapper files. Recently, I've bee

Re: zero dollar product

2008-02-27 Thread Bilgin Ibryam
Hi William, Why you decided that the amount is not captured correctly? Can yo reproduce it on demo server? When you choose credit card for payment method, during order creation the total amount(including shipment)is authorized. Then in order view screen (payment section) you can see the authori

Re: hot-deploy vs applications

2008-02-27 Thread Yin T
Does this imply that the code in the ofb 'application' subdir is part of the framework and the 'hot-deploy' subdir is for custom user applications that use ofb as a framework? Thanks Tim Ruppert wrote: > > There's no reason to ever move anything from hot-deploy to > applications unless it's t

Re: Slight modification to Entity Data Maintainance Screen (Suggested)

2008-02-27 Thread Bilgin Ibryam
I use a wide screen monitor and also prefer 2 columns. -1 Bilgin -- View this message in context: http://www.nabble.com/Slight-modification-to-Entity-Data-Maintainance-Screen-%28Suggested%29-tp15683148p15722776.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: mysql setup?

2008-02-27 Thread ryan
problem solved - I had a typo in the entityengine.xml. ryan wrote: I'm trying to move from my dev setup to a test/staging env. I've got mysql 5.0 running with an ofbiz user and password, and have verified that I can connect as the ofbiz user from the ofbiz server. I installed the mysql-connec

How to get Product Information with its Bar Code?

2008-02-27 Thread Ajey
Hi all, How can I get the product details with its Bar Code. As OFBiz generates the Bar Code automatically, where the Bar Code is actually saved in our database and where in the Admin panel we can get detailed information of Products by its Bar Code. I'm facing quite difficulty while understanding

ofbGcPurchase Service Error

2008-02-27 Thread Enrique Ruibal A.
Hi, I am testing ofbiz from latest trunk, and keep getting the following ofbGcPurchase service error and still puzzled about it..already did some searches on ML's and didn't find much on the subject, any clues on this matter? -Enrique 2008-02-26 21:26:00,370 (default-invoker-Thread-8) [

mysql setup?

2008-02-27 Thread ryan
I'm trying to move from my dev setup to a test/staging env. I've got mysql 5.0 running with an ofbiz user and password, and have verified that I can connect as the ofbiz user from the ofbiz server. I installed the mysql-connector-java-3.1.14/mysql-connector-java-3.1.14-bin.jar into ${OFBIZ_H

Re: Multitenant via Host Name

2008-02-27 Thread Mark Ellul
Hi Vince and Vijay, Thanks for your responses... I am thinking that I will follow your way Vijay as I assumed it would require multiple delegators and different datasource names... I did not know about the sequence-id-prefix. Most of my application really only uses the services and entity model

Re: Regarding Bar Code settings

2008-02-27 Thread Ajey
Hi, As I saw, OFBiz is not saving the details of any Bar Code in database. Then how can I manage the contents of a particular product based on its Bar Code generated by the application. Suppose that I created a Product and the application generated a unique Bar Code for it, now from where in our a

Re: Multitenant via Host Name

2008-02-27 Thread Vijay
Hello Mark, I agree with Vince's both schemes, However it is also possible to have a common Tomcat and different databases. But this requires a lot of changes in many of the files importantly beginning with entityengine.xml. Here 1st and foremost you will have to: 1) Assign different delegators f

Re: View the Bill Of Materials as a tree

2008-02-27 Thread Jacopo Cappellato
Ravi Subramanian wrote: Hi I have configured a product and associated a bill of materials with it. How can i view the associated components under that product as a tree? I want to show the product in the ecommerce site and when it is selected it should also give the details of the component pro

Re: Multitenant via Host Name

2008-02-27 Thread Vince M. Clark
Mark, what want to do is not possible. The database connection is initiated during startup based on the settings in entityengine.xml. In order to setup multiple instances each instance must have its own app server and database. You can accomplish this on the same physical server two ways: 1. U

How to add non-serialized items in inventory

2008-02-27 Thread Rupinder
Hi, When I add items as non-serialized, there is no effect on QOH and ATP. What is the concept behind non-serialized items and what is the functionality for adding them in inventory. -- View this message in context: http://www.nabble.com/How-to-add-non-serialized-items-in-inventory-tp15711

Re: Approval of new user account (In user registration module)

2008-02-27 Thread Rupinder
Hi, Isn' t there any way out of this problem. Please help. Rupinder wrote: > > Hi > Automated or manually both are invited. I think that there should be a > already implemented procedure or funtionality for next steps. If not how > it can be implemented. > > > Vamsi wrote: >> >> Do you

View the Bill Of Materials as a tree

2008-02-27 Thread Ravi Subramanian
Hi I have configured a product and associated a bill of materials with it. How can i view the associated components under that product as a tree? I want to show the product in the ecommerce site and when it is selected it should also give the details of the component products. Thanks, Ravi.

Re: Multitenant via Host Name

2008-02-27 Thread Mark Ellul
Hi Vijay, I guess it would be good to know if I could run it off the same tomcat/ofbiz instance so in essence www.myerp.com and www.yourerp.com would both go https://x.y.z.m:/app/control/main. However the main would look at host headers and set the datasource name based on the host header